45.9k views
5 votes
The Circle with a center (10,1) and the radius 5 has equation

1 Answer

4 votes

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

User Yohanna
by
4.0k points