AMC 10 · 2016 · #8

Grade 6 rate-ratio
linear-equations-one-var work-backwards ↑ Prerequisites: linear-equations-one-var
📏 Medium solution 💡 2 insights
Problem
Each time Fox crosses the bridge, his money first doubles, then he pays a 40-coin toll. After three crossings he has nothing left. Find how many coins he started with.

Pick an answer.

(A)
20
(B)
30
(C)
35
(D)
40
(E)
45

AMC 10 2016 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Work Backwards

The end state is the clean number we know exactly: 0 coins after the third crossing. Tool #11 (Work Backwards) starts there and undoes one crossing at a time. To undo a crossing, run its two steps in reverse order: first add back the 40 toll, then halve to undo the doubling. Three reverse steps walk us back to the starting amount. (Tool #4, Introduce a Variable, gives the same answer through a single equation and is shown as the check.)

1STEP 1

See the repeating cycle

Each crossing is the same machine—double, then subtract 40—run three times ending at 0, so undoing it three times returns to the start.

money → → new money
2STEP 2

Build the reverse step

To undo one crossing, reverse both actions in opposite order: add 40 back, then divide by 2.

before = (after + 40)/2
3STEP 3

Undo the third crossing

Undo the last crossing: add 40 to the final 0, then halve, leaving 20 just before the third crossing.

(0 + 40)/2 = 40/2 = 20
4STEP 4

Undo the second and first crossings

Repeat: before the second crossing (20+40)/2 = 30, before the first (30+40)/2 = 35, the starting amount (C).

(20+40)/2=30, (30+40)/2=35 → (C)
Answer
35
Run the 35 forward. Crossing 1: 35× 2 = 70, pay 40, leaves 30. Crossing 2: 30× 2 = 60, pay 40, leaves 20. Crossing 3: 20× 2 = 40, pay 40, leaves 0. The money is exactly gone after three crossings, so (C) is correct.
💡Key takeaway

When you know the ending, run the steps in reverse with the opposite operations to find where it all began.

  • See the repeating cycle
  • Build the reverse step
  • Undo the third crossing
  • Undo the second and first crossings