Problem Statement:- The number of zeroes at the end of the integer $$100!-101!+\ldots-109!+110!$$
I am having a bit of a trouble in thinking how do I proceed. A little push in the right direction would be appreciated.
And if you are posting a full solution do use the spoiler tag, as sometimes I cant stop myself from seeing the whole solution and lose the chance of thinking through it by myself with a push in the right direction from you guys.
Also, I dont know whether I am using the right tag feel free to correct it if its wrong.
I think that it is easiest to factor the expression as
Then, it is a standard exercise to compute the number of trailing zeros in
The remainder can be computed modulo $10$, $100$, etc, to see how many trailing zeros it has. For instance, modulo $10$, we are looking at whether
to see if this term contributes any trailing zeros. Since every term with both a factor of $2$ and $5$ is zero modulo $10$, we get that this simplifies to
Now, computing this modulo $100$, we consider
A short calculation shows that this simplifies to
Therefore, the number of trailing zeros is