返回题库

AIME 2009 II · 第 11 题

AIME 2009 II — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For certain pairs (m,n)(m,n) of positive integers with mnm\geq n there are exactly 5050 distinct positive integers kk such that logmlogk<logn|\log m - \log k| < \log n. Find the sum of all possible values of the product mnmn.

解析

Solution 1

We have logmlogk=log(mk)\log m - \log k = \log \left( \frac mk \right), hence we can rewrite the inequality as follows:

logn<log(mk)<logn- \log n < \log \left( \frac mk \right) < \log n We can now get rid of the logarithms, obtaining:

1n<mk<n\frac 1n < \frac mk < n And this can be rewritten in terms of kk as

mn<k<mn\frac mn < k < mn From kitfollowsthatthek it follows that the50solutionsforsolutions forkmustbetheintegersmust be the integersmn-1, mn-2, \dots, mn-50.Thiswillhappenifandonlyifthelowerboundon. This will happen if and only if the lower bound onkisinasuitablerangewemusthaveis in a suitable range -- we must havemn-51 \leq \frac mn < mn-50$.

Obviously there is no solution for n=1n=1. For n>1n>1 the left inequality can be rewritten as m51nn21m\leq\dfrac{51n}{n^2-1}, and the right one as m>50nn21m > \dfrac{50n}{n^2-1}.

Remember that we must have mnm\geq n. However, for n8n\geq 8 we have 51nn21<n\dfrac{51n}{n^2-1} < n, and hence m,whichisacontradiction.Thisonlyleavesuswiththecasesm, which is a contradiction. This only leaves us with the casesn\in{2,3,4,5,6,7}$.

  • For n=2n=2 we have 1003<m1023\dfrac{100}3 < m \leq \dfrac{102}3 with a single integer solution m=1023=34m=\dfrac{102}3=34.
  • For n=3n=3 we have 1508<m1538\dfrac{150}8 < m \leq \dfrac{153}8 with a single integer solution m=1528=19m=\dfrac{152}8=19.
  • For n=4,5,6,7n=4,5,6,7 our inequality has no integer solutions for mm.

Therefore the answer is 342+193=68+57=12534\cdot 2 + 19\cdot 3 = 68 + 57 = \boxed{125}.