Find the number of trailing zeros (consecutive zeros from the right end) in 100!
example: If we take a number 303000 then answer will be 3
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.
no. of zeroes in the end = no. of fives (since it will always be less than the no. of 2s)= [ 5 1 0 0 ] + [ 2 5 1 0 0 ] = 20 + 4 = 24