where is an integer such that the number of trailing zeroes of is divisible by
Find the minimum value of( has trailing zeroes while has )
You may like Divisible by this year? v2015 (Part 1: Happy New Year!)
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 ) ! × ( n + 0 ) ! × ( n + 1 ) ! × ( n + 4 ) !
The domain of this function is [ 0 , + ∞ )
So let's first check f ( 0 ) .
( n + 2 ) ! × ( n + 0 ) ! × ( n + 1 ) ! × ( n + 4 ) ! = ( 0 + 2 ) ! × ( 0 + 0 ) ! × ( 0 + 1 ) ! × ( 0 + 4 ) ! = 2 ! × 0 ! × 1 ! × 4 ! = 4 8
There are 0 trailing zeroes in 4 8 . And since 0 is divisible by 2 0 1 5 , the answer is 0