-3^2+2^3*6 Why does the math book get 39 as the answer, I keep coming up with 57. What am I doing wrong?
Exponentiation (raising to a power) takes precedence in this calculation, i.e. do it first
-32 + 23*6 = -9 + 8*6 = -9 + 48 = 39
.
I dont now the answer