You have a center of a circle $M(-2,3)$ going through a point $P(1,7)$. What is the equation of the circle?
I thought you could solve it by $R^2 = 3^2 + 4^2$, but that would just give a radius of 5 because there aren't any $x$ or $y$'s. Then I thought, should you then add a point $P(x,y)$? I'm not too sure, can someone give me hints?
You correctly calculated the radius, now you just need to shift the circle into position. The general equation is
$r^2 = (x-x_c)^2 + (y-y_c)^2$
Where the center is $(x_c,y_c).$ So your equation becomes
$r^2 = (x+2)^2 + (y-3)^2$
You do not need to add an extra point, since a circle is already determined by its center and an arbitraty point on the circle.