Sunday, October 24, 2010

Basic Fibonacci Sequences

Problem Level: 1
Find the 8th term of the Fibonacci sequence.

Solution:
For those that do not know this sequence; here it is;
0,1,1,2,3,5,8,13,21 ...
Starting with zero and to get the next term you add the previous 2 terms.
The eighth term of the sequence would be:
0, 1 ,1 ,2 ,3 ,5, 8, 13?
The first term of this sequence is one so the correct answer would be: 21.
The "zero" term is zero.

No comments:

Post a Comment