Find the next number in the series.2, 35, 104, 209
2024
Find the next number in the series.2, 35, 104, 209
- A.
350
- B.
308
- C.
418
- D.
362
Attempted by 43 students.
Show answer & explanation
Correct answer: A
Answer: 350
Explanation: Find differences between consecutive terms and notice the pattern.
35 − 2 = 33
104 − 35 = 69
209 − 104 = 105
The differences are 33, 69, 105; each difference increases by 36 (69 − 33 = 36, 105 − 69 = 36).
Next difference = 105 + 36 = 141
Next term = 209 + 141 = 350
Therefore the next number in the series is 350.