Simplify .
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
The innermost cube root of x*sqrt(x) = x^{3/2} is exactly sqrt(x), so each layer reproduces sqrt(x) and the whole tower collapses.
Solution
Work from the inside. The innermost piece is
So the innermost cube root simply returns . The next layer is then again , which is again , and the outermost layer is the same expression one more time.
Each layer reproduces , so the entire expression equals .
The answer is .
Why this works
Nested radicals are easiest as fractional exponents, evaluated inside-out. Here is a fixed point of the map : once one layer produces , every further layer does too. Spotting a fixed point turns a three-layer computation into one line.
Alternative approach
Plug in : , then , and the same happens twice more. The result is , matching only choice (A).
The trap
Trying to track the exponent through all three layers at once and mishandling the fractions, ending at an exponent like 1/54 or 80/81.
Common mistakes
- Trying to track the exponent through all three layers at once and mishandling the fractions, ending at an exponent like 1/54 or 80/81.
- Multiplying exponents where they should be added ( is , not ).
Techniques
Set up the equation/formula and compute; no special trick needed · Compute small cases, spot the pattern, generalize