-2

Let's consider a factorial number $\frac{41!}{100}$. How can we find how many digits are zero starting from the last digit of the number?

If we multiply the factorial by $100$, then the number of $0$ digits increases by $2$ and we can work with $41!$ directly. We're looking for the largest $k$ such that

$$41!\equiv 0\pmod{10^k}$$

Furthermore, since $41!$ contains $2$ and $5$, a trailling zero exists. But I am not certain as to what can be done. Could you provide a feedback?

1 Answers1

5

By Legendre's formula the number of trailing zeros of $41!$ is $$\nu_5(41!) = \left\lfloor \frac{41}{5} \right\rfloor + \left\lfloor \frac{41}{25} \right\rfloor = 9,$$ and dividing $41!$ by $100$ takes off two of those zeros, so there are $7$ trailing zeros.

Ekene E.
  • 537
  • 4
    you should mention trailing zeros require factors of 2 and 5, just that there's more factors of 2 in this case. – qwr Jan 13 '24 at 23:40
  • Please don't post an answer to such a FAQ. Instead, look for a good duplicate target. – Anne Bauval Jan 15 '24 at 15:51