Problem:
onsider all 1000-element subsets of the set {1,2,3,β¦,2015}. From each such subset choose the least element. The arithmetic mean of all of these least elements is qpβ, where p and q are relatively prime positive integers. Find p+q.
Solution:
Consider the number of 1000-element subsets of {1,2,3,β¦,2015} with least element j,1β€jβ€1016. Every such subset has 999 elements greater than j, and thus the number of such subsets is (9992015βjβ). Therefore the sum of all least elements of the subsets under consideration is βj=11016βj(9992015βjβ). Thus the arithmetic mean in question is equal to (10002015β)βj=11016βj(9992015βjβ)β.
Note that the number of 1001-element subsets of {0,1,2,β¦,2015} where j is the second smallest element is j(9992015βjβ) because there are j choices for the least element of the subset and (9992015βjβ) choices for the largest 999 elements. Thus βj=11016βj(9992015βjβ)=(10012016β).
Hence the required arithmetic mean is (10002015β)βj=11016βj(9992015βjβ)β=(10002015β)(10012016β)β=10012016β=143288β.
The requested sum is 288+143=431β.
OR
Another way to simplify βj=11016βj(9992015βjβ) is to apply the Hockey Stick Theorem, βj=0kβ(jn+jβ)=(kn+k+1β), to get βj=11016βj(9992015βjβ)=βj=01015β(1016βj)(j999+jβ)=βk=01015ββj=0kβ(j999+jβ)=βk=01015β(k1000+kβ)=(10152016β)=(10012016β).
The problems on this page are the property of the MAA's American Mathematics Competitions