Probability: Question 7

Syllabus 5.3

Structured AS 9 marks

A box contains 1212 chocolates: 77 dark chocolates and 55 milk chocolates, otherwise identical in appearance. Three chocolates are selected at random from the box, all at the same time, so the order of selection does not matter.

(a) Find the total number of ways to choose 33 chocolates from the 1212, and hence find the probability that all three chocolates selected are dark. [3]

(b) Find the probability that exactly two of the three chocolates selected are dark (and one is milk). [3]

(c) Find the probability that at least one milk chocolate is selected. [3]

Show worked solution Hide worked solution

Worked solution

Setting up the counting

Since the 33 chocolates are chosen all at once, the order of selection does not matter, so the total number of ways to choose 33 from the 1212 chocolates is a combination: (123)=12!3!9!=12×11×103×2×1=220\binom{12}{3} = \frac{12!}{3!\,9!} = \frac{12\times11\times10}{3\times2\times1} = 220

Part (a): All three are dark

There are 77 dark chocolates, so the number of ways to choose 33 dark chocolates (and 00 milk) is (73)=7×6×53×2×1=35\binom{7}{3} = \frac{7\times6\times5}{3\times2\times1} = 35

P(all dark)=(73)(123)=35220=7440.159P(\text{all dark}) = \frac{\binom{7}{3}}{\binom{12}{3}} = \frac{35}{220} = \frac{7}{44} \approx 0.159

Part (b): Exactly two dark, one milk

Choose 22 of the 77 dark chocolates and 11 of the 55 milk chocolates: (72)×(51)=21×5=105\binom{7}{2} \times \binom{5}{1} = 21 \times 5 = 105

P(exactly two dark)=105220=21440.477P(\text{exactly two dark}) = \frac{105}{220} = \frac{21}{44} \approx 0.477

Part (c): At least one milk chocolate

“At least one milk” is the complement of “no milk at all” (i.e. “all dark”), found in part (a): P(at least one milk)=1P(all dark)=1744=37440.841P(\text{at least one milk}) = 1 - P(\text{all dark}) = 1 - \frac{7}{44} = \frac{37}{44} \approx 0.841

Check by listing every case: the four possible numbers of dark chocolates chosen are 3,2,1,03, 2, 1, 0, with (73)=35,(72)(51)=105,(71)(52)=7×10=70,(53)=10\binom{7}{3}=35,\quad \binom{7}{2}\binom{5}{1}=105,\quad \binom{7}{1}\binom{5}{2}=7\times10=70,\quad \binom{5}{3}=10 These sum to 35+105+70+10=22035+105+70+10=220, matching (123)\binom{12}{3} exactly, confirming every outcome has been counted once. The probability of at least one milk chocolate is then everything except the “all dark” case: 105+70+10220=185220=3744\frac{105+70+10}{220} = \frac{185}{220} = \frac{37}{44} which agrees exactly with the complement method above.

Final answers

  • (a) (123)=220\binom{12}{3} = 220 total ways; P(all dark)=7440.159P(\text{all dark}) = \boxed{\dfrac{7}{44}} \approx 0.159
  • (b) P(exactly two dark)=21440.477P(\text{exactly two dark}) = \boxed{\dfrac{21}{44}} \approx 0.477
  • (c) P(at least one milk)=37440.841P(\text{at least one milk}) = \boxed{\dfrac{37}{44}} \approx 0.841