document.write( "Question 38794: Find the center and radius of x^2+y^2-6x-2y-6=0\r
\n" );
document.write( "\n" );
document.write( "This is non from a text book \n" );
document.write( "
Algebra.Com's Answer #24327 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From x^2+y^2-6x-2y-6=0 we complete the squares... \n" ); document.write( "x^2 - 6x + ___ + y^2 - 2y + ___ -6 = 0 + ___ + ___ \n" ); document.write( "x^2 - 6x + 9 + y^2 - 2y + 1 = 6 + 9 + 1 \n" ); document.write( "(x - 3)^2 + (y - 1)^2 = 16 \n" ); document.write( "center at (3, 1) and radius = 4 \n" ); document.write( " |