Skip to main content

2024 AMC 12B Problem 18

Problem 18 of 25IntermediateAlgebra

The Fibonacci numbers are defined by F1=1,F_1 = 1, F2=1,F_2 = 1, and Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2} for n3.n \ge 3. What is F2F1+F4F2+F6F3++F20F10?\frac{F_2}{F_1} + \frac{F_4}{F_2} + \frac{F_6}{F_3} + \cdots + \frac{F_{20}}{F_{10}}?

Answer choices

Show solution

Solution

Since F2k=FkLkF_{2k} = F_k L_k where LkL_k is the kkth Lucas number, each term F2kFk=Lk.\dfrac{F_{2k}}{F_k} = L_k. The sum is L1+L2++L10=1+3+4+7+11+18+29+47+76+123=319. \begin{gathered} L_1 + L_2 + \cdots + L_{10} \\ = 1 + 3 + 4 + 7 + 11 + 18 \\ {}+ 29 + 47 + 76 + 123 \\ = 319. \end{gathered} (Equivalently, L1++L10L_1 + \cdots + L_{10} =L123= L_{12} - 3 =3223=319.= 322 - 3 = 319.) Thus, the correct answer is B.

More practice

Concepts: Fibonacci · summation

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