Ameer Bux
- 19
- 0
BvU said:Well, I think you have a problem. Since $$\left (\left ( \sqrt 2 \right )^\sqrt 2 \right )^\sqrt 2 = 2 $$ I think it should stop at $$ 2 = x^{x^x}$$
You are being lured into the reasoning of post #2, but it's a circular reasoning: IF $$2 = 2^{x^{x^{x^{x^{x^{x^{x^{...}}}}}}}} $$ THEN x =2 . If not, then not!

And I was just as dumb as XL...Without parentheses to modify the order of calculation, by convention the order is top-down, not bottom-up:
![]()
Note that some computer programs (notably Microsoft Office Excel) associate to the left instead, i.e. a^b^c is evaluated as (a^b)^c.