Question: If the pattern is 1, 1, 2, 3, 5, 8, what is the next number?
Options:
Correct Answer: 13
Solution:
The sequence is the Fibonacci sequence where each number is the sum of the two preceding ones: 5 + 8 = 13.