Given :
Center of circle, C = ( 1 , 5 )
Point on circle, P = ( 5 , 1 )
To Find :
The radius of a circle.
Solution :
We know, radius of circle is the distance between center and point of circle.
Distance between two points A(p,q) and B(r,s) is given by :
![D = \sqrt{(p-r)^2+(q-s)^2}](https://tex.z-dn.net/?f=D%20%3D%20%5Csqrt%7B%28p-r%29%5E2%2B%28q-s%29%5E2%7D)
So, distance between the points (1, 5) and (5, 1) is :
![D = \sqrt{(1-5)^2+(5-1)^2}\\\\D = 5.66 \ units](https://tex.z-dn.net/?f=D%20%3D%20%5Csqrt%7B%281-5%29%5E2%2B%285-1%29%5E2%7D%5C%5C%5C%5CD%20%3D%205.66%20%5C%20units)
Therefore, radius of circle is 5.66 units.
Hence, this is the required solution.