返回题库

AIME 1991 · 第 10 题

AIME 1991 — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Two three-letter strings, aaaaaa^{}_{} and bbbbbb^{}_{}, are transmitted electronically. Each string is sent letter by letter. Due to faulty equipment, each of the six letters has a 1/3 chance of being received incorrectly, as an aa^{}_{} when it should have been a bb^{}_{}, or as a bb^{}_{} when it should be an aa^{}_{}. However, whether a given letter is received correctly or incorrectly is independent of the reception of any other letter. Let SaS_a^{} be the three-letter string received when aaaaaa^{}_{} is transmitted and let SbS_b^{} be the three-letter string received when bbbbbb^{}_{} is transmitted. Let pp be the probability that SaS_a^{} comes before SbS_b^{} in alphabetical order. When pp is written as a fraction in lowest terms, what is its numerator?

解析

Solution

Solution 1

Let us make a chart of values in alphabetical order, where Pa, PbP_a,\ P_b are the probabilities that each string comes from aaaaaa and bbbbbb multiplied by 2727, and SbS_b denotes the partial sums of PbP_b (in other words, Sb=n=1bPbS_b = \sum_{n=1}^{b} P_b):

StringPaPbSbaaa811aab423aba425abb249baa4211bab2415bba2419bbb1827\begin{array}{|r||r|r|r|} \hline \text{String}&P_a&P_b&S_b\\ \hline aaa & 8 & 1 & 1 \\ aab & 4 & 2 & 3 \\ aba & 4 & 2 & 5 \\ abb & 2 & 4 & 9 \\ baa & 4 & 2 & 11 \\ bab & 2 & 4 & 15 \\ bba & 2 & 4 & 19 \\ bbb & 1 & 8 & 27 \\ \hline \end{array} The probability is p=Pa(27Sb)p=\sum P_a \cdot (27 - S_b), so the answer turns out to be 826+42428+10272=532729\frac{8\cdot 26 + 4 \cdot 24 \ldots 2 \cdot 8 + 1 \cdot 0}{27^2} = \frac{532}{729}, and the solution is 532\boxed{532}.

Solution 2

Let S(a,n)S(a,n) be the nnth letter of string S(a)S(a). Compare the first letter of the string S(a)S(a) to the first letter of the string S(b)S(b). There is a (2/3)2=4/9(2/3)^2=4/9 chance that S(a,1)S(a,1) comes before S(b,1)S(b,1). There is a 2(1/3)(2/3)=4/92(1/3)(2/3)=4/9 that S(a,1)S(a,1) is the same as S(b,1)S(b,1).

If S(a,1)=S(b,1)S(a,1)=S(b,1), then you do the same for the second letters of the strings. But you have to multiply the 4/94/9 chance that S(a,2)S(a,2) comes before S(b,2)S(b,2) as there is a 4/94/9 chance we will get to this step.

Similarly, if S(a,2)=S(b,2)S(a,2)=S(b,2), then there is a (4/9)3(4/9)^3 chance that we will get to comparing the third letters and that S(a)S(a) comes before S(b)S(b).

So we have p=(4/9)+(4/9)2+(4/9)3=4/9+16/81+64/729=532/729p=(4/9)+(4/9)^2+(4/9)^3=4/9+16/81+64/729=532/729. Therefore, the answer is 532\boxed{532}.

Solution 3

Consider nn letter strings instead. If the first letters all get transmitted correctly, then the aa string will be first. Otherwise, the only way is for both of the first letters to be the same, and then we consider the next n1n-1 letter string following the first letter. This easily leads to a recursion: pn=2323+22313pn1=49+49pn1p_n=\frac23\cdot\frac23+2\cdot\frac23\cdot\frac13p_{n-1}=\frac49+\frac49p_{n-1}. Clearly, p0=0    p1=49    p2=5281    p3=532729p_0=0\implies p_1=\frac49\implies p_2=\frac{52}{81}\implies p_3=\frac{532}{729}. Therefore, the answer is 532\boxed{532}.

Solution 4 (a more explicit Solution 3)

The probability that SaS_a will take the form aa _ _ and that SbS_b will take the form bb _ _ is 2323=49\frac{2}{3}\cdot\frac{2}{3} = \frac{4}{9}. Then, the probability that both SaS_a and SbS_b will share the same first digit is 22313=492\cdot\frac{2}{3}\cdot\frac{1}{3} = \frac{4}{9}. Now if the first digits of either sequence are the same, then we must now consider these same probabilities for the second letter of each sequence. The probability that when the first two letters of both sequences are the same, that the second letter of SaS_a is aa and that the second letter of SbS_b is bb is 2323=49\frac{2}{3}\cdot\frac{2}{3}=\frac{4}{9}. Similarly, the probability that when the first two letters of both sequences are the same, that the second set of letters in both sets of sequences are the same is 22313=492\cdot\frac{2}{3}\cdot\frac{1}{3} = \frac{4}{9}. Now, if the last case is true then the probability that SaS_a precedes SbS_b is 2323=49\frac{2}{3}\cdot\frac{2}{3} = \frac{4}{9}. Therefore the total probability would be: 49+49(49+49(49))=49+49(5281)=49+208729=532729\frac{4}{9} + \frac{4}{9}\left(\frac{4}{9} + \frac{4}{9}\left(\frac{4}{9}\right)\right) = \frac{4}{9}+\frac{4}{9}\left(\frac{52}{81}\right) = \frac{4}{9} + \frac{208}{729} = \frac{532}{729}. Therefore the answer is 532\boxed{532}.

~qwertysri987