Lambdia

Two Kings Off the Top: One in 221

Four over fifty-two squared is exactly right for the question where the first card goes back, which is what makes it hard to catch. Removing a king shrinks the numerator proportionally more than the denominator, and the counting route through 1326 two-card hands confirms one in 221 without mentioning order at all.

Take two cards off the top of a shuffled deck. The deck is standard, fifty-two cards, four of them kings, no jokers. What is the chance both cards are kings?

The instant answer is (4/52)2=1/169(4/52)^2 = 1/169, and it is not a sloppy answer. It is the exact answer to a slightly different question, which is why it survives being checked. The right answer here is 1/2211/221, about 0.4525%0.4525\%, and the two differ by exactly 13/1713/17.

The deck changes between the draws

The first card is a king with probability

452=113\frac{4}{52} = \frac{1}{13}
(1)

and now the deck is different in two ways at once. It holds fifty-one cards instead of fifty-two, and three kings instead of four. Given that the first card was a king,

351=117\frac{3}{51} = \frac{1}{17}
(2)

and the two multiply:

452351=122652=1221\frac{4}{52}\cdot\frac{3}{51} = \frac{12}{2652} = \frac{1}{221}
(3)

The reduction is clean because 221=13×17221 = 13 \times 17, which is (1) and (2) reappearing as factors. If the arithmetic in (3) had come out ugly, that would have been a signal to check it.

Fig. 1 — The second draw sees a smaller deck with proportionally fewer kings in it. That is the whole difference.

The multiplication in (3) is a genuine conditional probability statement rather than a pattern: P(both)=P(secondfirst)P(first)P(\text{both}) = P(\text{second} \mid \text{first}) \cdot P(\text{first}), and the conditioning is what turns 4/524/52 into 3/513/51. Saying it in that form is worth the extra breath, because it is the step the reflex answer omits.

The same number without any conditioning

A second route avoids the sequence entirely. Two cards drawn off the top form an unordered pair, and every pair is equally likely, so count pairs. There are

(522)=1326pairs, of which(42)=6are two kings\binom{52}{2} = 1326 \quad \text{pairs, of which} \quad \binom{4}{2} = 6 \quad \text{are two kings}
(4)

and 6/1326=1/2216/1326 = 1/221 again. This matters more than it looks. The usual objection to (3) is that it smuggles in an order the problem never mentioned, and (4) settles that objection by never mentioning order at all. Two methods, no shared step, one answer.

Fig. 2 — The whole distribution of kings in a two-card hand, then the two rival answers side by side.
The general count

The number of kings in a hand of hh cards follows the hypergeometric law P(j)=(4j)(48hj)/(52h)P(j) = \binom{4}{j}\binom{48}{h-j} \big/ \binom{52}{h}. For h=2h = 2 that reads 11281128, 192192 and 66 hands with zero, one and two kings, which sums to 13261326 as it must.

Which way the error goes, and by how much

The truth is smaller than the reflex, and knowing the direction in advance is worth as much as the number. Taking a king out of the deck makes the next king harder to find, so the events are negatively dependent and the product of the marginals overstates the joint probability.

The size of the overstatement has a closed form. With kk special cards in a deck of nn,

knk1n1(kn)2=n(k1)k(n1)=11/k11/n\frac{\frac{k}{n}\cdot\frac{k-1}{n-1}}{\left(\frac{k}{n}\right)^{2}} = \frac{n(k-1)}{k(n-1)} = \frac{1 - 1/k}{1 - 1/n}
(5)

For four kings in fifty-two cards that is 156/204=13/170.765156/204 = 13/17 \approx 0.765, so the reflex answer is about thirty percent too large. The right-hand form of (5) says where the error lives: it is dominated by 1/k1/k, the scarcity of the special cards, and barely affected by the size of the deck. With four kings the correction is severe. With four hundred kings in a deck of five thousand two hundred, the same calculation gives 0.99760.9976 and treating the draws as independent is fine.

That is the general lesson worth carrying out of this problem. Sampling without replacement differs from sampling with replacement by a factor governed by how few of the interesting items there are, not by how big the population is.

When one in 169 is the right answer

Put the first card back, shuffle, and draw again. Now the second draw sees a full deck with four kings, the two events are independent, and

(452)2=1169\left(\frac{4}{52}\right)^{2} = \frac{1}{169}
(6)

is exact. So the reflex answer is not wrong arithmetic, it is the correct answer under a different sampling protocol, and that is precisely what makes it hard to catch. Nobody double-checks a calculation that came out clean.

This is also why the wording deserves a moment. "Two kings in a row" could describe two consecutive draws from a shoe that gets reshuffled, in which case (6) is right. "Two cards off the top" cannot, and fixing the protocol before computing anything is the habit that separates the two.

The same argument, other targets

Nothing in (3) or (4) used the word king. Any rank works, since every rank has four cards, so the chance of two matching a named rank is 1/2211/221 for all thirteen of them. For a group of mm named cards,

P(both from the group)=(m2)(522)=m(m1)2652P(\text{both from the group}) = \frac{\binom{m}{2}}{\binom{52}{2}} = \frac{m(m-1)}{2652}
(7)

so "both cards are aces or kings" with m=8m = 8 gives 56/2652=14/66356/2652 = 14/663, roughly 2.1%2.1\%. Note this is not the same as "both aces or both kings", which is only 12/1326=2/22112/1326 = 2/221, because the group version allows one of each.

Deeper into the deck the numbers fall off fast. Three kings in three cards is (43)/(523)=4/22100=1/5525\binom{4}{3}/\binom{52}{3} = 4/22100 = 1/5525, and all four kings in four cards is 1/(524)=1/2707251/\binom{52}{4} = 1/270725.

There is one variant worth doing in your head, because it comes out beautifully. What is the chance the two cards match each other in rank, without naming which rank? Summing (7) over the thirteen ranks gives 13×6=7813 \times 6 = 78 favourable hands out of 13261326, which is 1/171/17. And that is exactly the factor from equation (2), for a reason that needs no counting at all: whatever the first card is, the second has to be one of the three cards left that share its rank, out of fifty-one. The first card is free.

I mention it because it is the cleanest illustration of when to condition and when to count. Conditioning made the matched-rank question a one-liner and would have made no progress on "two aces or two kings". Counting handles both and takes longer on the first. Neither method is the right one; the skill is noticing which question you have.

One remark on rounding

As a percentage, 1/2211/221 is 0.4525%0.4525\%. It is tempting to write 0.45%0.45\% and move on, and a reader who does the division will find that slightly wrong. A little under half of one percent is the honest short form. The precision matters here only because the whole problem is about a small correction to an obvious answer, and rounding away a quarter of a percentage point in a number that size is the same kind of carelessness the problem is testing.

Sources and further reading

Every number above was checked before publication four ways: exact rational arithmetic, an exhaustive enumeration of all 13261326 two-card hands built from real rank-and-suit pairs, an ordered-pairs recount that settles the objection about ordering, and a seeded five million deal simulation which landed on 0.004590.00459 against the exact 0.00452490.0045249.

Comments · 0

Be the first to comment.