treecatt
treecatt
  • Threads: 1
  • Posts: 4
Joined: Jan 12, 2013
January 12th, 2013 at 2:19:57 AM permalink
Some years ago I was in a limit Texas Hold'em game in which the top five pocket pairs were dealt. I've always wondered what the odds were of this happening. I've done some calculations but I'm not sure I did it correctly.

1 / [(4/52) * (3/51) * (4/50) * (3/49) * (4/48) * (3/47) * (4/46) * (3/45) * (4/44) * (3/43)] = 2.3e11

Would someone kindly confirm this is correct or, if not, provide the correct way to calculate (or estimate) the odds of this?

Thanks in advance to any helpful person regarding this matter.
DJTeddyBear
DJTeddyBear
  • Threads: 207
  • Posts: 10992
Joined: Nov 2, 2009
January 12th, 2013 at 4:44:12 AM permalink
No. You then have to divide by ( 10 * 9 * 8 * 7 * 6 ) since you don't really care who gets which pair.

I'm not sure, but there may be additional division as well.


And then you'd have the odds of it happening on the next hand. I.E. You have to divide by the total number of hands you ever played or will ever play, to get the odds that you'll ever witness such an event.
I invented a few casino games. Info: http://www.DaveMillerGaming.com/ ————————————————————————————————————— Superstitions are silly, childish, irrational rituals, born out of fear of the unknown. But how much does it cost to knock on wood? 😁
treecatt
treecatt
  • Threads: 1
  • Posts: 4
Joined: Jan 12, 2013
January 12th, 2013 at 1:10:45 PM permalink
Obviously, since I witnessed it happening the odds of it ever occurring is 100%. I was simply curious what the odds were of it happening on any one hand. I've played Hold'em for over 30 years and have seen this only once. Thanks for your help.
98Clubs
98Clubs
  • Threads: 52
  • Posts: 1728
Joined: Jun 3, 2010
January 12th, 2013 at 5:23:14 PM permalink
My informal math maybe incomplete, but I believe it to be about 1 in 137,622 deals.

52C20 * 10C5 / (52C2/6 * 50C2/6 * 48C2/6 * 46C2/6 * 44C2/6)

First term # of cards dealt to pocket
2nd term 5 of 10 Players dealt the hand
Denominator defines each pair as dealt (6 ways for each pair)
Some people need to reimagine their thinking.
AxiomOfChoice
AxiomOfChoice
  • Threads: 32
  • Posts: 5761
Joined: Sep 12, 2012
January 12th, 2013 at 5:41:37 PM permalink
Quote: DJTeddyBear

No. You then have to divide by ( 10 * 9 * 8 * 7 * 6 ) since you don't really care who gets which pair.



I think that the number you are looking for here is 10 choose 5, ie, 10!/5!5! (not 10!/5!).

Quote:

And then you'd have the odds of it happening on the next hand. I.E. You have to divide by the total number of hands you ever played or will ever play, to get the odds that you'll ever witness such an event.



You don't divide (or, rather, multiply) by the number of hands to get the probability that it happens at least once in that many hands. If that were true, you could get probabilities of over 100%, which is impossible.

The way to calculate this for independent events is (for n hands and an event that happens with probability p on one hand) 1 - (1 - p)^n.

In other words, the probability of it not happening on one hand is 1-p. Since the hands are independent, the probability of it not happening on any of n hands is (1-p)^n. Subtract from one to negate again and get the probability of it happening at least once in n hands, and you get 1 - (1-p)^n
AxiomOfChoice
AxiomOfChoice
  • Threads: 32
  • Posts: 5761
Joined: Sep 12, 2012
January 12th, 2013 at 5:46:42 PM permalink
Also, you can't just take the OP's numbers, and multiply by the numbers I mentioned. The problem is that you are double-counting the probability of two people getting one of the pairs (ie, one guy has AA, and someone else also has AA)
ThatDonGuy
ThatDonGuy
  • Threads: 117
  • Posts: 6268
Joined: Jun 22, 2011
January 12th, 2013 at 6:21:05 PM permalink
The odds depend on what you mean by "the top five pocket pairs were dealt".

Does it mean that five players had AA, AA, KK, KK, QQ, or five had AA, KK, QQ, JJ, TT (and, in the second case, do you want to assume that none of those were held by two players - e.g. it was not AA, AA, KK, QQ, JJ, TT)?
AxiomOfChoice
AxiomOfChoice
  • Threads: 32
  • Posts: 5761
Joined: Sep 12, 2012
January 12th, 2013 at 6:22:30 PM permalink
From the calculation that the OP gave, I assume he meant AA, KK, QQ, JJ, TT.
treecatt
treecatt
  • Threads: 1
  • Posts: 4
Joined: Jan 12, 2013
January 13th, 2013 at 2:20:10 AM permalink
The situation I was asking about is as you just stated. AA, KK, QQ, JJ, and TT dealt in a single hand of Hold'em.
teliot
teliot
  • Threads: 43
  • Posts: 2871
Joined: Oct 19, 2009
January 13th, 2013 at 7:45:38 AM permalink
Quote: treecatt

Some years ago I was in a limit Texas Hold'em game in which the top five pocket pairs were dealt. I've always wondered what the odds were of this happening. I've done some calculations but I'm not sure I did it correctly.

1 / [(4/52) * (3/51) * (4/50) * (3/49) * (4/48) * (3/47) * (4/46) * (3/45) * (4/44) * (3/43)] = 2.3e11

Would someone kindly confirm this is correct or, if not, provide the correct way to calculate (or estimate) the odds of this?

Thanks in advance to any helpful person regarding this matter.

It's early, and I'm not going to double check my work.

First, the answer depends on the number of players at the table. A full table has 10 seats, so we will assume all seats are full. You can see how to do the math 10 seats with this example, and modify it for whatever number of seats the table has.

For 10 seats, choose 5 of them for the premium hands. That's combin(10,5). Then, the hands can be arranged in any fashion in those 5 seats, so that's 5!. So, the number of ways the 5 premium hands can occur at the table is combin(10,5)*5! = 10*9*8*7*6 = 30240, in other words, this event can occur in 30240 ways. Another way to get the same result is that there are 10 locations for AA, then 9 locations for KK, then 8 locations for QQ, and so on.

Once the arrangement is fixed, you can go on to the probability of each particular hand in its location. The probability of AA in the first location is combin(4,2)/combin(52,2). After 2 cards are removed, the probability of KK in the second location is combin(4,2)/combin(50,2). The probability of QQ in the third location is combin(4,2)/combin(48,2). And so on.

The final answer (in a fashion you can copy/paste into Excel) is:

p = combin(10,5)*fact(5)*combin(4,2)^5/(combin(52,2)*combin(50,2)*combin(48,2)*combin(46,2)*combin(44,2)) = 0.00000013107, in other words, 1-in-7629256.

I may have made a mistake. That happens sometimes. My answer is the same as 98clubs, except for his term 52C20, which I don't understand. I have 5! in its place.
Climate Casino: https://climatecasino.net/climate-casino/
s2dbaker
s2dbaker
  • Threads: 51
  • Posts: 3259
Joined: Jun 10, 2010
January 13th, 2013 at 8:37:47 AM permalink
Quote: treecatt

Obviously, since I witnessed it happening the odds of it ever occurring is 100%. I was simply curious what the odds were of it happening on any one hand. I've played Hold'em for over 30 years and have seen this only once. Thanks for your help.

The odds of any uncommon event occurring during the course of playing Texas Hold'em (or any game for that matter) are quite common. If two people had been dealt pocket aces and two others dealt cowboys then you'd be here asking the same question but in context, rare events happen all the time. It's when a rare occurrence happens twice in a row that makes it special.

To illustrate:
The chances of getting dealt pocket rockets on a specific hand is 1 in 221.
The chances of getting dealt pocket rockets twice in a row without regard to when the first pair happened during the evening is still 1 in 221.
But during the course of a long evening, if you play 153 hands, you only have a 50% chance of seeing the first pair of pocket rockets.
Someday, joor goin' to see the name of Googie Gomez in lights and joor goin' to say to joorself, "Was that her?" and then joor goin' to answer to joorself, "That was her!" But you know somethin' mister? I was always her yuss nobody knows it! - Googie Gomez
treecatt
treecatt
  • Threads: 1
  • Posts: 4
Joined: Jan 12, 2013
January 13th, 2013 at 9:26:11 PM permalink
That's answer I came up with after further study since my original post.

Thanks to everyone for taking the time to answer this. Have a good year everyone!
AxiomOfChoice
AxiomOfChoice
  • Threads: 32
  • Posts: 5761
Joined: Sep 12, 2012
January 13th, 2013 at 9:42:23 PM permalink
Quote: teliot

It's early, and I'm not going to double check my work.

First, the answer depends on the number of players at the table. A full table has 10 seats, so we will assume all seats are full. You can see how to do the math 10 seats with this example, and modify it for whatever number of seats the table has.

For 10 seats, choose 5 of them for the premium hands. That's combin(10,5). Then, the hands can be arranged in any fashion in those 5 seats, so that's 5!. So, the number of ways the 5 premium hands can occur at the table is combin(10,5)*5! = 10*9*8*7*6 = 30240, in other words, this event can occur in 30240 ways. Another way to get the same result is that there are 10 locations for AA, then 9 locations for KK, then 8 locations for QQ, and so on.

Once the arrangement is fixed, you can go on to the probability of each particular hand in its location. The probability of AA in the first location is combin(4,2)/combin(52,2). After 2 cards are removed, the probability of KK in the second location is combin(4,2)/combin(50,2). The probability of QQ in the third location is combin(4,2)/combin(48,2). And so on.

The final answer (in a fashion you can copy/paste into Excel) is:

p = combin(10,5)*fact(5)*combin(4,2)^5/(combin(52,2)*combin(50,2)*combin(48,2)*combin(46,2)*combin(44,2)) = 0.00000013107, in other words, 1-in-7629256.

I may have made a mistake. That happens sometimes. My answer is the same as 98clubs, except for his term 52C20, which I don't understand. I have 5! in its place.



I believe that this is slightly incorrect. You are double-counting the case where two people pick up the same big pair. Eg:

Seat 1: AA
Seat 2: AA
Seats 3-6: KK-TT

You are counting this twice in your combin(10,5) term (once for the (1, 3, 4, 5, 6) combination, and once for the (2, 3, 4, 5, 6) combination), but it should only be counted once.
  • Jump to: