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 #96 by terrtwo(10)![]() ![]() ![]() You can put this solution on YOUR website! To solve this remember the rules of the distibutive property: each term inside the parentheses MUST be multiplied by the term outside the parentheses.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore 4a(3x+5) --> 4a * 3x + 4a * 5\r \n" ); document.write( "\n" ); document.write( "Then remember that you cannot mix the variables --> 4*3*a*x + 4*5*a -->\r \n" ); document.write( "\n" ); document.write( "12ax + 20a\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |