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