How many integers n between 1 and 10,000 are there such that $7/n$ is a terminating decimal?
I found this easily in google:
"To find out whether a fraction will have a terminating or recurring decimal, look at the prime factors of the denominator when the fraction is in its most simple form. If they are made up of 2s and/or 5s, the decimal will terminate."
So that means that the desired numbers must be of the form
\(2^a*5^b\qquad or \qquad 7*2^a*5^b\)
where a and b are integers greater or equal to 0
I just used excel to help me organize the possibilities.
I also got 78 possibilities
