Question 495972
general form of a circle:
(x - h)^2 + (y - k)^2 = r^2
.
your equation:
x^2 + y^2 - 4y = 21
subtracting x^2 from both sides:
y^2 - 4y = -x^2 + 21
"complete the square" by adding 2 to both sides:
y^2 - 4y + 2 = -x^2 + 21 + 2
(y-2)(y-2) = -x^2 + 23
(y-2)^2 = -x^2 + 23
add x^2 to both sides:
x^2 + (y-2)^2 = 23  (equation of the circle)
.
Or, you can think of it as:
(x-0)^2 + (y-2)^2 = 23
Now, we can see the center is at (0,2)
with a radius of square root of 23