document.write( "Question 47570: Find the center and radius of the circle whose equation is give by\r
\n" );
document.write( "\n" );
document.write( "x^2+y^2+6x-10y=2 \n" );
document.write( "
Algebra.Com's Answer #31430 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x^2 + y^2 + 6x - 10y = 2 \n" ); document.write( "(x^2 + 6x) + (y^2 - 10y) = 2 \n" ); document.write( "(x + 3)^2 + (y - 5)^2 = 2 + 9 + 25 = 36 \n" ); document.write( "(x + 3)^2 + (y - 5)^2 = 36 \n" ); document.write( "Center: (-3,5) \n" ); document.write( "Radius: 6 \n" ); document.write( " |