Multiple choice

Find the wrong number in the given number series. 8, 16, 24, 40, 62, 104, 168, 232

  1. 24

  2. 40

  3. 62

  4. 104

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Pattern: each term (from 3rd onward) equals sum of previous two minus 8. 8+16-8=16 (but we have 24), actual pattern: 8+16=24, 16+24=40, 24+40=64 (not 62), so 62 is wrong. Should be 64. Then 40+64=104, 64+104=168, 104+168=272 (not 232). Actually check: 8, 16, 24, 40, 62, 104, 168, 232. Pattern: 8+16=24✓, 16+24=40✓, 24+40=64≠62✗. 62 breaks the Fibonacci-like sum pattern. Option C is correct.