find center and radius of circle with given equation:

(x+4)^2 + (y-4)^2 = 25

1 answer

for (x-h)^2 + (y-k)^2 = r^2
the centre is (h,k) and the radius is r

so......