document.write( "Question 599597: Solve the equation by a method of your choice: x2 +5x + 6 = 0
\n" );
document.write( "If there are two solutions, separate the solutions by a comma.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379017 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x^2 +5x + 6 = 0 \n" ); document.write( "solve by factoring: \n" ); document.write( "(x+2)(x+3) = 0 \n" ); document.write( "setting each term to zero, we find our two solutions: \n" ); document.write( "x+2=0 \n" ); document.write( "x = -1 \n" ); document.write( "AND \n" ); document.write( "x+3 = 0 \n" ); document.write( "x = -3 \n" ); document.write( ". \n" ); document.write( "Answer: x=-1, x=-3 \n" ); document.write( " \n" ); document.write( " |