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