I came across a type of function/notation on a test that I'd never seen before, and for formatting reasons, I haven't been able to find any answers online. Can anyone help me with what this means/how to solve it? Thanks in advance.
the question:
I came across a type of function/notation on a test that I'd never seen before, and for formatting reasons, I haven't been able to find any answers online. Can anyone help me with what this means/how to solve it? Thanks in advance.
the question:
The notation $^n a$ is usually used to denoted tetration. Tetration is the next hyperoperation after exponentiation.
So to build up through the various lower level hyperoperations from successor, addition, multiplication, and exponentiation to your particular example of tetration we have: \begin{align*} 3 + 3 &= 3 + \underbrace{(1 + 1 + 1)}_{\text{3 copies of 1 added to 3}} = 6\\ 3 \times 3 &= \underbrace{3 + 3 + 3}_{\text{3 copies of 3 combined by addition}} = 9\\ 3^3 &= \underbrace{3 \times 3 \times 3}_{\text{3 copies of 3 combined by multiplication}} = 27\\ ^3 3 &= \underbrace{3^{3^3}}_{\text{3 copies of 3 combined by exponentiation}} = 7 \, 625 \, 597 \, 484 \, 987 \end{align*}