91.4k views
3 votes
use the information provided to write the equation of each circle center: (16,17)point on circle: (14,17)

User Dungeon
by
6.1k points

1 Answer

2 votes

The equation of a circle with center (h,k) and radius r is:


(x-h)^2+(y-k)^2=r^2

Since the center is (16,17), then h=16 and k=17. The radius is the distance from the circle to any of the points on the circumference. Find the distance between (16,17) and (14,17). Since that is the distance between the center and a point on the circumference, then, the result will tell us the radius.

Use the formula to find the distance between two points:


\begin{gathered} d=\sqrt[]{(16-14)^2+(17-17)^2} \\ =\sqrt[]{2^2+0^2} \\ =\sqrt[]{2^2} \\ =2 \end{gathered}

Then, r=2. Substitute the values of h, k, and r into the equation of a circle:


(x-16)^2+(x-17)^2=2^2

This can also be written as:


(x-16)^2+(y-17)^2=4

User Lbenedetto
by
6.1k points