Simple question: what does $2^{3^4}$ equal to? I am asking this because some calculators take this as $2^{(3^4)}$ and others as ${(2^3)}^4$.
2026-04-06 14:19:45.1775485185
What is the result of $2^{3^4}$?
207 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There is no "correct" answer per se. Because $(2^3)^4 \neq 2^{(3^4)}$, you should really specify which one you mean to avoid confusion. However, we most often decide that exponentiation associates to the right -- that is, $2^{3^4}$ is taken to mean $2^{(3^4)}$ -- because $(2^3)^4$ can also less confusingly be written as $2^{3 \cdot 4} = 2^{12}$.