Answer: (x-10)^2 + (y-1)^2 = 25
============================================
Step-by-step explanation:
The general template of a circle is
(x-h)^2 + (y-k)^2 = r^2
Where,
- (h,k) is the center
- r is the radius
We are given (10,1) as the center so (h,k) = (10,1) meaning that h = 10 and k = 1 pair up together.
r = 5 is the given radius.
-----
Plug the values h = 10, k = 1, r = 5 into the equation to get:
(x-h)^2 + (y-k)^2 = r^2
(x-10)^2 + (y-1)^2 = 5^2
(x-10)^2 + (y-1)^2 = 25