- UID
- 725306
- 在线时间
- 小时
- 注册时间
- 2012-2-21
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
碰巧在考GMAT上看到的
x&1 = x
x&2 = x raised to the power of x&1 (which is just x), so x&2 = xx = x^x (we’ll use the caret symbol ^ to represent exponentiation, since as we’ll see, we’re going to do it a lot!)
x&3 = x raised to the power of x&2, so x&3 = x^(x^x)
x&4 = x^(x^(x^x))
So the number after the & sign tells you how many x’s are in the exponential expression. Now we can translate the answer choices. As always, do the operation inside the parentheses first.
(A) (3&2)&2 |
|