A fair \(12\)-sided die labeled \(1\) through \(12\) is rolled three times.
1. Find the probability that all three results are different.
2. Find the probability that the results form a strictly increasing sequence, such as \((2, 5, 11)\).
3. The random variable \(X\) is the number of distinct values among the three rolls. Create a probability distribution table for \(X\).
Hints
- First count all ordered outcomes for three rolls.
- Once three distinct values are selected, only one ordering is strictly increasing.
- For \(X\), separate the cases: all equal, exactly two distinct values, and all different.
- Check that the probabilities in the distribution add to \(1\).
Solution
1. There are \(12^3=1728\) ordered outcomes. For three different results, there are \(12\cdot11\cdot10=1320\) outcomes, so the probability is \(\frac{1320}{1728}=\frac{55}{72}\approx0.7639\).
2. Choose any \(3\) distinct values from \(12\). Each chosen set has exactly one strictly increasing order, so the probability is \(\frac{\binom{12}{3}}{1728}=\frac{220}{1728}=\frac{55}{432}\approx0.1273\).
3. If \(X=1\), all rolls are equal, giving \(12\) outcomes and \(P(X=1)=\frac{12}{1728}=\frac{1}{144}\). If \(X=2\), choose the repeated value in \(12\) ways, the position of the different value in \(3\) ways, and that different value in \(11\) ways, giving \(396\) outcomes and \(P(X=2)=\frac{11}{48}\). If \(X=3\), all rolls are different, so \(P(X=3)=\frac{55}{72}\).
Answer
1. \(P(\text{all different})=\frac{55}{72}\approx0.7639\)
2. \(P(\text{strictly increasing})=\frac{55}{432}\approx0.1273\)
3. <table> <tr><td>\(x\)</td><td>\(1\)</td><td>\(2\)</td><td>\(3\)</td></tr> <tr><td>\(P(X=x)\)</td><td>\(\frac{1}{144}\)</td><td>\(\frac{11}{48}\)</td><td>\(\frac{55}{72}\)</td></tr> </table>