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 zeroes is = number of 10's = exponent of 2 X exponent of 5 exponent of 2 = [100/2] + [100/4] +[100/8] +[100/16 ] +[100/32] +[100/64] = 97 exponent of 5 = [100/5] + [100/25] = 24 Hence exponent of 10 = min( 97,24) = 24
NOTE : Here [ * ] means greatest integer function.
if alternate easy solution is available then share.