Problem:
From the set of integers {1,2,3,β¦,2009}, choose k pairs {aiβ,biβ} with aiβ<biβ so that no two pairs have a common element. Suppose that all the sums aiβ+biβ are distinct and less than or equal to 2009. Find the maximum possible value of k.
Solution:
Let the pairs be (aiβ,biβ) for i=1,2,3,β¦,k, and set S=βi=1kβ(aiβ+biβ).
From the given conditions, it follows that 1+2+β―+2kβ€Sβ€2009+ 2008+β―+(2010βk), giving k(2k+1)β€21βk(4019βk). Solving this inequality for k yields kβ€54017β, and therefore k cannot exceed 803β. This value of 803 can be achieved by choosing pairs (1,1207),(2,1208),β¦, (401,1607),(402,805),β¦,(803,1206).
The problems on this page are the property of the MAA's American Mathematics Competitions