Statistics · real student question

A box holds 6 red balls and 6 blue balls. Six balls are drawn at random without replacement. What is the probability that at least one is blue?

Question

A box holds 66 red balls and 66 blue balls. Six balls are drawn at random without replacement.

What is the probability that at least one of the drawn balls is blue?

Step-by-step solution

  1. Switch to the complement immediately. "At least one blue" would need the cases of exactly 1,2,3,4,5,61,2,3,4,5,6 blue — six separate counts. Its complement is a single case: zero blue. So use

    P(at least one blue)=1P(no blue)P(\text{at least one blue})=1-P(\text{no blue})

  2. Count the sample space. There are 6+6=126+6=12 balls and order does not matter, so the number of possible six-ball selections is

    (126)=12!6!6!=924\binom{12}{6}=\frac{12!}{6!\,6!}=924

  3. Count the favourable-to-the-complement outcomes. "No blue" means all six drawn balls are red — and there are exactly 66 red balls, so the only way is to take every red ball:

    (66)=1\binom{6}{6}=1

    This is why the answer comes out so close to 11: there is a single bad selection out of 924924.

  4. Assemble the probability.

    P(no blue)=1924,P(at least one blue)=11924=923924P(\text{no blue})=\frac{1}{924},\qquad P(\text{at least one blue})=1-\frac{1}{924}=\frac{923}{924}

  5. Convert to a decimal and sanity-check. 923924=0.99891899.89%\dfrac{923}{924}=0.998918\ldots\approx99.89\%. That is believable: drawing half the box and somehow avoiding all six blue balls requires the one perfect red-only draw, so near-certainty is exactly what to expect ✓.

  6. Cross-check by direct summation. Adding the hypergeometric probabilities for 11 through 66 blue gives 36+225+400+225+36+1924=923924\frac{36+225+400+225+36+1}{924}=\frac{923}{924}, matching the complement result ✓.

Answer

P(at least one blue)=1(66)(126)=11924=92392499.89%P(\text{at least one blue})=1-\frac{\binom{6}{6}}{\binom{12}{6}}=1-\frac{1}{924}=\frac{923}{924}\approx 99.89\%

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