How many trailing zeroes are there in ?
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.
The number of trailing zeros n is equal to the number of factors of 5 (seeing as there are at least as many factors of 2 ), therefore:
n = ⌊ 5 5 2 0 1 ⌋ + ⌊ 2 5 5 2 0 1 ⌋ + ⌊ 1 2 5 5 2 0 1 ⌋ + ⌊ 6 2 5 5 2 0 1 ⌋ + ⌊ 3 1 2 5 5 2 0 1 ⌋ = 1 0 4 0 + 2 0 8 + 4 1 + 8 + 1 = 1 2 9 8 .