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.
n ! = n ∗ ( n − 1 ) ∗ ( n − 2 ) ∗ . . . ∗ 1
Easily notice that if any (n-i) = 10 or (n-i)*(n-k)=10, then n! ends at 0.
Factorial of any numbe greater than or equal to 10 contains 10.
Factorial of any number from 5 to 9 contains 2 and 5, and 2*5=10.
Thus 5! + 6! + ... + 2015! ends at 0.
3! + 4! = 1 2 3 + 1 2 3 4 = 1 2 3(1+4) = 1 2 3 5 = 1 3 10 = 30 ends at 0.
1! + 2! = 1 + 2 = 3.
1! + 2! + 3! + 4! + 5! + ... + 2015! ends at 3.