Why does $(-2^2)^3$ equal $-64$ and not $64$?

340 Views Asked by At

The title says it all. Why does $(-2^2)^3$ equal $-64$ and not $64$? This was on my algebra final, and I am completely stuck on how it works.

3

There are 3 best solutions below

2
On BEST ANSWER

The negative sign ($-$) applies to the quantity $2^2$, so that $-2^2$ means $-(2^2)=-4$, not $(-2)^2=4$. $$(-2^2)^3=(-4)^3=-64$$

1
On

Note that $-2^2 = - (2 \times 2) = -4$ and is not $(-2) \times (-2) = 4$. Hence, $$(-2^2)^3 = (-4)^3 = (-4) \times (-4) \times (-4) = - 64$$

In general, when $m$ is a positive integer, we have $$-a^m = - (\underbrace{a \times a \times \cdots \times a}_{m \text{times}})$$ and is not $$(-a)^m = (\underbrace{(-a) \times (-a) \times \cdots \times (-a)}_{m \text{times}})$$

0
On

Rewrite it as

$(-4)^3=(-1)^3 \cdot 4^3=-64$