(x-h)2 + (y-k)2 = r2
- (h,k) = location of center = (1,-4)
- r = radius
(x-h)2 + (y-k)2 = r2
(x-1)2 + (y-(-4))2 = r2
(x-1)2 + (y+4)2 = r2
To find r2, plug in the given point on the circle (-9,-2):
(x-1)2 + (y+4)2 = r2
(-9-1)2 + (-2+4)2 = r2
Can you finish it?