document.write( "Question 806575: ! need help with this problem of completing the squares
\n" );
document.write( "x^2+4x+2=0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #485908 by mananth(16949) You can put this solution on YOUR website! x^2+4x+2=0\r \n" ); document.write( "\n" ); document.write( "x^2+4x+4 -4 +2=0\r \n" ); document.write( "\n" ); document.write( "(x+2)^2-2 =0\r \n" ); document.write( "\n" ); document.write( "(x+2)^2=2\r \n" ); document.write( "\n" ); document.write( "take the square root\r \n" ); document.write( "\n" ); document.write( "x+2 = +/- sqrt(2)\r \n" ); document.write( "\n" ); document.write( "x= -2+/- sqrt(2) \n" ); document.write( " |