Number Series Questions

Multiple choice
  1. $\dfrac {n(n + 1)(n + 2)}{3}$
  2. $\dfrac{(n + 1)(n + 2)(n+3)}{12}$
  3. $n^2 (n + 2)$
  4. $n(n + 1)(n + 2)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The sum of n terms where the n-th term is n(n+1) = n^2 + n is the sum of the first n squares plus the sum of the first n integers. This equals [n(n+1)(2n+1)/6] + [n(n+1)/2], which simplifies to n(n+1)(n+2)/3.

Multiple choice
  1. $326$
  2. $173$
  3. $388$
  4. none

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

The sequence is an arithmetic progression with first term 11 and common difference 9. The general term is a_n = 11 + (n-1)9 = 9n + 2. Checking the options: 326 = 9n + 2 => 324 = 9n => n = 36. 173 = 9n + 2 => 171 = 9n => n = 19. 388 = 9n + 2 => 386 = 9n (not divisible).