document.write( "Question 1117232: Hi there,
\n" );
document.write( "I was taking the EOC today to test out and this question came up. I have no clue what this is or how to solve it. Please solve and explain what this is and how to do problems like these.\r
\n" );
document.write( "\n" );
document.write( "Find the radius of a circle with the equation x^2+y^2-6x-12y=0\r
\n" );
document.write( "\n" );
document.write( "Thanks so much, Fawn \n" );
document.write( "
Algebra.Com's Answer #732238 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the radius of a circle with the equation x^2+y^2-6x-12y=0 \n" ); document.write( "================== \n" ); document.write( "x^2+y^2-6x-12y=0 \n" ); document.write( "x^2-6x + y^2-12y = 0 \n" ); document.write( "Complete the squares for x & y \n" ); document.write( "x^2-6x+9 + y^2-12y+36 = 0+9+36 \n" ); document.write( "x^2-6x+9 + y^2-12y+36 = r^2 = 45 \n" ); document.write( "r = sqrt(45) = 3sqrt(5) \n" ); document.write( "================== \n" ); document.write( "PS Tho you didn't ask: \n" ); document.write( "(x-3)^2 + (y-6)^2 = 45 --> the center at (3,6) \n" ); document.write( " \n" ); document.write( " |