2023 AMC 10B Problem 6

Below is the professionally curated solution for Problem 6 of the 2023 AMC 10B, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2023 AMC 10B solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:parityrecursionpattern recognition

Difficulty rating: 1250

6.

Let L1=1,L_1 = 1, L2=3,L_2 = 3, and Ln+2=Ln+1+LnL_{n+2} = L_{n+1} + L_n for n1.n \ge 1. How many terms in the sequence L1,L2,L3,,L2023L_1, L_2, L_3, \ldots, L_{2023} are even?

673673

10111011

675675

10101010

674674

Solution:

Track the parities: 1,3,4,7,11,18,1, 3, 4, 7, 11, 18, \ldots run odd, odd, even, then repeat with period 3.3. So LnL_n is even exactly when 3n.3 \mid n. Among 1n2023,1 \le n \le 2023, that's 2023/3=674\lfloor 2023/3 \rfloor = 674 multiples of 3.3. Therefore, the answer is E.

Problem 6 in Other Years