Find the minimum value of
where
is an integer such that the number of trailing zeroes of
is divisible by
( has trailing zeroes while has )
You may like Divisible by this year? v2015 (Part 1: Happy New Year!)
and Divisible by this year??? v2015 (Part 2: A Jinx from the past!!!)
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.
Let f ( n ) = ( n + 2 0 ) ! × ( n + 1 6 ) !
The domain of this function is [ − 1 6 , + ∞ )
So first let's try f ( − 1 6 ) .
( n + 2 0 ) ! × ( n + 1 6 ) !
= ( − 1 6 + 2 0 ) ! × ( − 1 6 + 1 6 ) !
= 4 ! × 0 !
= 2 4
Since there are 0 trailing zeroes in 2 4 and 0 is divisible by 2 0 1 5 , the answer must be − 1 6