🎴 Flashcard Mode
Series Completion (SSC)
Card1 / 15
Mastered0
Review0
QuestionClick to flip
What will come in place of question mark?
0, 1, 1, 2, 3, 5, 8, ?
AnswerClick to flip back
A
13
💡 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.