Difference between revisions of "2005 Alabama ARML TST Problems/Problem 1"
m (2005 Alabama ARML TST/Problem 1 moved to 2005 Alabama ARML TST Problems/Problem 1: consistency) |
|||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | Two six-sided dice are constructed such that each face is equally likely to show up when rolled. The numbers on the faces of one of the dice are 1, 3, 4, 5, 6, and 8. The numbers on the faces of the other die are 1, 2, 2, 3, 3, and 4. Find the probability of rolling a sum of 9 with these two dice. | + | Two six-sided dice are constructed such that each face is equally likely to show up when rolled. The numbers on the faces of one of the dice are 1, 3, 4, 5, 6, and 8. The numbers on the faces of the other die are 1, 2, 2, 3, 3, and 4. Find the [[probability]] of rolling a sum of 9 with these two dice. |
==Solution== | ==Solution== | ||
− | We use generating | + | We use [[generating function]]s to represent the sum of the two dice rolls: <center><math>(x+x^3+x^4+x^5+x^6+x^8)(x+2x^2+2x^3+x^4)=</math></center> |
<center><math>x^2(1+x^2+x^3+x^4+x^5+x^7)(1+x+x^2)(1+x)</math></center> | <center><math>x^2(1+x^2+x^3+x^4+x^5+x^7)(1+x+x^2)(1+x)</math></center> | ||
− | The coefficient of <math>x^9</math>, that is, the number of ways of rolling a sum of 9, is thus <math>(1+2+1)=4</math>, out of a total of <math>6^2</math> possible two-roll combinations, for a probability of <math>\frac 19</math>. | + | The [[coefficient]] of <math>x^9</math>, that is, the number of ways of rolling a sum of 9, is thus <math>(1+2+1)=4</math>, out of a total of <math>6^2</math> possible two-roll combinations, for a probability of <math>\frac 19</math>. |
+ | |||
+ | Alternatively, just note the possible pairs which work: <math>(5, 4), (6, 3), (6, 3)</math> and <math>(8, 1)</math> are all possible combinations that give us a sum of 9 (where we count <math>(6, 3)</math> twice because there are two different 3s to roll). Thus the probability of one of these outcomes is <math>\frac{4}{36} = \frac19</math>. | ||
==See also== | ==See also== |
Revision as of 17:20, 17 November 2006
Problem
Two six-sided dice are constructed such that each face is equally likely to show up when rolled. The numbers on the faces of one of the dice are 1, 3, 4, 5, 6, and 8. The numbers on the faces of the other die are 1, 2, 2, 3, 3, and 4. Find the probability of rolling a sum of 9 with these two dice.
Solution
We use generating functions to represent the sum of the two dice rolls:
The coefficient of , that is, the number of ways of rolling a sum of 9, is thus , out of a total of possible two-roll combinations, for a probability of .
Alternatively, just note the possible pairs which work: and are all possible combinations that give us a sum of 9 (where we count twice because there are two different 3s to roll). Thus the probability of one of these outcomes is .