Question
Two cards are drawn at random from a standard deck of 52 cards, one after another, without replacement. Find the probability that both cards are aces.
Solution — Step by Step
A standard deck has 52 cards, of which 4 are aces (ace of spades, hearts, diamonds, clubs).
We draw two cards without replacement — meaning the first card is not returned to the deck before the second is drawn.
Let event = first card is an ace, and = second card is an ace.
We want .
: 4 aces out of 52 cards:
: Given the first card was an ace, there are now 3 aces left in 51 remaining cards:
Combined probability:
Total ways to choose 2 cards from 52:
Favourable ways to choose 2 aces from 4:
Both methods give .
Why This Works
Without replacement means the events are dependent — what happens on the first draw affects the probabilities for the second draw. This is why we use conditional probability .
After drawing one ace, there are only 3 aces left in 51 cards (not 4 in 52). If we incorrectly assumed independence (as in drawing with replacement), we’d get:
This is larger than the correct answer — because drawing with replacement gives more chances of getting two aces than drawing without.
The combinations method automatically handles dependence because it counts pairs directly.
Alternative Method
For “without replacement” problems, the combinations method is often cleaner:
where = total cards, = number of favourable cards, = number drawn.
Common Mistake
The most common error is ignoring “without replacement” and treating the two draws as independent:
This is wrong. After drawing the first ace, only 51 cards remain and only 3 are aces. Always ask: “Is this with or without replacement?” — and adjust the second draw’s denominator and numerator accordingly.
The answer can be remembered as roughly a 0.45% chance — less than 1 in 200. This makes intuitive sense: drawing one ace is about 1 in 13; drawing another ace from the remaining deck is about 1 in 17. So the combined chance is about 1 in 221.