document.write( "Question 63238: Add the following polynomials:\r
\n" );
document.write( "\n" );
document.write( "(5b^3 - 8b + 2b^2) + (3b^2 - 7b^3 + 5b)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #44038 by jai_kos(139)![]() ![]() ![]() You can put this solution on YOUR website! (5b^3 - 8b + 2b^2) + (3b^2 - 7b^3 + 5b) \r \n" ); document.write( "\n" ); document.write( "Remove the brackets, we get\r \n" ); document.write( "\n" ); document.write( "5b^3 - 8b + 2b^2 + 3b^2 - 7b^3 + 5b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Group with all the like terms together, we get\r \n" ); document.write( "\n" ); document.write( "5b^3 - 7b^3 + 2b^2 + 3b^2- 8b + 5b\r \n" ); document.write( "\n" ); document.write( "Add all the like terms, we get\r \n" ); document.write( "\n" ); document.write( "-3b^3 + 5b^2 -3b\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |