When I am given centre of circle and a tangent of the circle. How can I get radius? I know radius is perpendicular to tangent so I applied distance foormula but what I got is ^2 of actual answer
2026-03-29 13:46:56.1774792016
How to find radius?
80 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
If you have the line $ax+by + c = 0$
and a point not on the line $(x_1,y_1)$
The distance of a point from the line: $\frac {|ax_1 + by_1 + c|}{\sqrt {a^2 + b^2}}$