Negative bases with exponents: Parentheses make a critical difference!
| Expression | Meaning | Result |
|---|---|---|
| (-2)^4 | (-2) x (-2) x (-2) x (-2) | +16 (positive) |
| -2^4 | -(2 x 2 x 2 x 2) | -16 (negative) |
Key rule: Even exponent on a negative base gives a positive result. Odd exponent on a negative base gives a negative result.
Order of Operations (PEMDAS):
- Parentheses
- Exponents
- Multiplication and Division (left to right)
- Addition and Subtraction (left to right)