AMC 8 · 2009 · #5

Grade 4 pattern
recursive-sequencepattern-recognitionmulti-digit-arithmetic pattern-recognitionsystematic-enumeration ↑ Prerequisites: multi-digit-arithmetic
📏 Medium solution 💡 2 insights
📘 View easy version →
Problem
A sequence begins 1, 2, 3. From the fourth term on, every term equals the sum of the three terms right before it. Find the eighth term.

Pick an answer.

(A)
11
(B)
20
(C)
37
(D)
68
(E)
99

AMC 8 2009 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Look for a Pattern

The sequence is defined by a clear repeating rule: each term is the sum of the previous three. Tool #5 (Look for a Pattern) fits exactly — we follow the rule that generates the pattern, term by term. Tool #2 (Make a Systematic List) keeps the work organized: write the terms in a single row, in order, so the "previous three" needed at each step are always the last three numbers on the list. With only a₄ through a₈ to find, this beats setting up algebra (tool #13).

1STEP 1

Write the three starting terms in a row — the seed of our list.

a₁, a₂, a₃ = 1, 2, 3
2STEP 2

Add the last three terms for a₄ = 6 — the problem's own worked example.

a₄ = 1 + 2 + 3 = 6
3STEP 3

List is 1, 2, 3, 6; add the last three for a₅ = 11.

a₅ = 2 + 3 + 6 = 11
4STEP 4

List is 1, 2, 3, 6, 11; add the last three for a₆ = 20.

a₆ = 3 + 6 + 11 = 20
5STEP 5

List is 1, 2, 3, 6, 11, 20; add the last three for a₇ = 37.

a₇ = 6 + 11 + 20 = 37
6STEP 6

List is 1, 2, 3, 6, 11, 20, 37; the last three sum to a₈ = 68 — the answer (D).

a₈ = 11 + 20 + 37 = 68 → (D)
Answer
68
The terms grow but not crazily: each new term is roughly double the previous one (because it adds two smaller terms to the largest). From a₇ = 37, doubling gives about 74 — and 68 is right under that, which fits. Among the choices, 11, 20, 37 are earlier terms in the sequence (classic distractors) and 99 is too large to be a sum of 11 + 20 + 37. Only 68 fits, confirming (D).
💡Key takeaway

This AMC 8 problem only needs a Grade 4 skill — follow a given pattern rule — plus plain addition you've known since Grade 3!