AMC 10 · 2023 · #6

Easy mode Grade 4
📗 View original problem →

Problem

Suppose we build a list of numbers. The first number is L1=1L_1 = 1. The second number is L2=3L_2 = 3.

After that, every new number is the sum of the two numbers before it. So L3=L2+L1L_3 = L_2 + L_1, then L4=L3+L2L_4 = L_3 + L_2, and so on. In general, Ln+2=Ln+1+LnL_{n+2} = L_{n+1} + L_n for n1n \geq 1.

Now look at the first 20232023 numbers in this list: L1,L2,L3,,L2023L_1, L_2, L_3, \dots, L_{2023}.

How many of them 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.