Statistics · real student question

A box holds 5 red balls and 7 blue balls. Five balls are drawn at random without replacement. What is the probability that at least one blue ball is drawn?

Question

A box holds 55 red balls and 77 blue balls. Five 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. Count the sample space. There are 5+7=125+7=12 balls and the draw is unordered and without replacement, so the number of equally likely selections is (125)=121110985!=95040120=792.\binom{12}{5}=\frac{12\cdot11\cdot10\cdot9\cdot8}{5!}=\frac{95040}{120}=792.

  2. Switch to the complement instead of summing cases. "At least one blue" would need the blue counts 1,2,3,4,51,2,3,4,5 added up - five separate terms. Its complement is the single event "zero blue", i.e. all five drawn balls are red, so the complement rule P(at least one blue)=1P(no blue)P(\text{at least one blue})=1-P(\text{no blue}) turns five computations into one.

  3. Count the all-red selections. There are exactly 55 red balls, so drawing 55 reds means taking every red ball: (55)(70)=11=1.\binom{5}{5}\binom{7}{0}=1\cdot 1=1. That is why the complement is so small here - there is only one way to miss blue entirely.

  4. Assemble the probability. P(no blue)=1792,P(at least one blue)=11792=7921792=791792.P(\text{no blue})=\frac{1}{792},\qquad P(\text{at least one blue})=1-\frac{1}{792}=\frac{792-1}{792}=\frac{791}{792}.

  5. Interpret the number. 791792=0.99873799.87%\tfrac{791}{792}=0.998737\ldots\approx 99.87\%. The intuition matches: blues outnumber reds and you are taking nearly half the box, so avoiding blue altogether is close to impossible.

Answer

P(at least one blue)=1(55)(125)=11792=79179299.87%P(\text{at least one blue})=1-\frac{\binom{5}{5}}{\binom{12}{5}}=1-\frac{1}{792}=\frac{791}{792}\approx 99.87\%

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