I am joining a maths competition and recently I am preparing for it. I came across a question that asks me to fill the blank of a number:
1_0767436_000
And this number is the product of $15!= 15\times 14\times 13\times 12...\times 1$.
The competition doesn't allow to use a calculator, so I am wondering how to multiply these without calculator. Can I have a solution that can solve a similar question and also the solution to this question? Tqvm
As the comments above mention, these types of problems are usually ad hoc. For this one, for example, you can try the following:
Sketch: The lowest nonzero should be easy to calculate via $\mod{10}$ calculations (after dividing out by the three factors of $10$). Then, for the other number, observe that $15!$ is divisible by $9$ and use a divisiblity test.