返回题库

AIME 2009 II · 第 12 题

AIME 2009 II — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

From the set of integers {1,2,3,,2009}\{1,2,3,\dots,2009\}, choose kk pairs {ai,bi}\{a_i,b_i\} with aisothatnotwopairshaveacommonelement.Supposethatallthesumsa_i so that no two pairs have a common element. Suppose that all the sumsa_i+b_iaredistinctandlessthanorequaltoare distinct and less than or equal to2009.Findthemaximumpossiblevalueof. Find the maximum possible value ofk$.

解析

Solution

Suppose that we have a valid solution with kk pairs. As all aia_i and bib_i are distinct, their sum is at least 1+2+3++2k=k(2k+1)1+2+3+\cdots+2k=k(2k+1). On the other hand, as the sum of each pair is distinct and at most equal to 20092009, the sum of all aia_i and bib_i is at most 2009+(20091)++(2009(k1))=k(4019k)22009 + (2009-1) + \cdots + (2009-(k-1)) = \frac{k(4019-k)}{2}.

Hence we get a necessary condition on kk: For a solution to exist, we must have k(4019k)2k(2k+1)\frac{k(4019-k)}{2} \geq k(2k+1). As kk is positive, this simplifies to 4019k22k+1\frac{4019-k}{2} \geq 2k+1, whence 5k40175k\leq 4017, and as kk is an integer, we have k4017/5=803k\leq \lfloor 4017/5\rfloor = 803.

If we now find a solution with k=803k=803, we can be sure that it is optimal.

From the proof it is clear that we don't have much "maneuvering space", if we want to construct a solution with k=803k=803. We can try to use the 2k2k smallest numbers: 11 to 2803=16062\cdot 803 = 1606. When using these numbers, the average sum will be 16071607. Hence we can try looking for a nice systematic solution that achieves all sums between 1607401=12061607-401=1206 and 1607+401=20081607+401=2008, inclusive.

Such a solution indeed does exist, here is one:

Partition the numbers 11 to 16061606 into four sequences:

  • A=1,3,5,7,,801,803A=1,3,5,7,\dots,801,803
  • B=1205,1204,1203,1202,,805,804B=1205,1204,1203,1202,\dots,805,804
  • C=2,4,6,8,,800,802C=2,4,6,8,\dots,800,802
  • D=1606,1605,1604,1603,,1207,1206D=1606,1605,1604,1603,\dots,1207,1206

Sequences AA and BB have 402402 elements each, and the sums of their corresponding elements are 1206,1207,1208,1209,,1606,16071206,1207,1208,1209,\dots,1606,1607. Sequences CC and DD have 401401 elements each, and the sums of their corresponding elements are 1608,1609,1610,1611,,2007,20081608,1609,1610,1611,\dots,2007,2008.

Thus we have shown that there is a solution for k=803k=\boxed{803} and that for larger kk no solution exists.

Video Solution

https://youtu.be/yVP2MhOMSy4?si=ZC4Zo4xKe867uM8X

~MathProblemSolvingSkills.com