If the sequence 2, 2, 4, 6, 10,... were to follow the same pattern as the Fibonacci sequence, what are the next three terms?A. 14,20,26B.14,22,30C.16,26,36D.16,26,42

Respuesta :

Okay, here we have this:

Considerando que la sucesión fibonacci sigue el siguiente patrón:

[tex]f_n=f_{n-1}+f_{n-2}[/tex]

So, we need to find the terms 6th, 7th, 8th; let's do it:

Term 6th:

[tex]\begin{gathered} f_6=f_5+f_4 \\ f_6=10+6=16 \end{gathered}[/tex]

Term 7th:

[tex]\begin{gathered} f_7=f_6+f_5 \\ f_7=16+10=26 \end{gathered}[/tex]

Term 8th:

[tex]f_8=f_7+f_6=26+16=42[/tex]

Finally we obtain that the correct answer is the option D.