返回题库

AIME 1998 · 第 4 题

AIME 1998 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Nine tiles are numbered 1,2,3,,9,1, 2, 3, \cdots, 9, respectively. Each of three players randomly selects and keeps three of the tiles, and sums those three values. The probability that all three players obtain an odd sum is m/n,m/n, where mm and nn are relatively prime positive integers. Find m+n.m+n.

解析

Solution

In order for a player to have an odd sum, he must have an odd number of odd tiles: that is, he can either have three odd tiles, or two even tiles and an odd tile. Thus, since there are 55 odd tiles and 44 even tiles, the only possibility is that one player gets 33 odd tiles and the other two players get 22 even tiles and 11 odd tile. We count the number of ways this can happen. (We will count assuming that it matters in what order the people pick the tiles; the final answer is the same if we assume the opposite, that order doesn't matter.)

(53)=10\dbinom{5}{3} = 10 choices for the tiles that he gets. The other two odd tiles can be distributed to the other two players in 22 ways, and the even tiles can be distributed between them in (42)(22)=6\dbinom{4}{2} \cdot \dbinom{2}{2} = 6 ways. This gives us a total of 1026=12010 \cdot 2 \cdot 6 = 120 possibilities in which all three people get odd sums.

In order to calculate the probability, we need to know the total number of possible distributions for the tiles. The first player needs three tiles which we can give him in (93)=84\dbinom{9}{3} = 84 ways, and the second player needs three of the remaining six, which we can give him in (63)=20\dbinom{6}{3} = 20 ways. Finally, the third player will simply take the remaining tiles in 11 way. So, there are (93)(63)1=8420=1680\dbinom{9}{3} \cdot \dbinom{6}{3} \cdot 1 = 84 \cdot 20 = 1680 ways total to distribute the tiles.

We must multiply the probability by 3, since any of the 3 players can have the 3 odd tiles.Thus, the total probability is 3601680=314,\frac{360}{1680} = \frac{3}{14}, so the answer is 3+14=0173 + 14 = \boxed{017}.

Solution 2

Let OO stand for an odd number and EE an even. Therefore, one person must pick OOOOOO, the other person must pick OEEOEE and the last person must pick OEEOEE. Since any permutation of the order of who is picking or change in the order of the even numbers (e.g. EOEEOE instead of OEEOEE) doesn't change the probability, we just need to multiply the probability of one case by (32)3=27\binom{3}{2}^3 = 27 as there are 27 such cases (by cases I mean ordered triples of ordered multisets A,B,CA, B, C such that one of them has 3 OO's and the other two have two EE's and an OO in them, respectively.) . Let's do the case OOOOOO, OEEOEE, OEEOEE. 59×48×37×26×45×34×13×22×11=1126\frac{5}{9} \times \frac{4}{8} \times \frac{3}{7} \times \frac{2}{6} \times \frac{4}{5} \times \frac{3}{4} \times \frac{1}{3} \times \frac{2}{2} \times \frac{1}{1} = \frac{1}{126}. We now multiply by 27 to get 314    m+n=017\frac{3}{14} \implies m + n = \boxed{017} - whatRthose

Solution 3

For this problem, let's think about parity. There are 55 odd numbers from 191-9 and there are four even numbers from 191-9. Since this problem is asking for the probability that the each player gets an odd sum, we also have to calculate the total numeber of ways.

In this case, there are only two ways to get an odd sum. Either have the sequence OOOOOO or OEEOEE where the letters OO and EE stand for odd and even respectively.

Since we constrained to only 55 odds, the only way to do the pairing is

OOOOEEOEEOOO-OEE-OEE There are of couse three ways to choose who gets the three odds.

Once we have chosen who has gotten the three odds, we can actually reorder the sequence like this:

OEEOEEOOOOEE-OEE-OOO Now since we are choosing in groups, we can ignor order of these terms.

For the first OEEOEE, there are 55 ways to choose which odd to use, and (42)\dbinom{4}{2} or 66 ways to choose the evens.

Great, let's move on to the second OEEOEE. There are 44 odds left, so there are 44 ways choose the odds. Since there are only two even numbers, they have to go here, so there is only 11 way to choose the evens.

The three odds will now fall in place. We can now multiply all the numbers since they are independent, and we have 56435*6*4*3 or 360360.

Since this is a probability question, we have to ask ourselves how many ways are there to distribute the 9 tiles equally among 3 players.

Fortunately for us, this is not hard as the first player has (93)\dbinom{9}{3} options and the second player has (63)\dbinom{6}{3}. When we multiply these, we get 16801680. This is our denominator.

When we make the fraction, we have 3601680\frac{360}{1680}. When we simplify it, we have:

314\frac{3}{14} We are asked to find the sum of the numerator and the denominator, so summing these, we have:

017\boxed{017} -Pi_is_3.14

Solution 4

All three sums are odd if and only if two players select OEEOEE and the other selects OOOOOO. The number of possible scenarios for the three players (ignoring how each player chooses three tiles) is 3×(53,1,1)×(42,2)3\times \dbinom{5}{3, 1, 1}\times\dbinom{4}{2, 2}. The total number of configurations is (93,3,3)\dbinom{9}{3, 3, 3}, and 3×(53,1,1)×(42,2)(93,3,3)=314\frac{3\times\dbinom{5}{3, 1, 1}\times\dbinom{4}{2, 2}}{\dbinom{9}{3, 3, 3}}=\frac{3}{14}. The answer is thus

017\boxed{017} -cretinouscretin