Question: In a sequence of numbers, if the first number is 5 and each subsequent number is double the previous one, what is the fifth number in the sequence?
Options:
Correct Answer: 160
Solution:
The sequence is 5, 10, 20, 40, 80, so the fifth number is 80.