Question:

What is the sum of the first \( n \) terms of the series, whose \( k \)-term is \( k! \cdot k \)?

Show Hint

Series Involving Factorials}
Try to rewrite factorial terms using telescoping pattern.
Recognize: \( k \cdot k! = (k+1)! - k! \).
Telescoping sum simplifies to first and last terms only.
Updated On: May 19, 2025
  • \( (n+1)!^n - 1 \)
  • \( (n+1)^n - 1 \)
  • \( (n+1)! - 1 \)
  • \( 3n - 2 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Given series: \[ S = 1! \cdot 1 + 2! \cdot 2 + 3! \cdot 3 + \cdots + n! \cdot n \] But \( k! \cdot k = k \cdot k! = (k+1)! - k! \) So, \[ S = \sum_{k=1}^{n} [(k+1)! - k!] = (n+1)! - 1! \Rightarrow S = (n+1)! - 1 \]
Was this answer helpful?
0
0