Problem:
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.
Solution:
The inequality β£logmβlogkβ£<logn is equivalent to βlogn<logmβ logk<logn, which is equivalent to lognmβ<logk<logmn. Write m=nq+r, where q is a positive integer and r is an integer with 0β€r<n. The inequality then becomes
log(q+nrβ)<logk<log(n(nq+r))
There are n(nq+r)βqβ1 possible values of k, namely, q+1,q+2,β¦, n(nq+r)β1. By the given condition, n(nq+r)βqβ1=50 or (n2β1)q+nr=51. The potential values of n are 2,3,β¦,7. The only solutions are (n,q,r)=(2,17,0) and (3,6,1). Hence (m,n)=(34,2) or (19,3), and mn=68 or 57. Thus the sum is 125β.
The problems on this page are the property of the MAA's American Mathematics Competitions