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 of numbers starts with 11, 22, and 33. The fourth number of the sequence is the sum of the previous three numbers in the sequence: 1+2+3=61+2+3=6. In the same way, every number after the fourth is the sum of the previous three numbers. What is the eighth number in the sequence?

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.

Try it yourself first — the explanation is most useful after you’ve attempted it.