Q1. If the series S = 1 + \frac{1}{1+2} + \frac{1}{1+2+3} + \frac{1}{1+2+3+4} + ......., then the sum of its infinite terms is:
Explanation
The denominator of the nth term is the sum of the first n natural numbers, n(n+1)/2. So each term is 2/[n(n+1)], which can be written as 2(1/n - 1/(n+1)). The infinite series therefore telescopes: 2[(1 - 1/2) + (1/2 - 1/3) + (1/3 - 1/4) + ...]. All middle terms cancel, leaving 2. The values 1/2, 1, and 3/2 are partial or underestimated values, not the infinite sum.
