AMC 10 · 2013 · #4

Grade 4 counting
consecutive-integer-countsymmetry-argument work-backwardspattern-recognition ↑ Prerequisites: multi-digit-arithmetic
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
List the whole numbers from 3 up to 201. Counting forward, 53 lands in the 51st spot. Now list the same numbers in the opposite order, from 201 back down to 3. In this backward list, 53 sits in the nth spot. Find n.

Pick an answer.

(A)
146
(B)
147
(C)
148
(D)
149
(E)
150

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

How to solve
Strategy Work Backwards

The question literally asks for a position in a list read from the end, so Tool #11 (Work Backwards) fits directly: start at 201 and count down until 53 is reached. Tool #7 (Identify Subproblems) supplies the one reusable fact this rests on — how many whole numbers lie in a stretch from one value to another, inclusive. Tool #5 (Look for a Pattern) gives a fast cross-check, since a forward position and a backward position in the same list always add to a fixed total.

1STEP 1

Count-inclusive rule

From a up to b, both ends counted, there are b - a + 1 numbers. Test it: forward, 53 - 3 + 1 = 51, the stated 51st.

position (forward) = 53 - 3 + 1 = 51 ✓
2STEP 2

Reframe the backward count

Backward the count starts at 201 and steps down to 53, so n is just how many numbers run from 201 down to 53, both ends in.

n = 201 - 53 + 1
3STEP 3

Compute n

201 - 53 = 148, then +1 for the endpoint 53 itself gives 149. Counting backward, 53 is the 149th number.

n = 201 - 53 + 1 = 148 + 1 = 149 → (D)
Answer
149
The whole list holds 201 - 3 + 1 = 199 numbers. A number's forward position and backward position in the same list must add up to 199 + 1 = 200 (the +1 because the number itself is counted from both directions). Forward, 53 was the 51st, so backward it should be 200 - 51 = 149. This agrees with (D). It is also sensible that a number near the small end sits near the far end of the backward list, i.e. a large position like 149.
💡Key takeaway

To find a spot in a backward list, count how many numbers sit from the top end down to yours: 201 - 53 + 1 = 149, using include-both-ends counting you already know.

  • Count-inclusive rule
  • Reframe the backward count
  • Compute n