Find the trailing number of zeros of the decimal representation of
Notation: is the factorial notation. For example, .
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 find the number of trailing zeros in each of the factorials separately.
One could consider, how many factors of 5 s are there in 1 0 0 ! ?
In 1 0 0 ! there are 2 4 trailing zeros (i.e. There are 2 4 factors of 5 , namely 5 , 1 0 , 1 5 , ..., 9 5 , 1 0 0 , however in 2 5 , 5 0 , 7 5 and 1 0 0 they contain another factor of 5 ).
Similarly In 2 0 0 ! there are 4 9 trailing zeros. 3 0 0 ! has 7 4 trailing zeros, 4 0 0 ! has 9 9 trailing zeros and 5 0 0 ! has 1 2 4 trailing zeros.
Since they are multiplied together, we just need to add the number of trailing zeros in each factorial:
2 4 + 4 9 + 7 4 + 9 9 + 1 2 4 = 3 7 0 . Hence the final answer is 370