1000 ! is divisible by . Find the largest positive integral value of n.
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.
1 0 n is actually the number of trailing zeroes of 1000!
f ( 1 0 0 0 ) = ⌊ 5 1 0 0 0 ⌋ + ⌊ 5 2 1 0 0 0 ⌋ + ⌊ 5 3 1 0 0 0 ⌋ + ⌊ 5 4 1 0 0 0 ⌋
= 2 0 0 + 4 0 + 8 + 1 = 2 4 9
There are 249 trailing zeroes, it means the number is 1 0 2 4 9