What is the result of $2^{2^{2^{2^0}}}$?
2026-04-06 05:52:14.1775454734
How to find $2^{2^{2^{2^0}}}$?
104 Views Asked by user377675 https://math.techqa.club/user/user377675/detail At
4
From Order of operations
If exponentiation is indicated by stacked symbols, the usual rule is to work from the top down, because exponent is right-associative in mathematics.
thus:
$a^{b^c}$ = $a^{(b^c)}$
which typically is not equal to $(a^b)^c$
Basically, exponentiation implies brackets around the exponent.
Thus, this boils down to $2^{2^{2{^{2^0}}}}$. So then:
$2^0 = 1$, so that makes $2^{2^{2{^1}}}$
$2^1 = 2$, so now we’re at $2^{2^2}$
$2^2 = 4$, so we get $2^4$
$2^4 = 16$, and that's our answer.
Seems simple enough.