Multiple choice

What will come in place of question mark?

0, 1, 1, 2, 3, 5, 8, ?

  1. 9

  2. 10

  3. 11

  4. 13

  5. 8

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

As clear from the question, it is a Fibonacci series in which every term is calculated by adding the preceding two terms.
 
0 + 1 = 1, third term
 
1 + 1 = 2, fourth term
 
2 + 1 = 3, fifth term
 
Similarly, eighth term = Sum of the preceding two terms = 8 + 5 = 13
 
Also, 13 - 8 = 5, which is the preceding term of 8.