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