What is the difference between: $ -3^2 $ and $ (-3)^2 $ ? I know $-3^2 = -9$ and $(-3)^2 = 9$ but I don't know why.
2026-04-18 07:45:24.1776498324
What is the difference between squaring a negative number inside and outside of parentheses?
18.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
So by convention, the power operation has higher priority than multiply operation unless you have "$()$" to indicate priority.
$$-3^2=-1\times 3^2=-1\times 3\times 3$$
While
$$(-3)^2=(-3)\times (-3)=(-1\times 3)\times (-1\times 3) = -1\times -1 \times 3\times 3$$