Question: In a sequence where each number is the sum of the previous two, if the first two numbers are 1 and 1, what is the 5th number?
Options:
Correct Answer: 13
Solution:
The sequence is 1, 1, 2, 3, 5, 8, 13. The 5th number is 5.