You can
put this solution on YOUR website!
Hi,
finding the center of a circle with the equation
Note: Standard Form of an Equation of a Circle is 
where Pt(h,k) is the center and r is the radius
x^2 + y^2 + 2x + 4y – 9 = 0 |completing Squares
(x+1)^2 -1 + (y + 2)^2 -4 -9 = 0
(x+1)^2 + (y+2)^2 = 14
C(-1,-2)