Question:

If 'n!' denotes the product of the integers 1 through 'n', what is the remainder when (1! + 2! + 3! + 4! + 5! + 6! + ....) is divided by 9?

Show Hint

Check where the terms start becoming divisible by the divisor to simplify.
Updated On: Jun 26, 2026
  • 8
  • 1
  • 2
  • 0
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Concept
Factorials and divisibility.

Step 2: Analysis

$6! = 720$, which is divisible by 9. Any $n!$ for $n \geq 6$ is divisible by 9 because it contains $3 \times 6 = 18$ as a factor.

Step 3: Calculation

Sum modulo 9: $(1! + 2! + 3! + 4! + 5!) \pmod 9$.
$(1 + 2 + 6 + 24 + 120) = 153$.
$153 \div 9 = 17$ with remainder 0.

Step 4: Conclusion

The remainder is 0. Final Answer: (D)
Was this answer helpful?
0
0