document.write( "Question 44321This question is from textbook Intermediate Algebra
\n" );
document.write( ": Use the quadratic formula to solve each equation.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "x^2 + 3x + 2 = 0 \n" );
document.write( "
Algebra.Com's Answer #29241 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From x^2 + 3x + 2 = 0, we have \n" ); document.write( "x = (-3 ± sqrt(9 - 8)) / 2 \n" ); document.write( "x = (-3 ± sqrt(1)) / 2 \n" ); document.write( "x = (-3 ± 1) / 2 \n" ); document.write( "x = -2 or x = -1 \n" ); document.write( " |