document.write( "Question 237328: What is the simplified solution to -2^2-(-2)^3? And what are the steps? \n" ); document.write( "
Algebra.Com's Answer #174519 by eggsarecool(46)\"\" \"About 
You can put this solution on YOUR website!
I am assuming you did not lose any parentheses. So this has to do with order of operations.
\n" ); document.write( "\"-2%5E2-%28-2%29%5E3\" parentheses take precedence over everything and then exponents take precedence over multiplication and subtraction.
\n" ); document.write( "For the first term you square first and then multiply.
\n" ); document.write( "But for \"%28-2%29%5E3\" you have to cube \"-2\" before multiplying by -1.
\n" ); document.write( "So we have \"-2%2A2-%28-2%29%2A%28-2%29%2A%28-2%29=-4-%28-8%29=-4%2B8=4\"
\n" ); document.write( "
\n" );