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.
![\begin{gathered} f(8)+f(9)=f(10) \\ 21+34=f(10) \\ f(10)=55 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/high-school/2jr228ntrvwl9jj7j3bcmrprumtd7hohyj.png)
Hence, the given option D is correct.