返回题库

AIME 2006 II · 第 10 题

AIME 2006 II — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Seven teams play a soccer tournament in which each team plays every other team exactly once. No ties occur, each team has a 50%50\% chance of winning each game it plays, and the outcomes of the games are independent. In each game, the winner is awarded a point and the loser gets 0 points. The total points are accumulated to decide the ranks of the teams. In the first game of the tournament, team AA beats team B.B. The probability that team AA finishes with more points than team BB is m/n,m/n, where mm and nn are relatively prime positive integers. Find m+n.m+n.

解析

Solution

Solution 1

The results of the five remaining games are independent of the first game, so by symmetry, the probability that AA scores higher than BB in these five games is equal to the probability that BB scores higher than AA. We let this probability be pp; then the probability that AA and BB end with the same score in these five games is 12p1-2p.

Of these three cases (A>B,A<B,A=B|A| > |B|, |A| < |B|, |A|=|B|), the last is the easiest to calculate (see solution 2 for a way to directly calculate the other cases).

There are (5k){5\choose k} ways to AA to have kk victories, and (5k){5\choose k} ways for BB to have kk victories. Summing for all values of kk,

12p=125×25(k=05(5k)2)=12+52+102+102+52+121024=126512.1-2p = \frac{1}{2^{5} \times 2^{5}}\left(\sum_{k=0}^{5} {5\choose k}^2\right) = \frac{1^2+5^2+10^2+10^2+5^2+1^2}{1024} = \frac{126}{512}.

Thus p=12(1126512)=193512p = \frac 12 \left(1-\frac{126}{512}\right) = \frac{193}{512}. The desired probability is the sum of the cases when AB|A| \ge |B|, so the answer is 126512+193512=319512\frac{126}{512} + \frac{193}{512} = \frac{319}{512}, and m+n=831m+n = \boxed{831}.

Solution 2

You can break this into cases based on how many rounds AA wins out of the remaining 55 games.

  • If AA wins 0 games, then BB must win 0 games and the probability of this is (50)25(50)25=11024\frac{{5 \choose 0}}{2^5} \frac{{5 \choose 0}}{2^5} = \frac{1}{1024}.

  • If AA wins 1 games, then BB must win 1 or less games and the probability of this is (51)25(50)+(51)25=301024\frac{{5 \choose 1}}{2^5} \frac{{5 \choose 0}+{5 \choose 1}}{2^5} = \frac{30}{1024}.

  • If AA wins 2 games, then BB must win 2 or less games and the probability of this is (52)25(50)+(51)+(52)25=1601024\frac{{5 \choose 2}}{2^5} \frac{{5 \choose 0}+{5 \choose 1}+{5 \choose 2}}{2^5} = \frac{160}{1024}.

  • If AA wins 3 games, then BB must win 3 or less games and the probability of this is (53)25(50)+(51)+(52)+(53)25=2601024\frac{{5 \choose 3}}{2^5} \frac{{5 \choose 0}+{5 \choose 1}+{5 \choose 2}+{5 \choose 3}}{2^5} = \frac{260}{1024}.

  • If AA wins 4 games, then BB must win 4 or less games and the probability of this is (54)25(50)+(51)+(52)+(53)+(54)25=1551024\frac{{5 \choose 4}}{2^5} \frac{{5 \choose 0}+{5 \choose 1}+{5 \choose 2}+{5 \choose 3}+{5 \choose 4}}{2^5} = \frac{155}{1024}.

  • If AA wins 5 games, then BB must win 5 or less games and the probability of this is (55)25(50)+(51)+(52)+(53)+(54)+(55)25=321024\frac{{5 \choose 5}}{2^5} \frac{{5 \choose 0}+{5 \choose 1}+{5 \choose 2}+{5 \choose 3}+{5 \choose 4}+{5 \choose 5}}{2^5} = \frac{32}{1024}.

Summing these 6 cases, we get 6381024\frac{638}{1024}, which simplifies to 319512\frac{319}{512}, so our answer is 319+512=831319 + 512 = \boxed{831}.

Solution 3

We can apply the concept of generating functions here.

The generating function for BB is (1+0x1)(1 + 0x^{1}) for the first game where xnx^{n} is winning n games. Since BB lost the first game, the coefficient for x1x^{1} is 0. The generating function for the next 5 games is (1+x)5(1 + x)^{5}. Thus, the total generating function for number of games he wins is

${(1 + 0x)(1 + x)^{5}} = (1 + 5x^{1} + 10x^{2} + 10x^{3} + 5x^{4} + x^{5})$.

The generating function for AA is the same except that it is multiplied by xx instead of (1+0x)(1+0x). Thus, the generating function for AA is

1x+5x2+10x3+10x4+5x5+x61x + 5x^{2} + 10x^{3} + 10x^{4} + 5x^{5} + x^{6}.

The probability that BB wins 0 games is 132\frac{1}{32}. Since the coefficients for all xnx^{n} where

n1n \geq 1 sums to 32, the probability that AA wins more games is 3232\frac{32}{32}.

Thus, the probability that AA has more wins than BB is 132×3232+532×3132+1032×2632+1032×1632+532×632+132×132=6381024=319512\frac{1}{32} \times \frac{32}{32} + \frac{5}{32} \times \frac{31}{32} + \frac{10}{32} \times \frac{26}{32} + \frac{10}{32} \times \frac{16}{32} + \frac{5}{32} \times \frac{6}{32} +\frac{1}{32} \times \frac{1}{32} = \frac{638}{1024} = \frac{319}{512}.

Thus, 319+512=831319 + 512 = \boxed{831}.

Solution 4

After the first game, there are 1010 games we care about-- those involving AA or BB. There are 33 cases of these 1010 games: AA wins more than BB, BB wins more than AA, or AA and BB win the same number of games. Also, there are 210=10242^{10} = 1024 total outcomes. By symmetry, the first and second cases are equally likely, and the third case occurs (50)2+(51)2+(52)2+(53)2+(54)2+(55)2=(105)=252\binom{5}{0}^2+\binom{5}{1}^2+\binom{5}{2}^2+\binom{5}{3}^2+\binom{5}{4}^2+\binom{5}{5}^2 = \binom{10}{5} = 252 times, by a special case of Vandermonde's Identity. There are therefore 10242522=386\frac{1024-252}{2} = 386 possibilities for each of the other two cases.

If BB has more wins than AA in its 55 remaining games, then AA cannot beat BB overall. However, if AA has more wins or if AA and BB are tied, AA will beat BB overall. Therefore, out of the 10241024 possibilites, 386+252=638386+252 = 638 ways where AA wins, so the desired probability is 6381024=319512\frac{638}{1024} = \frac{319}{512}, and m+n=831m+n=\boxed{831}.