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