Sum of factorials

( I = 1 100 I ! ) m o d 100 = ? \left( \sum_{I=1}^{100} I!\right) \bmod {100} = \, ?

Notation : ! ! denotes the factorial notation. For example, 8 ! = 1 × 2 × 3 × × 8 8! = 1\times2\times3\times\cdots\times8 .

13 10 11 12

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Zee Ell
Aug 6, 2016

As 100 = 2 2 × 5 2 100 = 2^2 × 5^2 , the first factorial (and since factorials of bigger numbers are multiples of factorials of all smaller integers, all subsequent factorials will have a 0 remainder by 100) , which is divisible by 100 is 10!

Therefore, it is enough to add the last two digits of the factorials of the integers from 1 to 9:

1+2+6+24+20+20+40+20+80 = 213, which means, that our answer should be:

213 mod 100 = 13 \boxed {13}

Simrat Singh
Aug 10, 2016

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...