Number Series Questions

Multiple choice
  1. 560

  2. 570

  3. 580

  4. none of these

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

The sequence is 3, 7, 14, 24, 37. Differences are 4, 7, 10, 13. This is an arithmetic progression of differences. The n-th term a_n = a_1 + sum(d_i). Summing the series for 10 terms gives 570.

Multiple choice
  1. 8

  2. 12

  3. 16

  4. 20

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

Let n = 2m. Sum of odd terms = m/2 * (2a + (m-1)2d) = 24. Sum of even terms = m/2 * (2(a+d) + (m-1)2d) = 30. Difference = m*d = 6. Last term - first term = (2m-1)d = 10.5. Since m*d = 6, (2m-1)d = 2md - d = 12 - d = 10.5, so d = 1.5. Then m = 6/1.5 = 4. Number of terms = 2m = 8.