Which is an equation of a circle with center (5, 0) that passes through the point (1, 1)

Equation of circle at center (h,k) is given by
[tex] (x-h)^2+(y-k)^2=r^2 [/tex]
Given that center is at (5,0) that means h=5 and k=0
plug both values into above formula
[tex] (x-5)^2+(y-0)^2=r^2 [/tex]
[tex] (x-5)^2+y^2=r^2 [/tex] ...(i)
Given that circle passes through point (1,1) so it will satisfy above equation
[tex] (1-5)^2+1^2=r^2 [/tex]
[tex] (-4)^2+1^2=r^2 [/tex]
[tex] 16+1=r^2 [/tex]
[tex] 17=r^2 [/tex]
Now plug this value of r^2 into equation (i)
[tex] (x-5)^2+y^2=17 [/tex]
which best matches with choice C
Hence [tex] (x-5)^2+y^2=17 [/tex] is the final answer.