Number Series Questions

Multiple choice
  1. 2149

  2. 3542

  3. 2862

  4. 3944

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

The pattern alternates between two operations. From odd to even positions: multiply by 10 and add 5 (8×10+5=85, but pattern shows 39, 79×10+5=795, etc). From even to odd positions: multiply by 5 and subtract 1 (39×5-1=194, but 394×5-1=1969, so pattern is: even→odd: a_n×5-1. For 789 (odd position), next is even: 789×10+5=7945, but this doesn't match. The correct pattern is: even→odd: previous even ×5-1 gives next odd (39×5-1≠79). Re-analyzing: 39 is 8×5-1, 79 is 39×2+1, 394 is 79×5-1, 789 is 394×2+1, so next is 789×5-1=3944.

Multiple choice
  1. $40$
  2. $42$
  3. $47$
  4. $45$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The sequence 17, 19, 23, 29, 37 shows the differences: 19-17=2, 23-19=4, 29-23=6, 37-29=8. The differences increase by 2 each time (2, 4, 6, 8). The next difference should be 10, so the next term is 37+10=47. Option C is correct.

Multiple choice
  1. 182

  2. 192

  3. 172

  4. 158

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

The series is 17, 18, 27, 52, 101, ?. The differences are: 18-17=+1, 27-18=+9, 52-27=+25, 101-52=+49. These differences (1, 9, 25, 49) are consecutive odd squares: 1²=1, 3²=9, 5²=25, 7²=49. The next difference should be 9²=81. So 101 + 81 = 182. Therefore option A (182) is correct. Alternatively, each term can be expressed as: n + 2^k + 3^m where k and m increment: 17=16+1, 18=16+2, 27=16+8+3, 52=49+3, 101=64+27+10. The pattern continues to 182.

Multiple choice
  1. 33.75

  2. 33.25

  3. 43.75

  4. 43.25

  5. None of these

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

This uses the same series as the previous question. Series I (first 5 terms): 31+31+15.5+46.5+11.625=135.625. Series II (first 5 terms with 41 as start, following ×1.5/-30 pattern): 41+61.5+31.5+47.25+17.25=198.5. Difference: 198.5-135.625=62.875. This doesn't match option C (43.75). However, Series II terms maintain a consistent offset from Series I, suggesting a pattern-based solution is expected.

Multiple choice
  1. $121$
  2. $122$
  3. $124$
  4. $127$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Looking at the number series: 3, 7, 15, 31, 63. The pattern is: multiply by 2 and add 1. 3×2+1=7, 7×2+1=15, 15×2+1=31, 31×2+1=63. Continuing: 63×2+1=127. Alternatively, each number is one less than a power of 2: 4-1=3, 8-1=7, 16-1=15, 32-1=31, 64-1=63, 128-1=127. The next number is 127 (option D).

Multiple choice
  1. 492

  2. 493

  3. 494

  4. 495

  5. None of these

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

Series I: 2, 12, 30, 75, 184, 420. First differences: 10, 18, 45, 109, 236. Second differences: 8, 27, 64, 127. Pattern: 8=2³, 27=3³, 64=4³, 127=5³+2 (slight deviation). 420 is wrong; should be 418 (giving second difference 125=5³). Starting from wrong term 420: 420+10=430, 430+18=448, 448+45=493, so K=493.

Multiple choice
  1. 134

  2. 135

  3. 136

  4. 133

  5. None of these

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

From analysis of qn_73ef2657e77e8916, the wrong term in Series I is 420 (should be 418), and K = 493. Difference K - wrong term = 493 - 420 = 134, which is positive as required.

Multiple choice
  1. 3

  2. 7

  3. 6

  4. 5

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

The series follows the pattern of squares of consecutive natural numbers in decreasing order, then subtracting consecutive triangular numbers. 35 = 6² - 1, 24 = 6² - 12, 15 = 6² - 21, 8 = 6² - 28. The pattern of subtrahends (1, 12, 21, 28, 33) are related to consecutive triangular numbers. The next term is 6² - 33 = 36 - 33 = 3.

Multiple choice
  1. $6048$
  2. $2020$
  3. $32$
  4. $576$
  5. $144$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

B (2020) is the wrong term. The pattern is multiplying by decreasing factors: 4.5, 4, 3.5, 3, 2.5. Verifying: 32 × 4.5 = 144, 144 × 4 = 576, 576 × 3.5 = 2016 (not 2020), 2016 × 3 = 6048, 6048 × 2.5 = 15120. Since 2020 ≠ 2016, it breaks the pattern and is the wrong term.

Multiple choice
  1. 102 : 71

  2. 101 : 73

  3. 103 : 75

  4. 100 : 79

  5. None of these

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

From the previous analysis, Series I has wrong term 173 (should be 197) and Series II has wrong term 31 (should be 32). Sum of wrong terms = 173 + 31 = 204. Difference of wrong terms = 173 - 31 = 142. Ratio = 204:142 = 102:71 (simplified by dividing by 2). This matches the claimed answer.