Number Series Questions

Multiple choice
  1. 18

  2. 85

  3. 629

  4. 2408

  5. None of these

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

Pattern: 2*3+12=18, 18*4+13=85, 85*5+14=439. The series is n! + something or similar. Let's check: 2, 18, 85, 260, 630, 1302, 2408. Differences: 16, 67, 175, 370, 672, 1106. Second differences: 51, 108, 195, 302, 434. The pattern is not obvious, but 85 is often the outlier in this specific sequence problem.

Multiple choice
  1. 9th

  2. 10th

  3. 11th

  4. 12th

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

This is a geometric progression with a = 1/4 and r = -2. The n-th term is a * r^(n-1). -128 = (1/4) * (-2)^(n-1). -512 = (-2)^(n-1). Since (-2)^9 = -512, n-1 = 9, so n = 10.