Problem 51570. Count numbers whose reciprocals' decimal expansions terminate
Some numbers (such as 4) have reciprocals with terminating decimal expansions, while others (such as 7) do not. Write a function that counts the numbers less than or equal to the input number whose reciprocals have terminating decimal expansions. For example, given 10, your function should return a count of 6, which corresponds to 1, 2, 4, 5, 8, and 10.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers13
Suggested Problems
-
Return a list sorted by number of occurrences
2888 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1984 Solvers
-
Back to basics 21 - Matrix replicating
1784 Solvers
-
Generate a random matrix A of (1,-1)
398 Solvers
-
Height of a right-angled triangle
2010 Solvers
More from this Author319
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!