Example — 32 cards: the complementary rule

From a deck of 3232 cards, 55 cards are drawn. What is the probability of drawing at least one jack?

Strategy. The complement of “at least one jack” is “no jack”. It is convenient to count the ways with no jacks and subtract them from the total number of ways:

#modi totali=(325),#modi senza fanti=(285).\#\,\text{modi totali} = \binom{32}{5}, \qquad \#\,\text{modi senza fanti} = \binom{28}{5}.

P(almeno un fante)=1(285)(325).P(\text{almeno un fante}) = 1 - \frac{\binom{28}{5}}{\binom{32}{5}}.

The “at least one” case is almost always computed via the complement: direct enumeration (exactly 11 jack ++ exactly 22 +++\ldots+ exactly 44) would instead require 44 terms.

Topics: Probability
Concepts: Simple combinations · Complementary event · Probability
Methods: Simple combinations · Complementary prob
Skills: Combinatorial calculus · Probability calculation