Find the number of positive integers n less than 1000 for which there exists a positive real number x such that n = x*[x].
Note: [x] is the greatest integer less than or equal to x.
Hint: What kind of number can x be? What kind of numbers can be represented by x*[x]?
Level: 5
No comments:
Post a Comment