document.write( "Question 1052553: what are the solutions to the quadratic equation x^2+6x+9=2 \n" ); document.write( "
Algebra.Com's Answer #667879 by addingup(3677)![]() ![]() You can put this solution on YOUR website! x^2+6x+9 = 2 \n" ); document.write( "(x+3)^2 = 2 \n" ); document.write( "x+3 = sqrt2 or x+3 = -sqrt2 \n" ); document.write( "x = sqrt2-3 or x = -3-sqrt2 \n" ); document.write( " |