Explain why −3² equals −9 rather than 9. What order-of-operations rule governs this, and how does writing (−3)² instead change the result?
Think about your answer, then reveal below.
Model answer: In −3², the order of operations requires exponentiation before any multiplication (including the implicit multiplication by −1 that represents negation). So the 3 is squared first to get 9, and then the negative sign is applied: −(9) = −9. In (−3)², the parentheses change what is being squared — now the entire quantity −3 is the base of the exponent, so (−3)² = (−3)(−3) = 9. The parentheses move the negative sign inside the base, so it participates in the squaring rather than being applied afterward.
The core insight is that negation is not the same as being part of the base. Without parentheses, the negative sign is an operation applied to the result of the exponentiation, not a property of the number being raised to a power. This is why −x² is always non-positive (for real x), while (−x)² = x² is always non-negative — a distinction with major consequences in algebra.