AMC 10 · 2024 · #23

Easy mode Grade 5
📗 View original problem →

Problem

The Fibonacci numbers start with F1=1F_1 = 1 and F2=1F_2 = 1. After that, each number is the sum of the two numbers right before it. So F3=F2+F1F_3 = F_2 + F_1, F4=F3+F2F_4 = F_3 + F_2, and so on.

We want to add up 10 fractions. Each fraction looks like F2nFn\dfrac{F_{2n}}{F_n}, where nn goes from 11 to 1010.

What is the value of this sum?

F2F1+F4F2+F6F3++F20F10{\frac{F_2}{F_1}} + {\frac{F_4}{F_2}} + {\frac{F_6}{F_3}} + \dots + {\frac{F_{20}}{F_{10}}}

Pick an answer.

(A)
318
(B)
319
(C)
320
(D)
321
(E)
322

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

Try it yourself first — the explanation is most useful after you’ve attempted it.