document.write( "Question 231245: I would like for someone to explain this to me with the answers, if it's possible. Thank you in advance!\r
\n" );
document.write( "\n" );
document.write( "Multiply and divide the following polynomials:
\n" );
document.write( "1. (3x + 1)(x^2 - 9x + 2)
\n" );
document.write( "2. 2x(5x^2 - 6x + 7)
\n" );
document.write( "3. (2x^4 + 3)(4x^3 + 1)
\n" );
document.write( "4. (1/4x + 1/3) (1/4x - 1/3)
\n" );
document.write( "5. (x^2 -9x+3)(x^3 -5x^2 +x-3)
\n" );
document.write( "6. (4x + 1)^2
\n" );
document.write( "7. (x - 7y)(x + 7y)
\n" );
document.write( "8. (12y^3 + 8y^2 + 20y) / (4y)
\n" );
document.write( "9. (3x^2 - lOx - 8)/ (3x + 2)
\n" );
document.write( "10. (2x^3 -4x^2 - 28x + 6) / (2x + 6) \n" );
document.write( "
Algebra.Com's Answer #171178 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! lets look at 6 \n" ); document.write( "6) \n" ); document.write( "(4x+1)^2 \n" ); document.write( "same as \n" ); document.write( "(4x+1)(4x+1) \n" ); document.write( "16x^2+4x+4x+1 \n" ); document.write( "combine \n" ); document.write( "16x^2+8x+1 \n" ); document.write( "7) \n" ); document.write( "(x-7y)(x+7y) \n" ); document.write( "x^2+7xy-7xy-49y^2 \n" ); document.write( "combine \n" ); document.write( "x^2-49y^2 \n" ); document.write( "2) \n" ); document.write( "2x(5x^2-6x+7) \n" ); document.write( "10x^3-12x^2+14x \n" ); document.write( "nothing to combine \n" ); document.write( " |