This question appeared in one of the mathematical societies exams in Saudi Arabia.
No calculator is allowed.
The required time to solve one question is $4$ minutes (on average).
There is only one correct choice to each question.
Which of the following is a Fibonacci number?
$(A) 75023$ $(B) 75024$ $(C) 75025$ $(D) 75026$
I thought about:
Any number $n$ can be a Fibonacci number if and only if at least one of $5n^2+4$ or $5n^2-4$ is a perfect square.
But without using a calculator, how can I proceed? Is there this statement useful to solve this problem? Can we solve it using another useful statement?
The Correct Option:
$(C) 75025$ which is the $25^\text{th}$ Fibonacci number, I used WA to check.
Any help would be really appreciated. THANKS!
From the last part of the section WICK
If you know two F numbers in a row, you can double the index $$ F_{2n-1} = F_{n-1}^2 + F_n^2 $$ $$ F_{2n} = 2F_{n-1} F_n + F_n^2 $$ $$ $$ $$ $$ $$ F_4 = 3, F_5 = 5 $$ so $$ F_6 = 8, F_7 = 13 $$
doubling $$ F_{13} = 8^2 + 13^2 = 233 $$ $$ F_{14} = 2\cdot 8 \cdot 13 + 169 = 208 + 169 = 377 $$
back up one, $$ F_{12} = 377-233 = 144 $$
$$ F_{25} = 144^2 + 233^2 =20736+54289 = 75025 $$