Sagot :
FIBONACCI SEQUENCE
#5. What are the next 5 terms in the Fibonacci sequence 1, 2, 3, 5, 8, 13 21, 34, 55, 89, ...?
Solution:
- 55 + 89 = 144
- 89 + 144 = 233
- 144 + 233 = 377
- 233 + 377 = 610
- 377 + 610 = 987
Answer:
- Since each new term in a Fibonacci sequence can be obtained by adding its two preceding terms, then the next 5 terms are 144, 233, 377, 610, 987.
_______________◇_______________