返回题库

AIME 2015 I · 第 12 题

AIME 2015 I — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Consider all 1000-element subsets of the set {1,2,3,...,2015}\{1, 2, 3, ... , 2015\}. From each such subset choose the least element. The arithmetic mean of all of these least elements is pq\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+qp + q.

Hint

Use the Hockey Stick Identity in the form

(aa)+(a+1a)+(a+2a)++(ba)=(b+1a+1).\binom{a}{a} + \binom{a+1}{a} + \binom{a+2}{a} + \dots + \binom{b}{a} = \binom{b+1}{a+1}. (This is best proven by a combinatorial argument that coincidentally pertains to the problem: count two ways the number of subsets of the first (b+1)(b + 1) numbers with (a+1)(a + 1) elements whose least element is ii, for 1iba+11 \le i \le b - a + 1.)

解析

Solution 1

Let MM be the desired mean. Then because (20151000)\dbinom{2015}{1000} subsets have 1000 elements and (2015i999)\dbinom{2015 - i}{999} have ii as their least element,

(20151000)M=1(2014999)+2(2013999)++1016(999999)=(2014999)+(2013999)++(999999)+(2013999)+(2012999)++(999999)+(999999)=(20151000)+(20141000)++(10001000)=(20161001).\begin{aligned} \binom{2015}{1000} M &= 1 \cdot \binom{2014}{999} + 2 \cdot \binom{2013}{999} + \dots + 1016 \cdot \binom{999}{999} \\ &= \binom{2014}{999} + \binom{2013}{999} + \dots + \binom{999}{999} \\ & + \binom{2013}{999} + \binom{2012}{999} + \dots + \binom{999}{999} \\ & \dots \\ & + \binom{999}{999} \\ &= \binom{2015}{1000} + \binom{2014}{1000} + \dots + \binom{1000}{1000} \\ &= \binom{2016}{1001}. \end{aligned} Using the definition of binomial coefficient and the identity n!=n(n1)!n! = n \cdot (n-1)!, we deduce that

M=20161001=288143.M = \frac{2016}{1001} = \frac{288}{143}. The answer is 431.\boxed{431}.

Potential Inspiration

For solution 1, the inspiration could be that once we select the set {a1,a2,...,a2015}\{a_1, a_2,...,a_{2015}\}, where a1,wewanttomultiplyeachsuchsetbya_1, we want to multiply each such set bya_1$ and sum up through all such sets.

So, how do we scale each such set by a1a_1? We realize that if we were to choose one more element, specifically, less than a1a_1, this could be done in a11a_1-1 ways.

Oh! So, now if we add 11 to all the numbers in our set, they become {a1+1,a2+1,...,a2015+1}\{a_1+1, a_2+1,...,a_{2015}+1\}, so the number of ways to pick another number below the least number in this set is a1a_1!

Solution 2

Each 1000-element subset {a1,a2,a3,...,a1000}\left\{ a_1, a_2,a_3,...,a_{1000}\right\} of {1,2,3,...,2015}\left\{1,2,3,...,2015\right\} with a1contributesa_1 contributesa_1tothesumoftheleastelementofeachsubset.Now,considerthesetto the sum of the least element of each subset. Now, consider the set\left\{a_1+1,a_2+1,a_3+1,...,a_{1000}+1\right\}.Thereare. There area_1waystochooseapositiveintegerways to choose a positive integerksuchthatsuch thatk (kk can be anything from 11 to a1a_1 inclusive). Thus, the number of ways to choose the set {k,a1+1,a2+1,a3+1,...,a1000+1}\left\{k,a_1+1,a_2+1,a_3+1,...,a_{1000}+1\right\} is equal to the sum. But choosing a set {k,a1+1,a2+1,a3+1,...,a1000+1}\left\{k,a_1+1,a_2+1,a_3+1,...,a_{1000}+1\right\} is the same as choosing a 1001-element subset from {1,2,3,...,2016}\left\{1,2,3,...,2016\right\}!

Thus, the average is (20161001)(20151000)=20161001=288143\frac{\binom{2016}{1001}}{\binom{2015}{1000}}=\frac{2016}{1001}=\frac{288}{143}. Our answer is p+q=288+143=431p+q=288+143=\boxed{431}.

Solution 3(NOT RIGOROUS)

Let pp be the size of the large set and qq be the size of the subset (i.e. in this problem, p=2015p = 2015 and q=1000q = 1000). We can easily find the answers for smaller values of pp and qq:

For p=2p = 2 and q=2q = 2, the answer is 11.

For p=3p = 3 and q=2q = 2, the answer is 43\frac43.

For p=4p = 4 and q=2q = 2, the answer is 53\frac53.

For p=3p = 3 and q=3q = 3, the answer is 11.

For p=4p = 4 and q=3q = 3, the answer is 54\frac54.

For p=5p = 5 and q=3q = 3, the answer is 32\frac32.

At this point, we can see a pattern: our desired answer is always p+1q+1\frac{p+1}{q+1}. Plugging in p=2015p = 2015 and q=1000q = 1000, the answer is 20161001=288143\frac{2016}{1001}=\frac{288}{143}, so 288+143=431288 + 143 = \boxed{431}.

Solution 4 (short)

In the "average case", the numbers evenly partition the interval [0,2016] into 1001 parts. Then because it asks for the expected value of the least element the answer is 20161001\frac{2016}{1001}.

-tigershark22

VIEWER NOTE: This solution doesn't always work, for example, take n2n^2 on [0,1][0,1]. The "average case" is n=12    n2=14n=\frac{1}{2}\implies n^2=\frac{1}{4} but integrating n2n^2 from 00 to 11 we see that definitely is not the case. This works only in certain situations, so maybe this solution would be better off with proof that this is one of those situations.

Solution 5

When it says average, it really just means expected value. Let's do casework.

Our first case is when the smallest number in the subset is 11. There are 20142014 numbers to choose from, and 999999 numbers left to choose. So, this contributes (2014999)\dbinom{2014}{999} to our expected value.

Then, for the smallest number being 22, we have 20132013 numbers to choose from and 999999 numbers left to choose. So, this contributes 2(2013999)2\dbinom{2013}{999}.

Similarly, the smallest number being 33 contributes 3(2012999)3\dbinom{2012}{999} to our expected value. We keep this up all the way to 1016(999999)1016\dbinom{999}{999}.

This makes our sum

(2014999)+2(2013999)+3(2012999)++1016(999999).\dbinom{2014}{999} + 2\dbinom{2013}{999} + 3\dbinom{2012}{999} + \cdots + 1016\dbinom{999}{999}. To evaluate this, we can split each binomial into groups of 11, like this:

(2014999)+(2013999)+(2013999)+(2012999)+(2012999)+(2012999)++(999999)+(999999)++(999999)1016 (999999)’s.\binom{2014}{999} + \binom{2013}{999} + \binom{2013}{999} + \binom{2012}{999} + \binom{2012}{999} + \binom{2012}{999} + \cdots + \underbrace{\binom{999}{999} + \binom{999}{999} + \cdots + \binom{999}{999}}_{\text{1016 }\binom{999}{999}\text{'s}}. Now, we can turn this into:

((2014999)+(2013999)++(999999))+((2013999)+(2012999)++(999999))++((1000999)+(999999))+(999999).\left( \binom{2014}{999} + \binom{2013}{999} + \cdots + \binom{999}{999} \right) + \left( \binom{2013}{999} + \binom{2012}{999} + \cdots + \binom{999}{999} \right) + \cdots + \left( \binom{1000}{999} + \binom{999}{999} \right) + \binom{999}{999}. Now, by the Hockey Stick Identity, we can further simplify this into

(20151000)+(20141000)++(10011000)+(10001000).\dbinom{2015}{1000} + \dbinom{2014}{1000} + \cdots + \dbinom{1001}{1000} + \dbinom{1000}{1000}. Further simplifying this, we get

(20161001).\dbinom{2016}{1001}. If this is our sum and there are (20151000)\dbinom{2015}{1000} possible subsets, our average is simply

(20161001)(20151000)=2016!1001!1015!×1000!1015!2015!=20161001=288143431.\dfrac{\dbinom{2016}{1001}}{\dbinom{2015}{1000}} = \dfrac{2016!}{1001!\,1015!} \times \dfrac{1000!\,1015!}{2015!} = \dfrac{2016}{1001} = \dfrac{288}{143} \Longrightarrow \boxed{431}. -jb2015007

Video Solution

https://www.youtube.com/watch?v=t-yHTkGkMK4 ~anellipticcurveoverq

Generalization

https://artofproblemsolving.com/wiki/index.php/1981_IMO_Problems/Problem_2

Video solution by Claire Wang (using hockey stick identity)

https://youtu.be/DijcbHaRez4