document.write( "Question 161846: Hi, I was wondering how to simplify expressions with the distributive property. In addition, here are some problems I need help simplifying with:\r
\n" );
document.write( "\n" );
document.write( "problem number one: 3y-(6y+2)(-y)\r
\n" );
document.write( "\n" );
document.write( "problem number two:(-7x+x^2)(-x)+x^2\r
\n" );
document.write( "\n" );
document.write( "problem number three: (c+3c^2) (-c^2)\r
\n" );
document.write( "\n" );
document.write( "I need help, because I don't know how to simplify these problems! Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #119268 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 3y-(6y+2)(-y) \n" ); document.write( "3y+6y^2+2y \n" ); document.write( "6y^2+5y \n" ); document.write( "y(6y+5) \n" ); document.write( "--------------------- \n" ); document.write( "(-7x+x^2)(-x)+x^2 \n" ); document.write( "7x^2-x^3+x^2 \n" ); document.write( "-x^3+8x^2 \n" ); document.write( "x^2(-x+8) \n" ); document.write( "------------------------ \n" ); document.write( "(c+3c^2) (-c^2) \n" ); document.write( "-c^3-3c^4 \n" ); document.write( "-c^3(1+3c) \n" ); document.write( " |