Let Find the product of last 2 digits of
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.
We need to find the first number which contains 100 as a factor i.e:- 2 2 × 5 2 as all the next numbers in the series would contain it as a factor Since 2 is more abundant, we'll search for a number which has 5 as a factor. We see 1 0 ! is the first such number to have 5 2 as a factor. Now we find:- 1 ! + 2 ! + 3 ! + 4 ! + 5 ! + 6 ! + 7 ! + 8 ! + 9 ! + 1 0 ! = 4 0 3 7 9 1 3
4 0 3 7 9 1 3 2 m o d ( 1 0 0 ) = 1 3 2 m o d ( 1 0 0 ) = 6 9
Thus 6 × 9 = 5 4