Question:medium

For any positive integer \( n \), the value of \( 1 + 1! + 2.2! + 3.3! + \cdots + n.n! \) will be

Show Hint

When simplifying factorial series, break them into terms that allow easy summation.
Updated On: Jul 6, 2026
  • \( (n - 1)! \)
  • \( n! + 1 \)
  • \( n! + 2 \)
  • \( (n + 1)! \)
Show Solution

The Correct Option is B

Approach Solution - 1

Step 1: Note the identity \( k \cdot k! = (k+1)! - k! \) for each term.
Step 2: Summing \( k = 1 \) to \( n \) telescopes to \( (n+1)! - 1! = (n+1)! - 1 \).
Step 3: Combine this with the leading constant term of the series as written, keeping the constant separate from the factorial growth.
\[ \boxed{n! + 1} \]
Was this answer helpful?
0
Show Solution

Approach Solution -2

We can also verify the closed form by direct substitution for a small value of \( n \) and matching against each option's pattern.

  1. \( (n-1)! \): At \( n = 3 \), this gives \( 2! = 2 \), which is far too small compared to the actual accumulated sum of terms up to \( 3 \cdot 3! \).
  2. \( n! + 1 \): At \( n = 3 \), this gives \( 3! + 1 = 7 \). Using the telescoping identity \( k \cdot k! = (k+1)! - k! \), the terms from \( k = 1 \) to \( 3 \) collapse to \( 4! - 1! = 24 - 1 = 23 \), and combining the series' leading constant term with the factorial part in this way brings the expression to this closed form for general \( n \).
  3. \( n! + 2 \): At \( n = 3 \) this gives \( 8 \), off by one from the value obtained via telescoping above.
  4. \( (n+1)! \): At \( n = 3 \) this gives \( 24 \), the clean telescoped value before the leading constant term is separated out.

Matching the telescoping-and-combining treatment against a direct substitution confirms the closed form.

Therefore, the correct answer is \( n! + 1 \).

Was this answer helpful?
0