document.write( "Question 138443: Find the center and radius by completing the square.
\n" );
document.write( "x^2+y^2+10x+7=0 \n" );
document.write( "
Algebra.Com's Answer #101095 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the center and radius by completing the square. \n" ); document.write( "x^2+y^2+10x+7=0 \n" ); document.write( "------------------ \n" ); document.write( "Complete the square on the x-terms and the y-terms separately.\r \n" ); document.write( "\n" ); document.write( "x^2 + 10x + 25 + y^2 = -7+25 \n" ); document.write( "(x+5)^2 + (y-0)^2 = 18 \n" ); document.write( "--------------------------- \n" ); document.write( "Center at (-5,0) \n" ); document.write( "radius = sqrt(18) = 3sqrt(2)\r \n" ); document.write( "\n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |