Number Series Questions

Multiple choice
  1. 22

  2. 32

  3. 42

  4. 52

  5. 86

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

This is a geometric progression with a = 64 and r = -1/2. The sum of the first n terms is S_n = a(1 - r^n) / (1 - r). For n = 6, S_6 = 64(1 - (-1/2)^6) / (1 - (-1/2)) = 64(1 - 1/64) / (3/2) = 64(63/64) * (2/3) = 63 * 2/3 = 42.

Multiple choice
  1. 9

  2. 11

  3. 15

  4. 17

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

This is a geometric progression with a = 1/81 and r = -3. The n-th term is a * r^(n-1) = 729. (1/81) * (-3)^(n-1) = 729. (-3)^(n-1) = 729 * 81 = 3^6 * 3^4 = 3^10. Since the term is positive, n-1 must be even. (-3)^10 = 3^10. n-1 = 10, so n = 11.