返回题库

AIME 2017 II · 第 2 题

AIME 2017 II — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The teams T1T_1, T2T_2, T3T_3, and T4T_4 are in the playoffs. In the semifinal matches, T1T_1 plays T4T_4, and T2T_2 plays T3T_3. The winners of those two matches will play each other in the final match to determine the champion. When TiT_i plays TjT_j, the probability that TiT_i wins is ii+j\frac{i}{i+j}, and the outcomes of all the matches are independent. The probability that T4T_4 will be the champion is pq\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+qp+q.

解析

Solution 1

There are two scenarios in which T4T_4 wins. The first scenario is where T4T_4 beats T1T_1, T3T_3 beats T2T_2, and T4T_4 beats T3T_3, and the second scenario is where T4T_4 beats T1T_1, T2T_2 beats T3T_3, and T4T_4 beats T2T_2. Consider the first scenario. The probability T4T_4 beats T1T_1 is 44+1\frac{4}{4+1}, the probability T3T_3 beats T2T_2 is 33+2\frac{3}{3+2}, and the probability T4T_4 beats T3T_3 is 44+3\frac{4}{4+3}. Therefore the first scenario happens with probability 44+133+244+3\frac{4}{4+1}\cdot\frac{3}{3+2}\cdot\frac{4}{4+3}. Consider the second scenario. The probability T4T_4 beats T1T_1 is 41+4\frac{4}{1+4}, the probability T2T_2 beats T3T_3 is 22+3\frac{2}{2+3}, and the probability T4T_4 beats T2T_2 is 44+2\frac{4}{4+2}. Therefore the second scenario happens with probability 41+422+344+2\frac{4}{1+4}\cdot\frac{2}{2+3}\cdot\frac{4}{4+2}. By summing these two probabilities, the probability that T4T_4 wins is 44+133+244+3+41+422+344+2\frac{4}{4+1}\cdot\frac{3}{3+2}\cdot\frac{4}{4+3}+\frac{4}{1+4}\cdot\frac{2}{2+3}\cdot\frac{4}{4+2}. Because this expression is equal to 256525\frac{256}{525}, the answer is 256+525=781256+525=\boxed{781}.

Solution 2

Clearly T4T_4 has to win its game with T1T_1, which has probability 45\frac{4}{5}. There are two cases, depending on who its opponent is. Case 1: T4T_4 faces T2T_2. So T2T_2 won its first game with probability 25\frac{2}{5}, and T4T_4 wins the finals with probability 46=23\frac{4}{6}=\frac{2}{3}. Case 2: T4T_4 faces T3T_3. So T3T_3 won its first game with probability 35\frac{3}{5}, and T4T_4 wins the finals with probability 47\frac{4}{7}.

The total probability is therefore 45×(415+1235)=4564105=256525    256+525=781\frac{4}{5} \times \left(\frac{4}{15} + \frac{12}{35}\right) = \frac{4}{5} \cdot \frac{64}{105} = \frac{256}{525} \implies 256+525 = \boxed{781}. ~First