返回题库

AIME 2006 II · 第 5 题

AIME 2006 II — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

When rolling a certain unfair six-sided die with faces numbered 1, 2, 3, 4, 5, and 6, the probability of obtaining face FF is greater than 1/61/6, the probability of obtaining the face opposite is less than 1/61/6, the probability of obtaining any one of the other four faces is 1/61/6, and the sum of the numbers on opposite faces is 7. When two such dice are rolled, the probability of obtaining a sum of 7 is 47/28847/288. Given that the probability of obtaining face FF is m/n,m/n, where mm and nn are relatively prime positive integers, find m+n.m+n.

解析

Solution 1

Without loss of generality, assume that face FF has a 6, so the opposite face has a 1. Let A(n)A(n) be the probability of rolling a number nn on one die and let B(n)B(n) be the probability of rolling a number nn on the other die. 7 can be obtained by rolling a 2 and 5, 5 and 2, 3 and 4, or 4 and 3. Each has a probability of 1616=136\frac{1}{6} \cdot \frac{1}{6} = \frac{1}{36}, totaling 4136=194 \cdot \frac{1}{36} = \frac{1}{9}. Subtracting all these probabilities from 47288\frac{47}{288} leaves 15288=596\frac{15}{288}=\frac{5}{96} chance of getting a 1 on die AA and a 6 on die BB or a 6 on die AA and a 1 on die BB:

A(6)B(1)+B(6)A(1)=596A(6)\cdot B(1)+B(6)\cdot A(1)=\frac{5}{96} Since the two dice are identical, B(1)=A(1)B(1)=A(1) and B(6)=A(6)B(6)=A(6) so

A(1)A(6)+A(1)A(6)=596A(1)A(6)=5192\begin{aligned}A(1)\cdot A(6)+A(1)\cdot A(6)&=\frac{5}{96}\\ A(1)\cdot A(6)&=\frac{5}{192}\end{aligned} Also, we know that A(2)=A(3)=A(4)=A(5)=16A(2)=A(3)=A(4)=A(5)=\frac{1}{6} and that the total probability must be 11, so:

A(1)+416+A(6)=66A(1)+A(6)=13A(1)+4 \cdot \frac{1}{6}+A(6)=\frac{6}{6} \Longrightarrow A(1)+A(6)=\frac{1}{3} Combining the equations:

A(6)(13A(6))=51920=192(A(6))264(A(6))+5A(6)=64±642451922192=524,18\begin{aligned}A(6)\left(\frac{1}{3}-A(6)\right)&=\frac{5}{192}\\ 0 &= 192 \left(A(6)\right)^2 - 64 \left(A(6)\right) + 5\\ A(6)&=\frac{64\pm\sqrt{64^2 - 4 \cdot 5 \cdot 192}}{2\cdot192} =\frac{5}{24}, \frac{1}{8}\end{aligned} We know that A(6)>16A(6)>\frac{1}{6}, so it can't be 18\frac{1}{8}. Therefore, the probability is 524\frac{5}{24} and the answer is 5+24=295+24=\boxed{29}.

Note also that the initial assumption that face FF was the face labelled 6 is unnecessary -- we would have carried out exactly the same steps and found exactly the same probability no matter which face it was. We could have labelled A(6)A(6) as pp, for example, and replaced the others with variables too, but the notation would have been harder to follow.

Solution 2

We have that the cube probabilities to land on its faces are 16\frac{1}{6}, 16\frac{1}{6}, 16\frac{1}{6}, 16\frac{1}{6} ,16+x\frac{1}{6}+x ,16x\frac{1}{6}-x we also know that the sum could be 7 only when the faces in each of the two tosses are opposite hence the probability to get a 7 is:

4(16)2+2(16+x)(16x)=472884 \cdot \left(\frac{1}{6} \right)^2+2 \left(\frac{1}{6}+x \right) \left(\frac{1}{6}-x \right)=\frac{47}{288} multiplying by 288 we get:

32+16(16x)(6x+1)=4716(136x2)=1532+16(1-6x)(6x+1)=47 \Longrightarrow 16(1-36x^2)=15 dividing by 16 and rearranging we get:

116=36x2x=124\frac{1}{16}=36x^2 \longrightarrow x=\frac{1}{24} so the probability F which is greater than 16\frac{1}{6} is equal 16+124=52424+5=29\frac{1}{6}+\frac{1}{24}=\frac{5}{24}\longrightarrow 24+5=\boxed{29}

Solution 3 (Alcumus)

Let p(a,b)p(a,b) denote the probability of obtaining aa on the first die and bb on the second. Then the probability of obtaining a sum of 7 is

p(1,6)+p(2,5)+p(3,4)+p(4,3)+p(5,2)+p(6,1).p(1,6)+p(2,5)+p(3,4)+p(4,3)+p(5,2)+p(6,1). Let the probability of obtaining face FF be (1/6)+x(1/6)+x. Then the probability of obtaining the face opposite face FF is (1/6)x(1/6)-x. Therefore

47288=4(16)2+2(16+x)(16x)=436+2(136x2)=162x2.\begin{aligned} {{47}\over{288}}&= 4\left({1\over6}\right)^2+2\left({1\over6}+x\right) \left({1\over6}-x\right)\cr&= {4\over36}+2\left({1\over36}-x^2\right)\cr&= {1\over6}-2x^2. \end{aligned} Then 2x2=1/2882x^2=1/288, and so x=1/24x=1/24. The probability of obtaining face FF is therefore (1/6)+(1/24)=5/24(1/6)+(1/24)=5/24, and m+n=29m+n=\boxed{29}.