Question:medium

Find the missing term in the given series 5, 2, 7, 9, 16, 25, ?

Show Hint

Look for addition of previous two terms to find the next term in series; this is a variation of Fibonacci pattern.
Updated On: Jan 16, 2026
  • 41
  • 45
  • 48
  • 52
Show Solution

The Correct Option is A

Solution and Explanation

The sequence is constructed as follows: - 7 = 5 + 2 - 9 = 2 + 7 - 16 = 7 + 9 - 25 = 9 + 16 This pattern indicates that each number, starting from the third, is the sum of the two preceding numbers, analogous to the Fibonacci sequence. Consequently, the subsequent number in the series is: \[ 16 + 25 = 41. \]
Was this answer helpful?
0