document.write( "Question 1172348: Find the radius and center of the circle with equation:
\n" );
document.write( "2x^(2)+2y^(2)+24x-81=0 \n" );
document.write( "
Algebra.Com's Answer #797367 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! rewrite as \n" ); document.write( "2x^2+24x+2y^2=81 \n" ); document.write( "divide by 2 \n" ); document.write( "x^2+12x+y^2=(81/2) \n" ); document.write( "complete the square \n" ); document.write( "x^2+12x+36+y^2=76.5 \n" ); document.write( "(x+6)^2+(y+0)^2=76.5 \n" ); document.write( "center is at (-6, 0) with radius sqrt(76.5);this is also 1.5 *sqrt(34) \n" ); document.write( " \n" ); document.write( " |