Respuesta :
Answer: Choice B
F(51)
===========================================================
Explanation:
The very large numbers are likely put there as a distraction. They aren't needed. Adding any two adjacent Fibonacci numbers will lead to the next term in the sequence. This is simply based on how the special number sequence is defined or set up.
This means F(49)+F(50) = F(51) i.e. adding the 49th and 50th terms will generate the 51st term.
In general,
F(n) + F(n+1) = F(n+2)
where n is a positive integer.