Question:

Find the unit's place digit of \((1!)^{1! + (2!)^{2!} + (3!)^{3!} + \cdots + (100!)^{100!}\).}

Show Hint

For unit-digit problems, reduce each term modulo 10 and ignore terms that become zero early (like \(n!\) for \(n\ge 5\)).
Updated On: Sep 4, 2025
  • 4
  • 5
  • 6
  • 7
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation


For \(n\ge 5\), \(n!\) ends with 0, hence \((n!)^{n!}\) contributes unit digit \(0\). Only \(n=1,2,3,4\) matter:
\((1!)^{1!}=1,\ (2!)^{2!}=2^2=4,\ (3!)^{3!}=6^6\) ends with \(6\),
\((4!)^{4!}=24^{24}\) has the same unit pattern as \(4^{24}\) (even power) \(=6\).
Sum of unit digits \(=1+4+6+6=17\)
so the final unit digit is \(7\).
Was this answer helpful?
0
0