Calculate the number of trailing zeroes in the following: (100!)(100!)(100!)(100!)(100!)...........................(100!) where there are 13!/30030 (100!)'s.
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.
First off, calculate 1 3 ! / 3 0 0 3 0 , you'll get 207360 Then we calculate the numbers of continuous 0's in 100!, ⌊ 5 1 0 0 ⌋ + ⌊ 2 5 1 0 0 ⌋ = 2 0 + 4 = 2 4 Then just multiply 207360 with 24, you get the answer 4976640