document.write( "Question 642473: How do you simplify polynomials?
\n" );
document.write( "like example:
\n" );
document.write( "(2c^2+9)-(3c^2-7) \n" );
document.write( "
Algebra.Com's Answer #404718 by kekegeter (97)![]() ![]() You can put this solution on YOUR website! (2c^2+9)-(3c^2-7) \n" ); document.write( "2c^2+9-3c^2+7 \n" ); document.write( "-c^2+16 \n" ); document.write( "We need to get rid of expression parentheses. ( ) \n" ); document.write( "If there is a negative sign in front of it, \n" ); document.write( "each term within the expression changes sign. \n" ); document.write( "Otherwise, the expression remains unchanged. \n" ); document.write( "In our example, the following 2 terms will change sign: 3c^2, -7\r \n" ); document.write( "\n" ); document.write( "Numerical 'like' terms will be added. \n" ); document.write( "There is only one group of like terms: 2c^2, -3c^2\r \n" ); document.write( "\n" ); document.write( "I hope that this is helpful to you. \n" ); document.write( " |