document.write( "Question 111: How would I do a problem like: Multiplying a Polynomial by a Moonomial
\n" ); document.write( "4a(3x+5)?
\n" ); document.write( "

Algebra.Com's Answer #389205 by lenny460(1073)\"\" \"About 
You can put this solution on YOUR website!
4a(3x + 5)\r
\n" ); document.write( "\n" ); document.write( "4a * 3x = 12ax\r
\n" ); document.write( "\n" ); document.write( "4a * 5 = 20a\r
\n" ); document.write( "\n" ); document.write( "12ax + 20a\r
\n" ); document.write( "\n" ); document.write( "The Answer:\r
\n" ); document.write( "\n" ); document.write( "12ax + 20a
\n" ); document.write( "
\n" );