A box holds red balls and blue balls. Five balls are drawn at random without replacement.
What is the probability that at least one of the drawn balls is blue?
Count the sample space. There are balls and the draw is unordered and without replacement, so the number of equally likely selections is
Switch to the complement instead of summing cases. "At least one blue" would need the blue counts 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 turns five computations into one.
Count the all-red selections. There are exactly red balls, so drawing reds means taking every red ball: That is why the complement is so small here - there is only one way to miss blue entirely.
Assemble the probability.
Interpret the number. . The intuition matches: blues outnumber reds and you are taking nearly half the box, so avoiding blue altogether is close to impossible.
Need to solve a different problem like this? Open the solver →