For given positive integer n, its factorial often has many trailing zeros, in other words many factors of 10s. In order for n! to have at least "m" trailing zeros, what is the smallest "n" ?
Example: factorial(10) = 3628800 factorial(9) = 362880 In order to have 2 trailing zeros on factorial, the smallest n is 10.
Optional: Can you make an efficient algorithm for a very large m?
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers61
Suggested Problems
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1307 Solvers
-
Project Euler: Problem 16, Sums of Digits of Powers of Two
178 Solvers
-
Determine if input is a perfect number
264 Solvers
-
Decimation - Optimized for speed
221 Solvers
-
458 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!