document.write( "Question 376413: To all you kind algebra people, please help me multiple the following polynominal equation:\r
\n" );
document.write( "\n" );
document.write( "(6x + 7) (3x +2) \n" );
document.write( "
Algebra.Com's Answer #267817 by Jk22(389) You can put this solution on YOUR website! (6x + 7) (3x +2) distribute each term of the second parenthesis on the second : \n" ); document.write( " \n" ); document.write( "6x(3x+2) + 7(3x + 2) then distribute on each parenthesis \n" ); document.write( " \n" ); document.write( "18x*x + 12x + 21x + 14 collect term of same exponent \n" ); document.write( " \n" ); document.write( "18x^2 + 33x + 14 \n" ); document.write( " |