Probability of drawing a pair in a deck of 162 playing cards.

card-gamescombinationscombinatoricsconditional probabilityprobability

I was asked this question by a friend of mine and I found it intriguing: if you are dealt an 8 card hand from a deck of three card decks shuffled together, including jokers, what is the probability of drawing at least a pair?
I thought about it a while and concluded that the best way to do this would likely be finding the probability that you were dealt no pairs and subtract it from 1. But the jokers really make this a bit more of a difficult question. I figured I would let $$c= \text{the probably of drawing an 8 card hand in which there are no pairs and none are jokers}$$ and let $$j = \text{the probability of drawing an 8 card hand in which there are no pairs and one joker}$$ so that my final calculation (I think) would be $$P=1-c-j.$$

Now to calculate $c$ I would have $\binom{13}{8}$ representing choosing the 8 different ranks, $4^8$ choosing the different suit for each card (or would it be $12^8$ as there are $3$ 2 of hearts, $3$ kings of clubs, etc ?), and finally $\binom{162}{8}$ representing the ways to draw a hand of 8 cards from three standard decks shuffled together. Hence $$c= \frac{\binom{13}{8} 4^8}{\binom{162}{8}}.$$ Now calculating $j$ is where I have some questions. How do I express the possibility I am dealt one and only one joker? I was thinking maybe representing each card pull as a possibility on its own. Without loss of generality, suppose my first card pull was the joker. The odds of that happening are $\frac{6}{162}=\frac{1}{27}$ . But then I have to make sure the rest of the card pulls are non- jokers and non-pairs. Here's the best I got it is virtually the same as finding $c$ but with one less card. That is $\binom{13}{7}$ represents the different ways to pull the $7$ different ranks, $4^7$ represents which suit each card is, and $\binom{161}{7}$ are the ways of pulling $7$ cards from the deck (minus one pulled joker). So $$j= \frac{1}{27}\cdot \frac{\binom{13}{7} 4^7}{\binom{161}{7}}.$$
Calculating $j$ is iffy to me. I was thinking alternatively representing a fraction for each card pull. That is $$j = \frac{1}{27}\cdot \frac{156}{161} \cdot \frac{144}{160} \cdot\frac{132}{159} \cdot \frac{120}{158} \cdot \frac{108}{157} \cdot \frac{96}{156} \cdot \frac{84}{155}.$$ Any help or clarification would be much appreciated. My friends are currently in a hot debate about it 🙂

Best Answer

The probability $c$ you get $8$ distinct $13$ non-joker ranks is

$$\frac{156 \cdot 144 \cdot 132 \cdot 120 \cdot 108 \cdot 96 \cdot 84 \cdot 72 }{162 \cdot161 \cdot160 \cdot159 \cdot158 \cdot157 \cdot156 \cdot155}$$

The probability $j$ you get $7$ distinct $13$ non-joker ranks and one joker (in any of the eight positions) is

$$8 \cdot\frac{6 \cdot 156 \cdot 144 \cdot 132 \cdot 120 \cdot 108 \cdot 96 \cdot 84 }{162 \cdot161 \cdot160 \cdot159 \cdot158 \cdot157 \cdot156 \cdot155}$$

So the probability of drawing a pair or more is $1 - c-j \approx 0.90656$