What is the fundamental concept behind counting in probability of poker hands?

  • Thread starter Thread starter caffeine
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion focuses on calculating the probabilities of specific poker hands, particularly "two pairs" and "three of a kind." The initial calculations presented are incorrect due to a misunderstanding of how to count the combinations without overcounting. It is clarified that when calculating two pairs, one must account for the fact that the order of pairs does not matter, leading to the need for adjustments in the counting method. The conversation emphasizes the importance of accurately defining the objects being counted and ensuring that each hand is counted only once. Overall, a clearer understanding of combinatorial counting principles is essential for determining the correct probabilities of poker hands.
caffeine
I'm trying to figure out the probabilities for various 5 card poker hands, and I'm not having a very good time of it.
Consider "two pairs".

For the 1st pair, there are \binom{13}{1} choices for denomination. Out of that, there are \binom{4}{2} choices for suit.

For the second pair, there are \binom{12}{1} choices for denomination (not 13, otherwise it'd be "4 of a kind"). And again, there are \binom{4}{2} choices for suit.

For the last card, there are \binom{11}{1} choices for denomination and \binom{4}{1} choices for suit.

There's a grand total of \binom{52}{5} things that can happen for 5 draws from 52 cards. So the probability for 2 pair should be:

<br /> \frac{\binom{13}{1}\binom{4}{2}\binom{12}{1}\binom{4}{2}\binom{11}{1}\binom{4}{1}}<br /> {\binom{52}{5}}<br />

which works out to be .095. A book I have says that two pair should be .048.As another example, consider 3 of a kind.

There are \binom{13}{1} choices for denomination of the "3 of a kind", and \binom{4}{3} choices for suit.

Now there are 2 cards left, and 12 denominations. So there are \binom{12}{2} ways of choosing a denomination for the two single cards, and each card can have any of \binom{4}{1} suits. So the probability for 3 of a kind should be:

<br /> \frac<br /> {\binom{13}{1}\binom{4}{3}\binom{12}{2}\binom{4}{1}}<br /> {\binom{52}{5}}<br />

which works out to be .0079. The book says .021.

At this point, I'm ready to admit there's a huge conceptual flaw in my head. There's something fundamental about counting that I'm just not "getting". Can someone please help clear my conceptual misunderstanding about counting?

Many thanks!
 
Last edited by a moderator:
Physics news on Phys.org
The way you went about finding it out for 2 pair, you made the order of the pairs matter, i.e. you counted two 5's and two 9's as a separate hand from two 9's and two 5's. A hand of two pairs consists of 3 denominations, so do 13C3 first. Then, of those three denominations, two of them are paired, so do 3C2. Finally, choose the suits.
 
On the second one you can break it down to:
\frac{\binom{13}{1}\binom{4}{3}\binom{12}{1}\binom{4}{1}\binom{11}{1}\binom{4}{1}}{2*\binom{52}{5}}
You have to divide by two because there's two ways to order the two single cards (similar to the first one in this aspect).
 
Last edited:
caffeine said:
<br /> \frac<br /> {\binom{13}{1}\binom{4}{3}\binom{12}{2}\binom{4}{1}}<br /> {\binom{52}{5}}<br />

which works out to be .0079. The book says .021.

For your expression, I get something closer to 0.00528.., which is roughly a fourth of the books answer. This missing factor of 4 comes in your last two cards, there are \binom{12}{2} choices for the denominations as you say, but \binom{4}{1} choices for each of these two cards suits, so you need another \binom{4}{1} factor.
 
Often times, counting just requires a good way to describe the objects being counted.

Let's consider how you tried to do two pair, but rephrase it from this perspective:

You have described a two pair as:
(1) A choice for the denomination of the first pair
(2) A choice of the two suits in the first pair
(3) A choice of the denomination for the second pair
(4) A choice of the two suits in the second pair
(5) A choice of the denomination for the last card.
(6) A choice of the suit for the last card.

Now you ask yourself:
(A) Can every two-pair be described this way?
(B) Is every such description a different hand?

The answer to (A) is, of course, yes. The answer to (B) is no, so this is no good! However, it can be salvaged by asking yourself how many times is each hand counted? In this case, every two-pair is counted exactly twice, so you simply have to divide the result by 2.

Of course, you could come up with a slightly different description that counts each two-pair exactly once.
 
Is math a tautology?

Poincare':The syllogism can teach us nothing essentially new,
and, if everything is to spring from the principle of identity, everything
should be capable of being reduced to it. Shall we then admit that the
enunciations of all those theorems which fill so many volumes are nothing
but devious ways of saying A is A?"
http://www.cs.nyu.edu/pipermail/fom/1999-February/002636.html

Not the case in poker hands because we model this from the real world.
 
Last edited:
This thread seems to be so old. But the topic is useful to those poker hopefuls who want to win. This may help a bit. After all, theories exist first before application.
 
Back
Top