Question: Which number will come next in the series: 1, 1, 2, 3, 5, 8, ?
Options:
Correct Answer: 10
Solution:
This is the Fibonacci series where the next number is the sum of the previous two. 5 + 8 = 13.