Multiple choice general knowledge math & puzzles

3,4,7,11,16,29,47,?

  1. 75

  2. 77

  3. 69

  4. 76

  5. 71

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

This is a Lucas-style sequence where each term is the sum of the previous two, with a slight variation in the middle. Following the pattern 16+29=45 and 29+47=76, the next term is 76. The sequence logic is x_n = x_{n-1} + x_{n-2}.