What is the next number in the series? 12 35 81 173 357 _______
GATE 2014 · General Aptitude · Number Series · medium
Answer: 725
- Identify and verify the recurrence: 2*12+11 = 35 (yes). 2*35+11 = 81 (yes). 2*81+11 = 173 (yes). 2*173+11 = 357 (yes). Pattern confirmed for all consecutive pairs.
- Compute the 6th term: Next term = 2*357 + 11 = 725.