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 #123703 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! (x + 4) (x + 3) = 6 \n" ); document.write( "First, expand the left with FOIL: \n" ); document.write( "x^2 + 3x + 4x + 12 = 6 \n" ); document.write( "x^2 + 7x + 12 = 6 \n" ); document.write( "x^2 + 7x + 6 = 0 \n" ); document.write( "Now, factoring the left side: \n" ); document.write( "(x+1)(x+6) = 0 \n" ); document.write( ". \n" ); document.write( "x = {-1, -6} \n" ); document.write( " \n" ); document.write( " |