Question: What is the next number in the series: 1, 1, 2, 3, 5, 8?
Options:
Correct Answer: 10
Solution:
The series is Fibonacci: each number is the sum of the two preceding ones, so 5 + 8 = 13.