How long is the string of consecutive 0's at the end of this number?
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.
Since 9! has one trailing 0, we can write 9! as 10y (where y is an integer). Therefore ( 1 0 y ) 1 0 ! = y 1 0 ! . 1 0 1 0 ! . Also if we observe y here (which is equal to 36288), last digit of powers of y will be either 2,4,6 and 8. Thus we can say that this number has 10! trailing zeroes.