document.write( "Question 996265: If the expression (2x^3)^2(-5x^4) was placed in the form ax^b, where a and b are integers, then what is the value of a+b? \n" ); document.write( "
| Algebra.Com's Answer #614785 by fractalier(6550)     You can put this solution on YOUR website! We can simplify \n" ); document.write( "(2x^3)^2(-5x^4) \n" ); document.write( "to get \n" ); document.write( "4x^6 * (-5x^4) \n" ); document.write( "and get \n" ); document.write( "-20x^10 \n" ); document.write( "Here then, a=-20 and b=10... \n" ); document.write( "a+b = -10 \n" ); document.write( " |