What comes next: 2, 3, 5, 9, 17, 33, ?
- (a)65
- (b)63
- (c)61
- (d)67
Answer
Why
Correct — A.
Rule: double the term, then subtract 1 (× 2 − 1).
2 × 2 − 1 = 3, and 3 × 2 − 1 = 5
5 × 2 − 1 = 9, and 9 × 2 − 1 = 17
17 × 2 − 1 = 33
Next: 33 × 2 − 1 = 65 → option (a).
Why the others are wrong
- (b)63 — 63 needs a last difference of 30. The differences run 1, 2, 4, 8, 16 and double each time, so the next is 32, and 33 + 32 = 65.
- (c)61 — 61 adds 28 to 33. With the differences doubling to 32, 61 falls 4 short of 65.
- (d)67 — 67 is 33 × 2 + 1: the sign of the correction is flipped. Every given step uses − 1, as in 17 × 2 − 1 = 33.
Concept
When a series grows by roughly doubling, test × 2 with a small correction. Here every term is twice the one before, minus 1.
The differences tell the same story: 1, 2, 4, 8, 16, each twice the last, so the next difference is 32. A third view: every term is a power of 2 plus 1, from 2⁰ + 1 = 2 up to 2⁶ + 1 = 65.
The three views are one rule. If a term is 2ⁿ + 1, doubling it gives 2ⁿ⁺¹ + 2, and subtracting 1 lands on 2ⁿ⁺¹ + 1, the next term.
Key facts
- Here each term is 2 × (previous term) − 1.
- The differences 1, 2, 4, 8, 16 double, so the next difference is 32.
- The terms are 2ⁿ + 1 for n = 0 to 6, ending at 65.
Study next
Common traps
- Flipping the correction and computing 33 × 2 + 1 = 67
- Adding 30 instead of doubling the last difference to 32, which gives 63
19 Sep 2025, 09:00, Reasoning Q.24 uses × 2 + 1 on 2, 5, 11, 23, 47, keyed 95.
17 Sep 2025, 16:00, Reasoning Q.24 does the same with 3, 7, 15, 31, 63, keyed 127, and 15 Sep 2025, 12:30, Reasoning Q.8 uses × 2 + 2 on 2, 6, 14, 30, 62, keyed 126.
Related PYQs
No directly related past PYQ was found.