ExamBro
ExamBro
COMEDK · Maths · 5. Sequences and Series

\(\sum_{n=1}^m n \cdot n\) ! is equal to

  1. A \(m !-1\)
  2. B \((m-1) !-1\)
  3. C \((m+1) !-1\)
  4. D \(m !(m-1) !\)
Verified Solution

Answer & Solution

Correct Answer

(C) \((m+1) !-1\)

Step-by-step Solution

Detailed explanation

The given sum is \(S = \sum_{n=1}^{m} n \cdot n!\). Observe that the general term can be written as \(n \cdot n! = (n+1-1) \cdot n! = (n+1) \cdot n! - n!\). Since \((n+1) \cdot n! = (n+1)!\), the term becomes \((n+1)! - n!\). The summation is a telescoping series:…