Skip to main content

2019 AMC 12A Problem 9

Problem 9 of 25EasierAlgebra

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

Answer choices

Show solution

Solution

Taking reciprocals, 1an=2an2an1an2an1=2an11an2. \begin{aligned} \dfrac{1}{a_n} &= \dfrac{2a_{n-2} - a_{n-1}}{a_{n-2}a_{n-1}} \\ &= \dfrac{2}{a_{n-1}} - \dfrac{1}{a_{n-2}}. \end{aligned} Let bn=1an.b_n = \dfrac{1}{a_n}. Then bn=2bn1bn2,b_n = 2b_{n-1} - b_{n-2}, so bnb_n is arithmetic with b1=1,b_1 = 1, b2=73,b_2 = \dfrac{7}{3}, and common difference 43.\dfrac{4}{3}. Thus b2019=1+201843=80753,b_{2019} = 1 + 2018 \cdot \dfrac{4}{3} = \dfrac{8075}{3}, so a2019=38075.a_{2019} = \dfrac{3}{8075}. Since these are relatively prime, p+q=8078.p + q = 8078. Thus, the correct answer is E.

More practice

Concepts: recursion · substitution · arithmetic sequence

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.