What is $3^{3^{3}}?$
Plugging $3^{3^{3}} $into the calculator gives 7625597484987. I believe because this implies that $3^{3^{3}}=3^{27}$, is this true?
And plugging $(3^{3})^{3}$ gives 19683, because $ (3^{3})^{3}=3^{3}\times 3^{3}\times 3^{3}=3^{9}=19683$
So which one is the correct answer, and why?
Unlike addition and multiplication, exponentiation is not associative:
but
This means there's no risk in simply writing "$a+b+c$" or "$a \times b \times c$" since the order in which you perform the operations doesn't matter in both cases.
For exponentiation this is not the case and writing "$a$^$b$^$c$" is ambiguous, but we do have:
$$\color{blue}{\left(a^b\right)^c = a^{bc}} \ne a^{\left( b^c \right)}$$
Because we have this property (in blue), it's common to interpret $a^{b^c}$ as $a^{\left( b^c \right)}$ but if you want to avoid confusion, you can always add the parentheses.