\n" );
document.write( "Hi,
\n" );
document.write( "finding the center of a circle with the equation
\n" );
document.write( "Note: Standard Form of an Equation of a Circle is 
\n" );
document.write( "where Pt(h,k) is the center and r is the radius\r
\n" );
document.write( "\n" );
document.write( "x^2 + y^2 + 2x + 4y – 9 = 0 |completing Squares
\n" );
document.write( " (x+1)^2 -1 + (y + 2)^2 -4 -9 = 0
\n" );
document.write( " (x+1)^2 + (y+2)^2 = 14
\n" );
document.write( " C(-1,-2)
\n" );
document.write( "