document.write( "Question 504339: multiply polynomials
\n" );
document.write( "(2x-3)(x+10) \n" );
document.write( "
Algebra.Com's Answer #339569 by nic0le116(25) ![]() You can put this solution on YOUR website! distribute. \n" ); document.write( "2x (x+10) = 2x^2+20x \n" ); document.write( "-3 (x+10) = -3x-30 \n" ); document.write( "Then put it all together,combining like terms in descending order.\r \n" ); document.write( "\n" ); document.write( "ANSWER= \n" ); document.write( "2x^2+17x-30 \n" ); document.write( " |