| 
 
UID725306在线时间 小时注册时间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
 | 
 |