返回题库

AIME 2010 II · 第 4 题

AIME 2010 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Dave arrives at an airport which has twelve gates arranged in a straight line with exactly 100100 feet between adjacent gates. His departure gate is assigned at random. After waiting at that gate, Dave is told the departure gate has been changed to a different gate, again at random. Let the probability that Dave walks 400400 feet or less to the new gate be a fraction mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solutions

Solution 1

There are 1211=13212 \cdot 11 = 132 possible situations (1212 choices for the initially assigned gate, and 1111 choices for which gate Dave's flight was changed to). We are to count the situations in which the two gates are at most 400400 feet apart.

If we number the gates 11 through 1212, then gates 11 and 1212 have four other gates within 400400 feet, gates 22 and 1111 have five, gates 33 and 1010 have six, gates 44 and 99 have have seven, and gates 55, 66, 77, 88 have eight. Therefore, the number of valid gate assignments is

2(4+5+6+7)+48=222+48=762\cdot(4+5+6+7)+4\cdot8 = 2 \cdot 22 + 4 \cdot 8 = 76 so the probability is 76132=1933\frac{76}{132} = \frac{19}{33}. The answer is 19+33=05219 + 33 = \boxed{052}.

Solution 2

As before, derive that there are 132132 possibilities for Dave's original and replacement gates.

Now suppose that Dave has to walk 100k100k feet to get to his new gate. This means that Dave's old and new gates must be kk gates apart. (For example, a 100100 foot walk would consist of the two gates being adjacent to each other.) There are 12k12-k ways to pick two gates which are kk gates apart, and 22 possibilities for gate assignments, for a total of 2(12k)2(12-k) possible assignments for each kk.

As a result, the total number of valid gate arrangements is

211+210+29+28=762\cdot 11 + 2\cdot 10 + 2\cdot 9 + 2\cdot 8 = 76 and so the requested probability is 1933\tfrac{19}{33} for a final answer of 052\boxed{052}.

Solution 3

We can just manually count via each probability.

Note that the probability he gets assigned to gate 11 is the same as the probability he gets assigned to gate 1212. Mappings are made symmetrically. Thus we find the cases until gate 66, and multiply each by 22.

If he gets gate 11 with chance 112\frac{1}{12}, he can move to gate 2,3,4,2, 3, 4, or 55 with probability 412\frac{4}{12} after the change. The total probability is 112×411\frac{1}{12} \times \frac{4}{11}.

If he gets gate 22 with chance 112\frac{1}{12}, he can move to gate 1,3,4,5,1, 3, 4, 5, or 66, with combined probability 512\frac{5}{12}. The total probability is 112×511\frac{1}{12} \times \frac{5}{11}.

If he gets gate 33 with chance 112\frac{1}{12}, he can move to 1,2,4,5,6,71, 2, 4, 5, 6, 7 with combined probability 612\frac{6}{12}. The total probability is 112×611\frac{1}{12} \times \frac{6}{11}.

If he gets gate 44 with chance 112\frac{1}{12}, he can move to 1,2,3,5,6,7,81, 2, 3, 5, 6, 7, 8 with combined probability 712\frac{7}{12}. The total probability is 112×711\frac{1}{12} \times \frac{7}{11}.

If he gets gate 55 with chance 112\frac{1}{12}, he can move to 1,2,3,4,6,7,8,91, 2, 3, 4, 6, 7, 8, 9 with combined probability 812\frac{8}{12}. The total probability is 112×811\frac{1}{12} \times \frac{8}{11}.

Finally, if he gets gate 66 with chance 112\frac{1}{12}, he can move to 2,3,4,5,7,8,9,102, 3, 4, 5, 7, 8, 9, 10 with combined probability 812\frac{8}{12}. The total probability is 112×811\frac{1}{12} \times \frac{8}{11}.

Then, the combined probability for 161 \text{--} 6 is:

112×411+112×5121+112×611+112×711+112×811+112×811\frac{1}{12} \times \frac{4}{11} + \frac{1}{12} \times \frac{5}{121} + \frac{1}{12} \times \frac{6}{11} + \frac{1}{12} \times \frac{7}{11} + \frac{1}{12} \times \frac{8}{11} + \frac{1}{12} \times \frac{8}{11} or 112(411+511+611+711+811+811)\frac{1}{12} \left( \frac{4}{11} + \frac{5}{11} + \frac{6}{11} + \frac{7}{11} + \frac{8}{11} + \frac{8}{11} \right), or 1132(4+5+6+7+8+8)\frac{1}{132} (4 + 5 + 6 + 7 + 8 + 8), or 1132(38)\frac{1}{132} (38) or 38132\frac{38}{132}, or 1966\frac{19}{66}.

Then, when we multiply the total by 22, we obtain 1933\frac{19}{33}. 19+33=05219+33 = \boxed{052}

~Pinotation