返回题库

AIME 2016 I · 第 2 题

AIME 2016 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 2

Two dice appear to be normal dice with their faces numbered from 11 to 66, but each die is weighted so that the probability of rolling the number kk is directly proportional to kk. The probability of rolling a 77 with this pair of dice is mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution

It is easier to think of the dice as 2121 sided dice with 66 sixes, 55 fives, etc. Then there are 212=44121^2=441 possible rolls. There are 2(16+25+34)=562\cdot(1\cdot 6+2\cdot 5+3\cdot 4)=56 rolls that will result in a seven. The odds are therefore 56441=863\frac{56}{441}=\frac{8}{63}. The answer is 8+63=0718+63=\boxed{071}

See also 2006 AMC 12B Problems/Problem 17

Solution 2

Since the probability of rolling any number is 1, and the problem tells us the dice are unfair, we can assign probabilities to the individual faces. The probability of rolling nn is n21\frac{n}{21} because 21=67221=\frac{6 \cdot 7}{2} Next, we notice that 7 can be rolled by getting individual results of 1 and 6, 2 and 5, or 3 and 4 on the separate dice. The probability that 7 is rolled is now 2(121621+221521+321421)2(\frac{1}{21} \cdot \frac{6}{21}+\frac{2}{21} \cdot \frac{5}{21} + \frac{3}{21} \cdot \frac{4}{21}) which is equal to 56441=863\frac{56}{441}=\frac{8}{63}. Therefore the answer is 8+63=0718+63=\boxed{071} ~PEKKA

Solution 3

Since the probability of rolling a 11 is 121\frac{1}{21}, the probability of rolling a 22 is 221\frac{2}{21} the probability of rolling a 33 is 321\frac{3}{21} and so on, we can make a chart of probabilities and add them together. Note that we only need the probabilities of 11 and 66, 22 and 55, and 33 and 44, and the rest is symmetry and the others are irrelevant.

We have: 2(121272 \cdot (\frac{1}{21} \cdot \frac{2}{7} ++ 221521\frac{2}{21} \cdot \frac{5}{21} ++ 17421)\frac{1}{7} \cdot \frac{4}{21}) == 2(2147+10441+4147)2 \cdot (\frac{2}{147} + \frac{10}{441} + \frac{4}{147}) = 2463=8632 \cdot \frac{4}{63} = \frac{8}{63}. Therefore, the answer is 8+638 + 63 = 071\boxed{071}

~Arcticturn