document.write( "Question 300556: Find the center and radius of each circle:
\n" );
document.write( "x2 + y2 = 36 \n" );
document.write( "
Algebra.Com's Answer #215642 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Find the center and radius of each circle: \n" ); document.write( "x2 + y2 = 36\r \n" ); document.write( "\n" ); document.write( "The standard form for a circle with center at (h,k) and radius r is:\r \n" ); document.write( "\n" ); document.write( "(x-h)^2 + (y-k)^2 = r^2\r \n" ); document.write( "\n" ); document.write( "Since x^2 + y^2 = 36 is the same as:\r \n" ); document.write( "\n" ); document.write( "(x-0)^2 + (y-0)^2 = 6^2\r \n" ); document.write( "\n" ); document.write( "this cicle has center (0,0) and radius 6. \n" ); document.write( " |