Given,
The Fibonacci sequence is F(n) = F(n-1) + F(n-2).
F(8) = 21 and F(9) = 34
To find: Which of the following is true.
Solution:
In a Fibonacci series, the sum of first two terms is equal to the third term.
The next term will always be the sum of the previous two terms.
Hence, the given option D is correct.