Symmetry Shortcuts for Draws Without Replacement
Why 'what's the probability the 5th card dealt is an ace' has the exact same answer as 'what's the probability the 1st card dealt is an ace' — a symmetry argument that collapses many without-replacement puzzles to one line.
Prerequisites: Conditional Probability
The problem. A standard 52-card deck is shuffled and dealt out one card at a time. What is the probability that the 27th card dealt is the ace of spades? Many people start setting up a chain of conditional probabilities — "the 27th position is unaffected by the 26 already dealt if none was the ace, but affected if one was" — and get tangled. The actual answer takes one line: by symmetry, every position in the shuffle is equally likely to hold any given card, so the probability is , exactly the same as asking about the 1st card.
Why every position is interchangeable
A uniformly random shuffle assigns each of the orderings equal probability. Fix your attention on "which card sits in position 27." Because the shuffle is uniform over all orderings, and there's nothing structurally special about position 27 versus position 1 — every card is equally likely to be permuted into any given slot — the marginal distribution of "the card in position 27" is uniform over the 52 cards, exactly like the marginal distribution of "the card in position 1." This is a symmetry argument: you don't need to touch the 26 cards dealt before it at all.
Worked example: two specific cards, two specific positions
What's the probability the ace of spades is in position 5 and the king of hearts is in position 12? By the same symmetry logic extended to a pair of positions: fix any 2 specific cards and any 2 specific positions, and by symmetry every arrangement of which 2 cards land in those 2 positions is equally likely among the ordered pairs of distinct cards. So — computed exactly as if you were dealing the very first two cards, because positions 5 and 12 carry no more information than positions 1 and 2 would.
Worked example: last card is the ace of spades
A version that trips people up: what's the probability the last card dealt (position 52) is the ace of spades? The instinct is to think "by the time we reach the last card, all sorts of conditioning has happened" — but the symmetry argument says the answer is still just , identical to the first card, because the shuffle treats every position identically before any cards are revealed. Only once you're told information about earlier draws (e.g., "the ace of spades was not among the first 51 cards") does the probability for the last position change — and in that specific case, it jumps to certainty (probability 1), since the ace must be wherever it hasn't yet been ruled out.
The general technique
Whenever a question asks about "the probability a specific unrevealed item lands in a specific position" under a uniformly random arrangement, resist the urge to build a conditional-probability chain through all the intervening draws — check first whether a symmetry argument makes every position interchangeable, collapsing the answer to the same simple fraction you'd get for the very first draw. This shortcut only works when no positions have actually been revealed yet; the moment specific outcomes are conditioned on, the symmetry breaks and you're back to real conditional-probability work.
In a uniformly random arrangement (a shuffle, a random permutation), the marginal probability that a specific item lands in a specific position is the same for every position — always for a single item among , with no dependence on how many other draws happened first, as long as none of those draws' outcomes have actually been revealed to you.
If a without-replacement question feels like it needs a long conditional-probability chain, first ask whether relabeling the positions changes anything about the setup. If it doesn't, the answer is symmetric and you can shortcut straight to the "first draw" version of the question.
Related concepts
Practice in interviews
Further reading
- Grinstead & Snell, Introduction to Probability, ch. 3