Respuesta :
[tex]F(n)=F(n-1)+F(n-2)[/tex] for [tex]n\ \textgreater \ 1[/tex]
So [tex]F(50)+F(51)=F(52)[/tex]
So [tex]F(50)+F(51)=F(52)[/tex]
Answer:
B. F(52)
Step-by-step explanation:
In the Fibonacci sequence, each term is found by adding the previous two terms together. This means that f(3) = f(2)+f(1), f(4) = f(3)+f(2), etc.
If we add f(50)+f(51), this would give us f(52).