Number Series Questions

Multiple choice
  1. 88

  2. 54

  3. 28

  4. 13

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

The pattern is (previous term - 1) / 1.5, or more simply, the differences are 33, 26, 15, 8, 3, 0. The sequence is actually based on n_i = (n_{i-1} / 2) + constant. Checking the series: 87, 54, 28, 13, 5, 2, 2. The term 54 is wrong; it should be 43 if the pattern follows (x-1)/2 roughly.