AMC 10 · 2019 · #15

학년 8 number-theory
recursive-sequencesequences-arithmeticpattern-recognitiontelescoping-sum pattern-recognitionidentify-subproblems ↑ 선수 지식: recursive-sequencesequences-arithmetic
📏 중간 풀이 💡 3 개 인사이트

문제

A sequence of numbers is defined recursively by a1=1a_1 = 1, a2=37a_2 = \frac{3}{7}, and
an=an2an12an2an1a_n=\frac{a_{n-2} \cdot a_{n-1}}{2a_{n-2} - a_{n-1}}for all n3n \geq 3 Then a2019a_{2019} can be written as pq\frac{p}{q}, where pp and qq are relatively prime positive integers. What is p+q ?

답을 골라 클릭하세요.

(A)
2020
(B)
4039
(C)
6057
(D)
6061
(E)
8078

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

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