Equation of circle at center (h,k) is given by
![(x-h)^2+(y-k)^2=r^2](https://tex.z-dn.net/?f=%20%28x-h%29%5E2%2B%28y-k%29%5E2%3Dr%5E2%20)
Given that center is at (5,0) that means h=5 and k=0
plug both values into above formula
![(x-5)^2+(y-0)^2=r^2](https://tex.z-dn.net/?f=%20%28x-5%29%5E2%2B%28y-0%29%5E2%3Dr%5E2%20)
...(i)
Given that circle passes through point (1,1) so it will satisfy above equation
![(1-5)^2+1^2=r^2](https://tex.z-dn.net/?f=%20%281-5%29%5E2%2B1%5E2%3Dr%5E2%20)
![(-4)^2+1^2=r^2](https://tex.z-dn.net/?f=%20%28-4%29%5E2%2B1%5E2%3Dr%5E2%20)
![16+1=r^2](https://tex.z-dn.net/?f=%2016%2B1%3Dr%5E2%20)
![17=r^2](https://tex.z-dn.net/?f=%2017%3Dr%5E2%20)
Now plug this value of r^2 into equation (i)
which best matches with choice C
Hence
is the final answer.