document.write( "Question 275550: find the center and radius of each circle whose equation is given.
\n" );
document.write( "(x*x)+(y*y)+4x-8=0 \n" );
document.write( "
Algebra.Com's Answer #200952 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the center and radius of each circle whose equation is given. \n" ); document.write( "(x*x)+(y*y)+4x-8=0 \n" ); document.write( "-------------- \n" ); document.write( "x^2 + 4x + ? + y^2 = 8 \n" ); document.write( "Complete the square: \n" ); document.write( "--- \n" ); document.write( "x^2 + 4x + 4 +y^2 = 8 + 4 \n" ); document.write( "--- \n" ); document.write( "Factor: \n" ); document.write( "(x+2)^2 + y^2 = 12 \n" ); document.write( "--- \n" ); document.write( "Center at (-2,0) \n" ); document.write( "Radius: sqrt(12) = 2sqrt(3) \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |