1

How many zeroes does $$\frac{50!}{2^95^5}$$ end in?

Jimmy R.
  • 35,868

1 Answers1

3

Hint: Use the Lemma from this answer, that says the number of factors of a prime $p$ that divide $n!$ is $$ \frac{n-\sigma_p(n)}{p-1} $$ where $\sigma_p(n)$ is the sum of the digits in the base-$p$ representation of $n$.

$50=110010_\text{two}$.

$50=200_\text{five}$.

robjohn
  • 345,667