The equation of a circle in a plane has only 2 parameters (numbers we need to solve for): the coordinates of the center and the radius length. If we know those numbers, we can write the equation in this form:
(x - h)2 + (y - k)2 = r2 where the center is at (h , k) and the radius length is r. x and y will remain as variables.
We can plug in the coordinates for the center right away: (x + 3)2 + (y - 4)2 = r2
Now we just need r, which we can find by using distance formula, since we know the point (2,5) lies on the circle. We calculate the distance between (2,5) and (-3,4) (the center) and that will be r:
r2 = (2 - -3)2 + (5 - 4)2 = 26. So r = √26 , and the equation is (x + 3)2 + (y - 4)2 = 26