Combinatorial Probability - Examples and Constructions
Combinatorial probability problems span diverse applications from card games to quality control. Mastering these requires recognizing problem patterns and applying appropriate counting techniques.
Card Problems
A standard deck has 52 cards: 4 suits (spades, hearts, diamonds, clubs) with 13 ranks each.
Poker Hands: What is the probability of being dealt a full house (three of one rank, two of another)?
Total 5-card hands:
To count full houses:
- Choose the rank for three cards: 13 ways
- Choose 3 cards from that rank: ways
- Choose the rank for two cards: 12 remaining ways
- Choose 2 cards from that rank: ways
Number of full houses:
Probability:
Sampling With and Without Replacement
With Replacement: After selecting an object, it is returned before the next selection. Order matters → ways to select objects from .
Without Replacement, Ordered: ways.
Without Replacement, Unordered: ways.
Drawing 3 balls from an urn containing 10 balls numbered 1-10:
- With replacement, order matters: outcomes
- Without replacement, order matters: outcomes
- Without replacement, order doesn't matter: outcomes
Birthday Problem
Classic Birthday Problem: In a group of people, what is the probability that at least two share a birthday?
Assume 365 days and birthdays uniformly distributed. Use the complement:
If all birthdays are different:
For :
Surprisingly, with just 23 people, there's a better than even chance of a shared birthday!
Occupancy Problems
Occupancy problems involve distributing distinguishable balls into distinguishable boxes. The number of ways depends on whether order matters and whether multiple balls can occupy the same box.
- Each box holds at most one ball: ways (if )
- Boxes can hold multiple balls: ways
- Exactly one ball per box (matching problem): ways (if )
Secretary Problem: Assigning 5 letters to 5 envelopes randomly. What's the probability exactly 3 letters go to the correct envelope?
This is impossible! If 3 letters are correct, the remaining 2 must also be correct. So .
Hypergeometric Distribution
Draw objects without replacement from a population of objects containing successes. The probability of exactly successes is:
A committee of 5 is selected from 6 men and 4 women. Probability of exactly 3 women:
The key to solving combinatorial probability problems is careful problem decomposition: identify what is being counted, whether order matters, whether sampling is with or without replacement, and then apply the appropriate counting formula.