document.write( "Question 58599: multiply the two binomials together\r
\n" );
document.write( "\n" );
document.write( "(x+3) (2x-4) \n" );
document.write( "
Algebra.Com's Answer #40144 by faceoff57(108)![]() ![]() You can put this solution on YOUR website! (x+3)(2x-4) \n" ); document.write( "2x^2 - 4x + 6x - 12 \n" ); document.write( "2x^2 + 2x - 12 \n" ); document.write( " |