A Fibonacci Number is a part of a set of numbers adding up the number before them starting with 1 + 1. The sum is the next number in the series.
Here is an example:
1 + 1 = 2
2 + 1 = 3
3 + 2 = 5
5 + 3 = 8
8 + 5 =13
13 + 8 = 21
and so on...
Can you figure out the next ten Fibonacci numbers in the series? Post your answers below.
Thanks,
Will
No comments:
Post a Comment