Tuesday, December 31, 2019

Counting the number of zeros

I am stuck at the question:



How many zeros are there when numbers between 1 and 100 are multiplied including 1 and 100, devise some technique for this .



Regards

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...