Bunuel
What is the probability of rolling a number less than 3 at least 3 times in 5 rolls of a six-sided die?
A. 2/15
B. 17/81
C. 1/3
D. 2/5
E. 15/32
Divide it into three cases:
1. Three rolls less than 3, Two rolls 3 or greater
2. Four rolls less than 3, One roll 3 or greater
3. Five rolls less than 3
1. Three rolls less than 3, Two rolls 3 or greater
Calculate the probability of the rolls, LLLGG. The probability of L is \(\frac{2}{6} = \frac{1}{3}\) and the probability of G is \(\frac{4}{6} = \frac{2}{3}\).
→ Probability = \(\frac{1}{3} × \frac{1}{3} × \frac{1}{3} × \frac{2}{3} × \frac{2}{3} = \frac{4}{243}\)
Now find the number of ways of rolling 3 Ls and 2 Gs. You are choosing 3 out of 5 dice to be L, so you can use the Combinations formula. (You can also think of it as rearranging the 'word' LLLGG.)
→ Combinations = \(\frac{5!}{2!3!} = \frac{5 × 4}{2} = 10\)
Therefore, the probability is \(\frac{40}{243}\).
2. Four rolls less than 3, One roll 3 or greater
Calculate the probability of LLLLG.
→ Probability = \(\frac{1}{3} × \frac{1}{3} × \frac{1}{3} × \frac{1}{3} × \frac{2}{3} = \frac{2}{243}\)
Now find the number of ways of rolling 4 Ls and 1 Gs.
→ Combinations = \(\frac{5!}{1!4!} = 5\)
Therefore, the probability is \(\frac{10}{243}\).
3. Four rolls less than 3, One roll 3 or greater
Calculate the probability of LLLLL.
→ Probability = \(\frac{1}{3} × \frac{1}{3} × \frac{1}{3} × \frac{1}{3} × \frac{1}{3} = \frac{1}{243}\)
There is only one way of rolling 5 Ls. Therefore, the probability is \(\frac{1}{243}\).
Answer
Thus, the answer is
→ Probability = \(\frac{40}{243} + \frac{10}{243} + \frac{1}{243} = \frac{51}{243} = \frac{17}{81}\)