How many zeroes are there at the end of decimal representation of the number 100 ! ?
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.
For each zero at the end, there must be at least one 2 and 5, as these when multiplied become 10, which is equivalent to adding a zero on the end (in base 10). There will clearly be more 2s so we do not need to worry about these and instead think about the numbers of 5. Any multiples of 5 will contain at least one 5 in the prime factorisation. There are 20 multiples of 5 in 1-100 so the number of 5s is at least 20. Furthermore, there are 4 multiples of 25 (25,50,75,100) these contain an extra prime in the factorisation and so give us 4 extra 5s. There are no more additions of 5s to make as 5 3 = 1 2 5 > 1 0 0 so the total is 20+4=24 trailing zeros.