A box contains red balls and blue balls. Six balls are drawn at once (without replacement).
Find the probability that at least of the drawn balls are red.
Count the sample space. The balls are drawn all at once, so order does not matter and every set of balls out of the is equally likely:
Use the complement instead of five separate cases. "At least red" covers reds — five counts to compute. Its complement covers only two: reds or red. So compute
Whenever "at least " leaves fewer cases on the other side, the complement is the shorter road.
Count the draws with no red ball. All six drawn balls must be blue, and there are exactly blue balls, so there is only one such set:
Count the draws with exactly one red ball. Choose of the reds and of the blues; the two choices are independent, so multiply:
Together the complement contains of the possible draws.
Subtract to get the answer.
The fraction is already in lowest terms ( shares no factor with , which is prime). A brute-force enumeration of all subsets counts with two or more reds, confirming the result — and a probability near makes sense, since drawing half the box while avoiding almost all of one colour is very unlikely.
Need to solve a different problem like this? Open the solver →