Question: Find the next number in the sequence: 2, 4, 8, 16, ...
Options:
Correct Answer: 32
Solution:
The pattern is doubling each time: 2*2=4, 4*2=8, 8*2=16, so next is 16*2=32.