AMC 10 · 2021 · #8

Easy mode Grade 4
📗 View original problem →
Problem

A list of numbers starts 00, 00, 11. Call those spots position 00, position 11, and position 22.

Every number after that follows one rule: it is the number just before it plus the number three positions earlier. So position 33 holds 1+0=11 + 0 = 1.

The numbers at positions 20212021, 20222022, and 20232023 are far too big to write out, but we only need to know whether each one is even or odd. Writing EE for even and OO for odd, which choice lists those three answers in that order?

Pick an answer.

(A)
(O,E,O)
(B)
(E,E,O)
(C)
(E,O,E)
(D)
(O,O,E)
(E)
(O,O,O)

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