The extremities of a diameter of a circle have co ordinates $(6,-2)$ and $(6,8)$. What length does the circle intercept along $X$ axis..?
My Attempt: Let, $(6,-2)\equiv (x_1,y_1)$ and $(6,8)\equiv (x_2,y_2)$ be the end points of diameter of circle. Now, $$(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$$ $$(x-6)(x-6)+(y+2)(y-8)=0$$ $$x^2-12x+36+y^2-6y-16=0$$ $$x^2+y^2-12x-6y+20=0$$
is the required equation of the circle. Now, what should I do then?