返回题库

AIME 2010 I · 第 4 题

AIME 2010 I — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Jackie and Phil have two fair coins and a third coin that comes up heads with probability 47\frac47. Jackie flips the three coins, and then Phil flips the three coins. Let mn\frac {m}{n} be the probability that Jackie gets the same number of heads as Phil, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution 1

This can be solved quickly and easily with generating functions.

Let xnx^n represent flipping nn heads.

The generating functions for these coins are (1+x)(1+x),(1+x)(1+x),and (3+4x)(3+4x) in order.

The product is 3+10x+11x2+4x33+10x+11x^2+4x^3. (axnax^n means there are aa ways to get nn heads, eg there are 1010 ways to get 11 head, and therefore 22 tails, here.)

The sum of the coefficients squared (total number of possible outcomes, squared because the event is occurring twice) is (4+11+10+3)2=282=784(4 + 11 + 10 + 3)^2 = 28^2 = 784 and the sum of the squares of each coefficient (the sum of the number of ways that each coefficient can be chosen by the two people) is 42+112+102+32=2464^2 + 11^2 + 10^2 + 3^2=246. The probability is then 42+112+102+32282=246784=123392\frac{4^2 + 11^2 + 10^2 + 3^2}{28^2} = \frac{246}{784} = \frac{123}{392}. (Notice the relationship between the addends of the numerator here and the cases in the following solution.)

123+392=515123 + 392 = \boxed{515}

Solution 2

We perform casework based upon the number of heads that are flipped.

  • Case 1: No heads.

The only possibility is TTT (the third coin being the unfair coin). The probability for this to happen to Jackie is 121237=328\frac {1}{2} \cdot \frac {1}{2} \cdot \frac {3}{7} = \frac {3}{28} Thus the probability for this to happen to both players is (328)2=9784\left(\frac {3}{28}\right)^2 = \frac {9}{784}

  • Case 2: One head.

We can have either HTT, THT, or TTH. The first two happen to Jackie with the same 328\frac {3}{28} chance, but the third happens 428\frac {4}{28} of the time, since the unfair coin is heads instead of tails. With 3 possibilities for Jackie and 3 for Phil, there are a total of 9 ways for them both to have 1 head.

Multiplying and adding up all 9 ways, we have a

4(33)+4(34)+1(44)282=100784\frac {4(3 \cdot 3) + 4(3 \cdot 4) + 1(4 \cdot 4)}{28^{2}} = \frac {100}{784} overall chance for this case.

  • Case 3: Two heads.

With HHT 428\frac {4}{28}, HTH 428\frac {4}{28}, and THH 328\frac {3}{28} possible, we proceed as in Case 2, obtaining

1(33)+4(34)+4(44)282=121784.\frac {1(3 \cdot 3) + 4(3 \cdot 4) + 4(4 \cdot 4)}{28^{2}} = \frac {121}{784}.
  • Case 4: Three heads.

Similar to Case 1, we can only have HHH, which has 428\frac {4}{28} chance. Then in this case we get 16784\frac {16}{784}

Finally, we take the sum: 9+100+121+16784=246784=123392\frac {9 + 100 + 121 + 16}{784} = \frac {246}{784} = \frac {123}{392}, so our answer is 123+392=515123 + 392 = \fbox{515}.