
Victoria V. answered 04/17/19
Math Teacher: 20 Yrs Teaching/Tutoring CALC 1, PRECALC, ALG 2, TRIG
The equation for any general circle is
(x-h)2 + (y-k)2 = r2
So you have the center (h,k) = (3, -2)
And it passes through the point (4,4).
So from the center to any point on the circle is the radius. We can find the radius by finding the distance between the center (3, -2) and the point on the circle (4,4).
d = sqrt( (4-3)2 + (4-(-2))2) = sqrt(1 + 36) = √37 = our radius
So the equation of the circle is:
(x-3)2 + (y+2)2 =(√37)2
or
(x-3)2 + (y+2)2 = 37