Cards and bags
The two other staples of probability problems are playing cards and bags of balls (or counters). Both reduce to counting favourable outcomes in a finite sample space.
A standard deck
A standard deck of playing cards has:
- Four suits: hearts , diamonds (these are red), spades , clubs (these are black).
- Thirteen ranks per suit: Ace (), , Jack (), Queen (), King ().
- Face cards (court cards): Jack, Queen, King. in total ( per suit).
- Numbered cards: through . in total ( per suit).
- Aces: in total ( per suit).
Common probabilities (for a single card drawn from a well-shuffled deck):
| Event | Count | Probability |
|---|---|---|
| Red card | ||
| Black card | ||
| Heart | ||
| Ace | ||
| King | ||
| Face card | ||
| Red king | ||
| Spade or king | ||
| Not a face card |
The "spade or king" count uses inclusion-exclusion: spade () + king () - king of spades (counted twice, ).
Bags of balls
A bag contains balls (or marbles, or counters) of different colours. The total is the sum of all colours. The probability of drawing a specific colour is the fraction of that colour.
Example. A bag has red, green, and blue balls. Total . red. not blue.
Problems with conditions
Some problems remove or add balls before the draw, or specify the colour drawn.
Example 1. A bag has red and green balls. One ball is drawn at random. Find red. Then, a green ball is removed (without replacement); find the new red for a second draw.
First: . After removing a green: red, green, total . Second draw red.
Worked examples
Example 1. A card is drawn from a well-shuffled deck. Find not a king.
king. not king.
Example 2. A card is drawn from a deck. Find black king.
Black kings: king of spades and king of clubs . .
Example 3. A card is drawn. Find neither a heart nor a king.
Hearts kings (king of hearts) . Complement: . .
Example 4. A bag contains red balls, black, and white. One ball is drawn. Find not red and neither red nor white.
Total: .
not red.
neither red nor whiteblack.
Example 5. From a deck, the four aces, four kings, four queens, and four jacks are removed (i.e., all face cards are removed: actually removed; or "removed all jacks, queens, kings" if you take the wording literally , let's say we remove all face cards and aces, cards). The remaining cards form a smaller deck. A card is drawn. Find red card.
Remaining red cards: hearts = , diamonds = , total . Total . .
Example 6. A bag contains cards numbered to . One card is drawn. Find prime and composite.
Primes from to : . cards. .
Composites: . cards. . (Note: is neither prime nor composite.)
Example 7. A bag has red and blue balls. The probability of drawing a red ball is . Find .
, not an integer; the problem must intend . Wait, this isn't an integer either. Let's set up: . The problem as stated has no integer solution. (Reword for a clean answer: probability ; still not integer. Better: probability , .)
For board exam, problems are designed so comes out clean.
Example 8. A box has cards numbered to . One is drawn. Find perfect square.
Perfect squares between and (inclusive): , squares. Total: cards.
.
Try it yourself
- A card is drawn. queen
- A card is drawn. club
- A card is drawn. black face card
- A card is drawn. red queen or black king
- A bag has red, blue, yellow balls. yellow
- Same bag, not red
- A box has cards numbered to . multiple of 3$$) = ?
- A box has cards numbered to . prime (Primes up to : , primes.)
- A card from a deck. neither ace nor king
- A bag has red and green balls. green balls are added. green
- A card is drawn from a deck. number card greater than 5$$) = ? (Number cards in each suit: cards. .)
- A bag has red and blue balls. red. Find .
Pitfalls / Insight
(1) Always state the total before computing the favourable count. Many errors come from forgetting that the deck has cards, the bag has the total of all colours, etc.
(2) For "or" events (e.g., "spade or king"), use inclusion-exclusion: count(A) + count(B) - count(A and B). Don't simply add.
(3) For "neither A nor B" events, find the complement: inclusion-exclusion count.
(4) An ace is a separate category from a face card (which means Jack, Queen, or King). The total non-face, non-ace cards is (the through in each suit).