返回题库

AIME 2015 I · 第 2 题

AIME 2015 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The nine delegates to the Economic Cooperation Conference include 22 officials from Mexico, 33 officials from Canada, and 44 officials from the United States. During the opening session, three of the delegates fall asleep. Assuming that the three sleepers were determined randomly, the probability that exactly two of the sleepers are from the same country is mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

Video Solution For Problems 1-3

https://www.youtube.com/watch?v=5HAk-6qlOH0

Video Solution by OmegaLearn

https://youtu.be/IRyWOZQMTV8?t=1802

~ pi_is_3.14

解析

Solution 1 (Principle of Inclusion-Exclusion)

One of the best ways to solve this problem is to use PIE, or the Principle of Inclusion and Exclusion.

To start off, we know that the denominator, or the total ways to pick 33 officials, is (93)=84\binom{9}{3} = 84. Now, we find the number of ways that at least 22 officials are from the same country and then subtract the number of ways all 33 officials are from the same country. To start with at least 22 officials, we know:

  • There are 77 different ways to pick 33 delegates such that 22 are from Mexico, simply because there are 92=79-2=7 "extra" delegates to choose to be the third sleeper once both from Mexico are sleeping.
  • There are 3×7=213\times7=21 ways to pick from Canada, as we choose 22 of the 33 Canadians ((32)=3\binom{3}{2} = 3) and then there are 77 other options for the third sleeper.
  • Lastly, there are 6×7=426\times7=42 ways to choose for the United States. We can choose two American officials with (42)=6\binom{4}{2} = 6. Then, there are 77 options for the third sleeper.

Now, we want to find the number of ways to have three sleepers from the same country.

  • There are no ways for the 33 sleepers to be from Mexico because there are only 22 Mexican officials. Hence, we get 00 ways.
  • There is only 11 way to pick all 33 from Canada because there are exactly 33 Canadian officials. We now consider the number of times we originally counted this, which after inspection, is 33, so we have 13=31 * 3 = 3.
  • Lastly, there are 44 ways to choose all 33 officials from the United States ((43)=4\binom{4}{3} = 4). Once again, we counted this 33 times, so we have 43=124*3 = 12.

Thus, the fraction is 7+21+42031284=5584\frac{7+21+42-0-3-12}{84} = \frac{55}{84}, and our answer is 55+84=13955+84=\boxed{139}.

Note: Similar to Solution 2, we could also have grouped each of the countries in terms of the ways we have for at least 22 officials to sleep and for all 33 to sleep. Mexico would have 70=77 - 0 = 7 ways for exactly 2 officials to be there, Canada with 213=1821 - 3 = 18 ways, and the United States with 4212=3042 - 12 = 30 ways.

Solution by: armang32324

Solution 2

The total number of ways to pick 33 officials from 99 total is (93)=84\binom{9}{3} = 84, which will be our denominator. Now we can consider the number of ways for exactly two sleepers to be from the same country for each country individually and add them to find our numerator:

  • There are 77 different ways to pick 33 delegates such that 22 are from Mexico, simply because there are 92=79-2=7 "extra" delegates to choose to be the third sleeper once both from Mexico are sleeping.
  • There are 3×6=183\times6=18 ways to pick from Canada, as each Canadian can be left out once and each time one is left out there are 93=69-3=6 "extra" people to select one more sleeper from.
  • Lastly, there are 6×5=306\times5=30 ways to choose for the United States. It is easy to count 66 different ways to pick 22 of the 44 Americans, and each time you do there are 94=59-4=5 officials left over to choose from.

Thus, the fraction is 7+18+3084=5584\frac{7+18+30}{84} = \frac{55}{84}. Since this does not reduce, the answer is 55+84=13955+84=\boxed{139}.

Solution 3

Like in the solution above, there are 8484 ways to pick 33 delegates. We can use casework to find the probability that there aren't exactly 22 sleepers from a county, then subtract from 11.

  • If no country has at least 22 delegates sleeping, then every country must have 11 delegate sleeping. There are 234=242*3*4=24 ways for this to happen.
  • If all 33 sleeping delegates are from Canada, there are (33)=1\binom{3}{3} = 1 way.
  • If all 33 are from the US, there are (43)=4\binom{4}{3} = 4 ways.

So, the probability that there are not exactly 22 sleepers from one country is 24+1+484=2984\frac{24+1+4}{84} = \frac{29}{84}, and the probability that exactly 22 are from the same country is 12984=5584.1- \frac{29}{84} = \frac{55}{84}. Our answer is 55+84=13955+84=\boxed{139}.

Solution 4 (Easy Casework)

Let us take this step-by-step.

The probability of having exactly 2 Mexican sleepers is 29183\frac{2}{9} \cdot \frac{1}{8} \cdot 3.

The probability of having exactly 2 Canadian sleepers is 3928673\frac{3}{9} \cdot \frac{2}{8} \cdot \frac{6}{7} \cdot 3.

The probability of having exactly 2 American sleepers is 4938573\frac{4}{9} \cdot \frac{3}{8} \cdot \frac{5}{7} \cdot 3.

Thus, adding these up our total probability is 5584\frac{55}{84}. Adding the numerator and denominator gives us our desired 55+84=139.55+84=\boxed{139}.

~SirAppel