\n" );
document.write( "Hi,
\n" );
document.write( "Standard Form of an Equation of a Circle is 
\n" );
document.write( "where Pt(h,k) is the center and r is the radius
\n" );
document.write( "x^2+y^2-10x+4y+4=0
\n" );
document.write( "completing the squares to put into the standard form
\n" );
document.write( "x^2 -10x + y^2 +4y + 4 = 0
\n" );
document.write( "(x-5)^2 -25 + (y +2)^2 - 4 + 4 = 0
\n" );
document.write( " (x-5)^2 + (y+2)^2 = 25
\n" );
document.write( "Center is (5,-2) radius = 5
\n" );
document.write( "
\n" );
document.write( "