AMC 10 · 2015 · #7

Grade 4 arithmetic
sequences-arithmetic formula-substitution ↑ Prerequisites: sequences-arithmetic
📏 Medium solution 💡 2 insights
📘 View easy version →
Problem
Count how many terms are in the list 13, 16, 19, …, 70, 73, where each term is 3 more than the one before it.

Pick an answer.

(A)
20
(B)
21
(C)
24
(D)
60
(E)
61

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

How to solve
Strategy Solve an Easier Related Problem

Counting an unfamiliar list like 13, 16, 19, …c is hard to eyeball, so Tool #9 (Solve an Easier Related Problem) reshapes it into a list anyone can count at a glance. First Tool #5 (Look for a Pattern) reveals the constant step of 3; then shifting every term down and dividing by that step turns the sequence into 0, 1, 2, …c, 20, where the count is obvious. Reshaping never changes how many terms there are.

1STEP 1

Find the constant step

The terms grow by a constant step: 16 - 13 = 3 and 19 - 16 = 3.

16 - 13 = 3, 19 - 16 = 3
2STEP 2

Shift the list to start at 0

Subtract 13 from every term so the list runs 0, 3, 6, …, 60.

13 - 13 = 0, 73 - 13 = 60
3STEP 3

Divide every term by 3

Divide every term by 3, giving the simple list 0, 1, 2, …, 20.

0 ÷ 3 = 0, 60 ÷ 3 = 20
4STEP 4

Count the whole numbers from 0 to 20

Both endpoints count, so terms = 20 + 1 = 21 — choice (B).

20 - 0 = 20, 20 + 1 = 21 → (B)
Answer
21
Check the off-by-one is right by testing a tiny version: 13, 16, 19 has step 3, gap 19 - 13 = 6, so 6 ÷ 3 = 2 steps and 2 + 1 = 3 terms — which matches the three terms we can see. The same rule on the full list gives 21, so (D) 60 and (E) 61 (the raw gap and gap-plus-one) are traps, and (A) 20 forgets to count the first term.
💡Key takeaway

To count an evenly-spaced list, divide the gap from first to last by the step, then add one for the term you started on.

  • Find the constant step
  • Shift the list to start at 0
  • Divide every term by 3
  • Count the whole numbers from 0 to 20