My intuitive way of thinking about it is that it is $2/2/2$ or $2/2^2$, So why then is it $1/2^2$? what is the flaw in my thinking?
2026-03-29 20:12:02.1774815122
On
Why does 2^-2 equal 1/2^2?
3.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Repeated multiplication can be seen as $$ \overset{\text{m terms}}{a \cdots a} = a^m.$$
Dividing this term repeatedly can then be seen as subtracting from $a^m$, because $$ \frac{a^m}{a} = \frac{\overset{\text{m terms}}{a \cdots a}}{a} = \overset{\text{m - 1 terms}}{a \cdots a} = a^{m-1}.$$
So $$\frac{1}{2^2} = \frac{2^0}{2^2} = 2^{-2}.$$
$2^2 = 2\cdot 2 = 4$, $2^1 = 2$, $2^0 = 1$, $2^{-1} = 1/2$, $2^{-2} = 1/4$.
I guess the problem in your way of thinking is that when you're thinking about multiplication, you should "start" from $1$, whereas you're "starting" from $2$. The first $2$ in your expression $2/2/2$ is playing a different role than the other two $2$s - it should really be a $1$.