document.write( "Question 167802: Solve the following equation:\r
\n" );
document.write( "\n" );
document.write( "(x + 4) (x + 3) = 6 \n" );
document.write( "
Algebra.Com's Answer #123705 by padmameesala(42) ![]() You can put this solution on YOUR website! (x + 4)(x + 3) = 6 \n" ); document.write( "x^2 + 3x + 4x + 12 = 6 \n" ); document.write( "x^2 + 7x + 12 - 6 = 6 - 6 \n" ); document.write( "x^2 + 7x + 6 = 0 \n" ); document.write( "x^2 + 6x + x + 6 = 0 \n" ); document.write( "x(x + 6) + 1(x + 6) = 0 \n" ); document.write( "(x + 1)(x + 6) = 0 \n" ); document.write( "x = -1,-6 \n" ); document.write( " |