document.write( "Question 555068: what is the center and radius of A Circle whose equation is x^2+8x+y^2-10y+32=0 ?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Hope to hear from you soon.
\n" );
document.write( "Thank you and Godbless!\r
\n" );
document.write( "\n" );
document.write( "I promise to pay your kindness in any way that i can. \n" );
document.write( "
Algebra.Com's Answer #361616 by htmentor(1343) You can put this solution on YOUR website! what is the center and radius of A Circle whose equation is x^2+8x+y^2-10y+32=0 ? \n" ); document.write( "================== \n" ); document.write( "Complete the squares: \n" ); document.write( "x^2 + 8x -> (x+4)(x+4) = x^2 + 8x + 16 \n" ); document.write( "y^2 - 10y -> (y-5)(y-5) = y^2 -10y + 25 \n" ); document.write( "The constant terms add up to 41: 41 - 9 = 32 \n" ); document.write( "So the equation of the circle is: \n" ); document.write( "(x+4)^2 + (y-5)^2 = 9 \n" ); document.write( "Center at (-4,5), radius = 3 \n" ); document.write( " |