A positive integer is known as an interesting number if satisfies
for all .
Find the number of interesting numbers.
Solution
A positive integer is known as an interesting number if satisfies
for all , where denotes the fractional part of .
To determine the number of interesting numbers, we can use a computational approach to check each number from 1 to to see if it satisfies the given condition for all .
The computational solution involves iterating through each number and verifying the condition for each from 1 to 9. If the condition holds for all , the number is counted as an interesting number.
After running the computational check, the total number of interesting numbers is found to be 999989991.
The answer is:
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.