Find the last 2 digits of r = 1 ∑ 1 0 0 r !
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.
Very nice but how do you know the number n ! where n ≥ 1 0 won't affect the value?
Log in to reply
Since n ≥ 1 0 the second-last number of each n ! will be zero because they have two 1 0 factors. The same apply if we want to find the 3 , 4 , 5 . . . digits, we'll have to look when the n ! has 3 , 4 , 5 . . . factors 1 0
How did you calculate the last digit Can you explain
Problem Loading...
Note Loading...
Set Loading...
The last digit is defined by the last digit of the sum 1 ! + 2 ! + 3 ! + 4 ! = 3 , and the second-last by the second-lasts sum of 4 ! + 5 ! + 6 ! + 7 ! + 8 ! + 9 ! + carry = 1
∴ the last 2 digits are: 1 3