Question: How many zeroes will there be at the end of $(127)!$
Approach: Considering the fact that when two numbers ending in $x$ and $y$ zeroes are multiplied, the resulting number contains $x+y$ zeroes: The numbers to be multiplied that contain zeroes: $$120,110,100,90,80.....10$$ That comes out to be a total of 13 zeroes. However, that doesn't seem to be the correct answer. Rethinking it, it's obvious that I'm missing out on several cases. For example: $$25*22 = 550$$ This is just one of the cases which will add a zero. How would I account for all these cases?