document.write( "Question 1002089: Please help me solve the following:
\n" );
document.write( "Consider the equation given below.
\n" );
document.write( "x^2 + y^2 + 6x − 10y − 1 = 0
\n" );
document.write( "Complete the square in order to put the equation into standard form.\r
\n" );
document.write( "\n" );
document.write( "Thank you!!! \n" );
document.write( "
Algebra.Com's Answer #619109 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x^2 + y^2 + 6x − 10y − 1 = 0 \n" ); document.write( "x^2+6x +y^2-10y = 1 \n" ); document.write( "(x^2+6x+9) +(y^2-10y+25) = 1+9+25 \n" ); document.write( "(x+3)^2 +(y-5)^2 = 35 \n" ); document.write( " |