For certain pairs (m,n) of positive integers with m≥n there are exactly 50 distinct positive integers k such that |logm−logk|<logn. Find the sum of all possible values of the product mn.
HINTS ONLY!
Obviously, converting it into a simpler form is good idea.
1n<mk<n⟹k<mn<n2k.
Okay, so we already have a pretty simplified form, I broke it into two cases.
Case 1: m=n then saw:
⟹k<n2<kn2, which is true for ALL k≥2 and any n.
So m=n is an impossible case.
The remaining case left is m>n.
This is actually getting quite difficult.
There must be exactly 50 values of k.
How should I go about this?
SMALL - HINTS ONLY! Please don't give it away!
Answer
HINT :
We have 1n<mk<n⟺mn<k<mn
Setting ⌊mn⌋=s gives
(1)⟺s+1≤k≤mn−1
Hence, one has 50=(mn−1)−(s+1)+1.
No comments:
Post a Comment