document.write( "Question 267315:  I'm trying to help my son with simplifying by collecting like terms and i'm stumped
\n" );
document.write( "3m^4-5m^6-2m^4+6m^6 \n" );
document.write( "
| Algebra.Com's Answer #196210 by Alan3354(69443)     You can put this solution on YOUR website! 3m^4-5m^6-2m^4+6m^6 \n" ); document.write( "----------------- \n" ); document.write( "Add the m^4 terms --> 3m^4 - 2m^4 = 1m^4 \n" ); document.write( "------------- \n" ); document.write( "Add the m^6 terms --> -5m^6 + 6m^6 = 1m^6 \n" ); document.write( "----------------- \n" ); document.write( "= m^4 + m^6 \n" ); document.write( " \n" ); document.write( " |