Property
The placement of parentheses completely changes the meaning and the result of an expression with a negative base.
In (−a)n, the base is −a and the entire negative number is multiplied n times.
In −an, the base is just a; the exponent is applied first, and then the negative sign is attached to the final result.
Examples
- To simplify (−3)2, the base is -3. You calculate (−3)(−3)=9.
- To simplify −32, the base is 3. You calculate 32=9 first, and then take the opposite, giving -9.
- Evaluate k2−k for k=−6:
Substitute with parentheses: (−6)2−(−6)=36+6=42.
Explanation
Parentheses act like a protective force field! When you write (−5)2, you're telling the math world to square the entire thing inside, negative sign and all, resulting in a positive 25. But without that force field, −52 means you only square the 5, and the negative sign just waits outside to get tacked on at the very end. Always use parentheses when substituting negative numbers!