document.write( "Question 30072: Please assist me in solving this problem. I think I am suppose to group like terms, but I am really confused.
\n" );
document.write( "(5x^6 - 6x^5 - 9x^4 - 2) - (7x^6 + 4x^5 - 3x^4 - 3)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " since the second term is preceeded by a negative, change all the signs in the second quantity and drop the parenthesis
\n" );
document.write( " combine x^6 \r
\n" );
document.write( "\n" );
document.write( " combine x^5\r
\n" );
document.write( "\n" );
document.write( " combine x^4\r
\n" );
document.write( "\n" );
document.write( " combine constants
\n" );
document.write( " since there is no = , this is a simpliflying problem \n" );
document.write( "
Algebra.Com's Answer #16821 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! (5x^6 - 6x^5 - 9x^4 - 2) - (7x^6 + 4x^5 - 3x^4 - 3) \n" ); document.write( "yes, group like terms \n" ); document.write( "first do the subtraction \n" ); document.write( "(5x^6 - 6x^5 - 9x^4 - 2) - 7x^6 - 4x^5 + 3x^4 + 3 \n" ); document.write( "now group like terms \n" ); document.write( "(5x^6 - 7x^6) + (-6x^5 - 4x^5) + (-9x^4 +3x^4) + (-2 + 3) \n" ); document.write( "now combine terms \n" ); document.write( "-2x^6 -10x^5 - 6x^4 +1 \n" ); document.write( " |