Vn methodHardQuestion 210028
Question
Sum of n terms of the series 1/(1×2) + 1/(2×3) + 1/(3×4) + ... is:
- An/(n+1)Correct
- B1/n
- C(n−1)/n
- Dn/(n+2)
Correct answer
n/(n+1)
Explanation
Telescoping: each term = 1/r − 1/(r+1). Sum = 1 − 1/(n+1) = n/(n+1).