JAMB 1994 · UME · Q21

Find the nnth term of the sequence 3,6,10,15,21,…3, 6, 10, 15, 21, \dots

Worked solution (try it first)
  1. Each term is half the product of two consecutive numbers: 3=2×323 = \frac{2 \times 3}{2}, 6=3×426 = \frac{3 \times 4}{2}, 10=4×5210 = \frac{4 \times 5}{2}.
  2. The first factor is always one more than the term number, so the nnth term is (n+1)(n+2)2\frac{(n + 1)(n + 2)}{2}.
  3. Check n=5n = 5: 6×72=21\frac{6 \times 7}{2} = 21.
  4. So the answer is option C.

Report a problem with this question