Andrew K. answered 01/26/20
Expert Math and Physics Tutor - Many successful students!
Hi Kimberly,
The general equation for a circle (all the points that are a particular distance away from a given point) is:
(x-x0)2 + (y-y0)2 = r2
where (x0,y0) is the center of the circle, and r is the radius of the circle.
In this case, we know that the center of the circle is (-2,6), the radius of the circle is 5, and we are only concerned with the points on that circle that have an x coordinate of 1. That makes our equation:
(1-(-2))2 + (y-6)2 = 52
(1+2)2 + (y2 - 12y + 36) = 25
32 + y2 - 12y + 36 = 25
y2 - 12y + 45 = 25
y2 - 12y + 20 = 0
(y - 2) (y -10) = 0
So the y-values corresponding to an x-value of 1 are:
y = 2 or y = 10
The solutions would be (1,2) and (1,10).
I hope this helps!
Andy