AMC 10 · 2023 · #6

학년 4 arithmetic
recursive-sequenceparitypattern-recognitionmodular-arithmeticlucas-numbers pattern-recognitionsystematic-enumerationeasier-related-problem ↑ 선수 지식: parityrecursive-sequence
📏 중간 풀이 💡 2 개 인사이트
📘 쉬운 버전 보기 →

문제

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?

답을 골라 클릭하세요.

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

AMC 10 2023 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

풀이는 먼저 직접 풀어본 뒤에 보는 게 가장 효과적이에요.