AMC 10 · 2023 · #6

Grade 4 arithmetic
recursive-sequenceparitypattern-recognitionmodular-arithmeticlucas-numbers pattern-recognitionsystematic-enumerationeasier-related-problem ↑ Prerequisites: parityrecursive-sequence
📏 Medium solution 💡 2 insights
📘 View easy version →

Problem

Let L1=1,L2=3L_{1}=1, L_{2}=3, and Ln+2=Ln+1+LnL_{n+2}=L_{n+1}+L_{n} for n1n\geq 1. How many terms in the sequence L1,L2,L3,...,L2023L_{1}, L_{2}, L_{3},...,L_{2023} are even?

Pick an answer.

(A)
673
(B)
1011
(C)
675
(D)
1010
(E)
674

AMC 10 2023 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.