If the sequence is 1, 1, 2, 3, 5, what is the next number?

Answer: B. 7
The sequence follows the Fibonacci pattern where each number is the sum of the two preceding ones: 1+1=2, 1+2=3, 2+3=5, 3+5=8.