Difference between revisions of "2002 AMC 10A Problems/Problem 3"
m (stuff) |
|||
Line 10: | Line 10: | ||
==Solution== | ==Solution== | ||
− | The best way to solve this problem is by simple brute force. We | + | The best way to solve this problem is by simple brute force. |
+ | |||
+ | It is convenient to drop the usual way how exponentiation is denoted, and to write the formula as <math>2\uparrow 2\uparrow 2\uparrow 2</math>, where <math>\uparrow</math> denotes exponentiation. We are now examining all ways to add parentheses to this expression. There are 5 ways to do so: | ||
+ | # <math>2\uparrow (2\uparrow (2\uparrow 2))</math> | ||
+ | # <math>2\uparrow ((2\uparrow 2)\uparrow 2)</math> | ||
+ | # <math>((2\uparrow 2)\uparrow 2)\uparrow 2</math> | ||
+ | # <math>(2\uparrow (2\uparrow 2))\uparrow 2</math> | ||
+ | # <math>(2\uparrow 2)\uparrow (2\uparrow 2)</math> | ||
+ | |||
+ | We can note that <math>2\uparrow (2\uparrow 2) = (2\uparrow 2)\uparrow 2 =16</math>. Therefore options 1 and 2 are equal, and options 3 and 4 are equal. | ||
+ | Option 1 is the one given in the problem statement. Thus we only need to evaluate options 3 and 5. | ||
+ | |||
+ | <math>((2\uparrow 2)\uparrow 2)\uparrow 2 = 16\uparrow 2 = 256</math> | ||
+ | |||
+ | <math>(2\uparrow 2)\uparrow (2\uparrow 2) = 4 \uparrow 4 = 256</math> | ||
+ | |||
+ | Thus the only other result is <math>256</math>, and our answer is <math>\boxed{\text{(B)}\ 1}</math>. | ||
==See Also== | ==See Also== |
Revision as of 11:37, 24 January 2009
Problem
According to the standard convention for exponentiation,
.
If the order in which the exponentiations are performed is changed, how many other values are possible?
Solution
The best way to solve this problem is by simple brute force.
It is convenient to drop the usual way how exponentiation is denoted, and to write the formula as , where denotes exponentiation. We are now examining all ways to add parentheses to this expression. There are 5 ways to do so:
We can note that . Therefore options 1 and 2 are equal, and options 3 and 4 are equal. Option 1 is the one given in the problem statement. Thus we only need to evaluate options 3 and 5.
Thus the only other result is , and our answer is .
See Also
2002 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 2 |
Followed by Problem 4 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |