SOLUTION: Find the number of trailing zeroes in the product of the first n factorials

Algebra.Com
Question 1111875: Find the number of trailing zeroes in the product of the first n factorials
Answer by ikleyn(52893)   (Show Source): You can put this solution on YOUR website!
.
Calculate the highest degree of 5 in the product: it will give you the number of zeroes.


The highest degree of 5 is equal to


[n/5] + [n/5^2] + [n/5^3] + . . . + [n/5^m],


where [x] means the "integer part" of the number x  (do not ask me what is it - you must know it); 
 
the index "m" is the highest degree the number    still divides n.


RELATED QUESTIONS

Find the number of trailing zeros in M where M=201!-200!? answers... (answered by fcabanski)
What is the formula of the sum of first n factorials? If so then find the sum of the 1! + (answered by ikleyn)
Find the number of zeroes at the end of 5^(n!) factorial (answered by tommyt3rd)
QUESTIONS: simplify the ratio of the following factorials (n+2)! /... (answered by Theo)
Consider polynomial {{{g(x) = x^n + 4x^(n-1)}}}; what is its maximum number of zeroes? @... (answered by Edwin McCravy)
Consider polynomial g(x) = x^n + 4x; what is its maximum number of zeroes? @ The maximum... (answered by nabla)
The number N = 111….1 consists of 2010 ones. It is exactly divisible by 3. How many... (answered by ikleyn)
Suppose n>1. An n-digit number is a list of n digits where the first digit in the list is (answered by stanbon)
Find the zeroes of the quadratic equation in realation to the imaginary number "i"... (answered by solver91311)