Answer:

center = (-7, -1)
radius = 3
======================================================
Step-by-step explanation:
The highest point on the circle is at (-7,2)
The lowest point is at (-7, -4)
Connecting these endpoints gets us one diameter of this circle.
Apply the midpoint formula to these endpoints.

This midpoint of a diameter is also the location of the center of the circle. Recall that all diameters are a special type of chord that pass through the center of a circle.
The circle is centered at (-7, -1)
---------
Now compute the distance from the center (-7,-1) to a point on the circle's edge. Let's say we picked (-7,2)
The distance between these points is 3 units, which we can find by subtracting the y coordinates and using absolute value
distance = |2 -(-1)| = |2+1| = |3| = 3
You could use the distance formula, but it's probably easier to subtract and then use absolute value.
The distance of 3 units represents the radius of the circle. It's how far you need to go from the center to get to the circle's edge.
Circle radius = 3
---------
Summary
- (h,k) = (-7,-1) = center
- r = 3 = radius
We plug those items into the circle template equation.

That last equation is the final answer.