Statistics · real student question

A box holds 6 red balls and 6 blue balls. Six balls are drawn at once. What is the probability that at least 2 of them are red?

Question

A box contains 66 red balls and 66 blue balls. Six balls are drawn at once (without replacement).

Find the probability that at least 22 of the drawn balls are red.

Step-by-step solution

  1. Count the sample space. The balls are drawn all at once, so order does not matter and every set of 66 balls out of the 1212 is equally likely:

    (126)=924.\binom{12}{6}=924.

  2. Use the complement instead of five separate cases. "At least 22 red" covers 2,3,4,5,62,3,4,5,6 reds — five counts to compute. Its complement covers only two: 00 reds or 11 red. So compute

    P(at least 2 red)=1P(0 red)P(1 red).P(\text{at least }2\text{ red})=1-P(0\text{ red})-P(1\text{ red}).

    Whenever "at least kk" leaves fewer cases on the other side, the complement is the shorter road.

  3. Count the draws with no red ball. All six drawn balls must be blue, and there are exactly 66 blue balls, so there is only one such set:

    (60)(66)=11=1.\binom{6}{0}\binom{6}{6}=1\cdot 1=1.

  4. Count the draws with exactly one red ball. Choose 11 of the 66 reds and 55 of the 66 blues; the two choices are independent, so multiply:

    (61)(65)=66=36.\binom{6}{1}\binom{6}{5}=6\cdot 6=36.

    Together the complement contains 1+36=371+36=37 of the 924924 possible draws.

  5. Subtract to get the answer.

    P=137924=92437924=8879240.9600.P=1-\frac{37}{924}=\frac{924-37}{924}=\frac{887}{924}\approx 0.9600.

    The fraction is already in lowest terms (924=223711924=2^{2}\cdot 3\cdot 7\cdot 11 shares no factor with 887887, which is prime). A brute-force enumeration of all 924924 subsets counts 887887 with two or more reds, confirming the result — and a probability near 96%96\% makes sense, since drawing half the box while avoiding almost all of one colour is very unlikely.

Answer

8879240.960\frac{887}{924}\approx 0.960

Need to solve a different problem like this? Open the solver →