Find the next number in the series: 2, 4, 16, 512, ?
2024
Find the next number in the series: 2, 4, 16, 512, ?
- A.
2048
- B.
16384
- C.
65536
- D.
524288
Attempted by 36 students.
Show answer & explanation
Correct answer: D
Concept: When every term of a series is a power of the same base, convert each term into that exponent and study the pattern in the exponents instead of the raw numbers. If the exponents themselves don’t show an obvious rule, take differences of the exponents — and, if needed, a second layer of differences — to expose it.
Step-by-step:
Rewrite every term as a power of 2: 2 = 21, 4 = 22, 16 = 24, 512 = 29.
List just the exponents: 1, 2, 4, 9.
Take the first differences between consecutive exponents: 2−1=1, 4−2=2, 9−4=5, giving the gap sequence 1, 2, 5.
Take the differences of THOSE gaps (second differences): 2−1=1, 5−2=3, giving 1, 3.
1, 3 are consecutive odd numbers, so this second-difference sequence continues as 1, 3, 5, …
The next second difference is therefore 5, so the next first-difference gap is 5+5=10.
Add that gap to the last exponent: 9+10=19, so the next term is 219.
Compute 219 = 524288.
Cross-check: The gap sequence 1, 2, 5, 10 has second differences 1, 3, 5 — every one of them odd and increasing by exactly 2, so the rule is consistent across the whole series, not just fitted to one step. It also correctly reproduces the given fourth term (29 = 512), which confirms the base-2 assumption itself is right.
Result: The next element in the series is 524288.