Number Series Questions

Multiple choice
  1. $\displaystyle \frac{1}{8}(n+1)[n^{3}+7n^{2}-3n-1]$
  2. $\displaystyle \frac{n}{8}(n^{2}+4n^{2}+10n+6)$
  3. $\displaystyle \frac{1}{8}(n+1)[n^{2}+7n^{2}-3n-1]$
  4. $\displaystyle \frac{1}{8}(n+1)[n^{2}+7n^{2}-3n]$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

For odd n, the terms consist of cubes of odd numbers and 3 times the squares of even numbers. Summing these two parts and simplifying gives (n + 1)(n^3 + 7n^2 - 3n - 1)/8.

Multiple choice
  1. $n^2$
  2. $n(n+1)$
  3. $n\left (n+\dfrac {1}{n}\right)^2$
  4. None

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

The series is an arithmetico-geometric series: 1 + 2r + 3r^2 + ... + nr^(n-1) where r = 1 + 1/n. The sum S = 1 + 2r + 3r^2 + ... + nr^(n-1). Then rS = r + 2r^2 + ... + (n-1)r^(n-1) + nr^n. Subtracting gives (1-r)S = 1 + r + r^2 + ... + r^(n-1) - nr^n = (r^n - 1)/(r-1) - nr^n. With r-1 = 1/n, we get (-1/n)S = ( (1+1/n)^n - 1 ) / (1/n) - n(1+1/n)^n. This simplifies to S = n^2.

Multiple choice
  1. It is an $AP$ and $d=4$, other terms $6,10,14$
  2. It is an $AP$ and $d=\dfrac{3}{5}$, other terms $5,10,15$
  3. It is not an $AP$, other terms $3,4,5$
  4. None of these

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

The series is -10, -6, -2, 2. The difference between consecutive terms is -6 - (-10) = 4, -2 - (-6) = 4, 2 - (-2) = 4. It is an AP with d=4. The next terms are 2+4=6, 6+4=10, 10+4=14.

Multiple choice
  1. $121(\sqrt6+\sqrt2)$
  2. $ \frac{121}{2}(\sqrt3+1)$
  3. $243(\sqrt3+1)$
  4. $243(\sqrt3-1)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The series is sqrt(2), sqrt(6), sqrt(18), sqrt(54). This is a geometric series with a = sqrt(2) and r = sqrt(3). Sum = a(r^n - 1) / (r - 1) = sqrt(2)(sqrt(3)^10 - 1) / (sqrt(3) - 1) = sqrt(2)(243 - 1) / (sqrt(3) - 1) = 242 * sqrt(2) / (sqrt(3) - 1). Rationalizing gives 121 * sqrt(2) * (sqrt(3) + 1) = 121(sqrt(6) + sqrt(2)).

Multiple choice
  1. $10^{th}$
  2. $11^{th}$
  3. $12^{th}$
  4. $13^{th}$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is an arithmetic progression with a = 20 and d = -2. The n-th term is a + (n-1)d. -2 = 20 + (n-1)(-2) => -22 = (n-1)(-2) => 11 = n-1 => n = 12.