AMC 10 · 2009 · #2

Grade 6 arithmetic
fraction-arithmeticorder-of-operations identify-subproblemswork-backwards ↑ Prerequisites: fraction-arithmetic
📏 Medium solution 💡 1 insight
Problem
A fraction is nested inside another fraction, three layers deep. Find its value.

Pick an answer.

(A)
$\frac {5}{4}$
(B)
$\frac {3}{2}$
(C)
$\frac {5}{3}$
(D)
2
(E)
3
How to solve
Strategy Identify Subproblems

A stacked fraction like this cannot be attacked from the top, because the top 1/… needs its denominator finished first. Tool #7 (Identify Subproblems) says: break the tower into layers and solve the smallest, innermost one first. Here the innermost subproblem is just 1 + 1. Once that is a number, the next fraction becomes computable, and so on outward. That inside-out order is also Tool #11 (Work Backwards) — the deepest layer is really the starting point. Tool #3 (Eliminate Possibilities) gives a quick sanity net: the outer "1 + (something between 0 and 1)" forces the answer to sit strictly between 1 and 2.

1STEP 1

Peel to the innermost layer

The innermost layer resolves to 2.

1 + 1 = 2 → 1 + 1/(1 + 1/2)
2STEP 2

Climb up one floor

One floor up gives 3/2.

1 + 1/2 = 2/2 + 1/2 = 3/2
3STEP 3

Flip the middle fraction

Dividing by it is a flip.

1/3/2 = 1 ÷ 3/2 = 1 · 2/3 = 2/3 → 1 + 2/3
4STEP 4

Add the outermost 1

Adding the outer whole gives 5/3, choice (C).

1 + 2/3 = 3/3 + 2/3 = 5/3 → (C)
Answer
5/3
The outer part is 1 + (something between 0 and 1), since the inner fraction 2/3 is a proper fraction. So the answer must lie strictly between 1 and 2 — this kills (D) 2 and (E) 3 immediately. Among the survivors 5/4=1.25, 3/2=1.5, 5/3≈1.67, only 5/3 equals 1 + 2/3, confirming (C).
💡Key takeaway

A stacked fraction is a tower — start at the bottom, finish each denominator before you divide, and climb out one floor at a time to reach 5/3.

  • Peel to the innermost layer
  • Climb up one floor
  • Flip the middle fraction
  • Add the outermost 1