Find the number of trailing zeroes of the above number?
Notation: is the factorial function. For example,
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.
To make a zero we need a 2 and a 5. For that let's consider the last digit of each number.
( 2 0 1 ) 7 ! = ( 2 0 1 ) 5 0 4 0 , will end in 1, since the unit digit is 1.
7 2 0 1 ! will also not end either in 2 or 5 because 7 raised to any power will end only in 7,9,3 or 1. Since we will not get any 2 or 5 at the end to make a zero, therefore number of trailing zeroes = 0 .