document.write( "Question 763199: Complete the square and write the equation of the circle in standard form. Then determine the center and the radius of the circle to graph the equation.
\n" );
document.write( "x^2+y^2+8x+6y+9=0 \n" );
document.write( "
Algebra.Com's Answer #464607 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! x^2 + y^2 + 8x + 6y + 9 = 0 \n" ); document.write( "Separate the x's and y's \n" ); document.write( "(x^2 + 8x) + (y^2 + 6y) + 9 = 0 \n" ); document.write( "Completing the square on x's \n" ); document.write( "(x^2 + 8x + 4^2) - 4^2 \n" ); document.write( "(x + 4)^2 - 16 \n" ); document.write( "Completing the square on y's \n" ); document.write( "(y^2 + 6y + 3^2) - 3^2 \n" ); document.write( "(y + 3)^2 -9 \n" ); document.write( "Putting back into equation:- \n" ); document.write( "(x^2 + 8x) + (y^2 + 6y) + 9 = 0 \n" ); document.write( "((x + 4)^2 - 16)+((y + 3)^2 - 9) + 9 = 0 \n" ); document.write( " (x + 4)^2 + (y + 3)^2 -16 -9 + 9 = 0 \n" ); document.write( " (x + 4)^2 + (y + 3)^2 - 16 = 0 \n" ); document.write( " (x + 4)^2 + (y + 3)^2 = 16 \n" ); document.write( "Centre (-4, -3) Radius = 4 \n" ); document.write( " |