\n" );
document.write( "Hi,
\n" );
document.write( "The standard equation of a circle with center C(h,k) and radius r is :
\n" );
document.write( "
\n" );
document.write( "Find the radius
\n" );
document.write( "x^2+y^2+12x+4y+76=0
\n" );
document.write( "completing the squares
\n" );
document.write( "x^2+12x + y^2+4y + 76=0
\n" );
document.write( "(x+6)^2 + (y+2)^2 -36 -4 + 76 = 0
\n" );
document.write( "(x+6)^2 + (y+2)^2 = 36 = 6^2
\n" );
document.write( "radius = 6, center (-6,-2)
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "