I just inputted (x-10)^2+(y-2)^2 = 5^2, y= k*x+2 into the WolframAlpha input text field. Under the section dedicated to Real solutions it states that $x=\frac{15}{2}$. I do not understand this output, although I do recognise and agree with it. Can someone please help me understand the output (as in how it found it)? Thanks in advance.
Edit:
The assignment is
A circle has the equation $(x-10)^2+(y-2)^2=5^2$. Line $t$ goes through the point $p(0,2)$ and is tangent to the circle.
I just managed to find out why: Tangents to the circle $(x-10)^2+(y-2)^2=5^2$ have the equation $$(x-10)(x_P-10)+(y-2)(y_P-2)=5^2$$ I can insert values for $y_P$ and $x_P$: $$(x-10)(0-10)+(y-2)(2-2)=5^2$$ where the right side equals $0$. Then I isolate for x: $$-10x+100=25$$ $$-10x+75=0$$ $$75=10x$$ $$\frac{15}{2}=x$$