Suppose we start with a number . Trivially, no matter the number of parentheses, the result is still .
Squaring that, we have . Then, the results are the same for any choice of parentheses.
For three 's, wherever the parentheses are set, the result is . For instance, .
What about the power tower of at least four 's? Would the result still be the same for any choice of parentheses and for all number of 's?
Note: Order of operations holds.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
( 2 2 ) ( 2 2 ) = 4 4 = 2 8 = 2 5 6 , but
2 ( 2 ( 2 2 ) ) = 2 ( 2 4 ) = 2 1 6 = 6 5 5 3 6 .
So the answer is No .