Number Series Questions

Multiple choice
  1. 1019

  2. 1910

  3. 2119

  4. 2313

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

Sequence: 15, 25, 38, 54. Differences: 10, 13, 16. This is a quadratic sequence. Second difference is 3. General term T(n) = an^2 + bn + c. 2a = 3 => a = 1.5. 3a + b = 10 => 4.5 + b = 10 => b = 5.5. a + b + c = 15 => 1.5 + 5.5 + c = 15 => c = 8. T(n) = 1.5n^2 + 5.5n + 8. T(18) = 1.5(324) + 5.5(18) + 8 = 486 + 99 + 8 = 593. T(32) = 1.5(1024) + 5.5(32) + 8 = 1536 + 176 + 8 = 1720. Sum = 593 + 1720 = 2313.

Multiple choice
  1. 17n - 14

  2. 16n - 15

  3. 14n - 13

  4. 13n - 13

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

The sequence 0, 13, 26, 39 is an arithmetic progression with a first term a = 0 and a common difference d = 13. The formula for the n-th term is a + (n - 1)d, which simplifies to 0 + (n - 1)13 = 13n - 13.