Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > General Gambling > Probability
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-18-2003, 03:57 PM
WPTDan WPTDan is offline
Junior Member
 
Join Date: Feb 2003
Posts: 5
Default WPT Post-Producer seeks help


Howdy Poker/Computer Experts!

My name is Dan Abrams and I'm the Post Producer for the World Poker Tour. I also wrote&produced the 2000 World Series of Poker for the Discovery Channel(when Ferguson won). However another Dan Abrams wrote a book on poker with Epstein.

We here at the WPT like putting interesting factoids & trivia in the bumpers (as the show goes to commercial).

We have high standards and have to make 13 episodes and 18 bumpers per. So we need some help.

We want to supply accurate stats on the following questions:

1) If you have pocket kings, what are the odds you'll run into pocket aces in a 9 handed game? (And in a 4 handed game?). Is it just the negative parlay of 1:220 to the 8th power (and thus about 1/25)?

2) If you have pocket queens, what are the odds you'll run into pocket aces or pocket kings in a 9 handed game? (and in a 4 handed game?)

3) If you have pocket jacks, what are the odds you'll run into pocket aces or pocket kings or pocket queens in a 9 handed game? (and in a 4 handed game?)

4) If you have Ace-King, what are the odds you'll run into pocket aces or pocket kings, nine handed? And 4 handed?

5) If you have Ace-Queen, what are the odds you'll run into pocket aces or pocket kings or pocket queens, nine handed? And 4 handed?

Thank you for your gracious efforts and consideration.

Sincerely,

Dan Abrams
Reply With Quote
  #2  
Old 02-18-2003, 06:33 PM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,636
Default Re: WPT Post-Producer seeks help

1) If you have pocket kings, what are the odds you'll run into pocket aces in a 9 handed game? (And in a 4 handed game?). Is it just the negative parlay of 1:220 to the 8th power (and thus about 1/25)?

Your approximation using 220:1 would actually give 1-(220/221)^8 = 1/28. You really want to use 204:1 since you having kings means there are only 50*49/2 = 1225 remaining hands possible, so the odds of AA are 1225/6 = 204:1. Then 1-(203/204)^8 = 1 in 25.9. The exact answer does turn out to be 1 in 25.5 as you said. The exact answer is more difficult since the player's hands are not independent, that is, certain hands make AA more or less likely. We must also consider the possibility of more than one player having AA. That could be ignored in this problem because it is small, but we cannot ignore it in some of your other problems. This is how the exact answer must be computed:

[ 6*8*P(48,14)/2^7 - C(8,2)*P(46,12)/2^6 ] / [ P(50,16)/2^8 ]
= 1 in 25.5.

The denominator is the number of ways to deal hands to the remaining 8 players. It is the number of ways to deal 16 cards out of 50, and then we divide by 2^8 since we don't care about the order of the 2 cards in each player's hand. The first term in the numerator says there are 6 ways a player can have AA, there are 8 players that can have AA, and there are P(48,17)/2^7 ways to deal the remaining hands to 7 players. This would double count cases where two players get AA, so the second term in the numerator subtracts this off. This is so small it could be ignored in this problem.

For 4 players this becomes:

[ 6*3*P(48,4)/2^2 - C(3,2)*P(46,2)/2^1 ] / [ P(50,6)/2^3 ] = 1 in 68.1


4) AK vs. AA or KK

This problem is similar to 1 except there are now 9 ways that two players could have AA or KK. Note that no more than two players can have these hands, and one must have AA while the other has KK. There are still 6 ways for a player to have AA or KK.

9 handed:

[ 6*8*P(48,14)/2^7 - 9*C(8,2)*P(46,12)/2^6) / [ P(50,16)/2^8 ]
= 1 in 25.6

4 handed:

[ 6*3*P(48,4)/2^2 - 9*C(3,2)*P(46,2)/2^1 ] / [ P(50,6)/2^3 ]
= 1 in 68.1


The other problems are done similarly, but they will be more time consuming because there are more ways that multiple players can have better hands that we must consider. This means more terms to be added together. The worst case is problem 3 where up to 6 players could have a better hand. This would require 6 terms to be computed, however, some of these could be ignored. Basically you compute terms until they become sufficiently small. The second term is subtracted, the 3rd is added, and so on alternately. This is called the inclusion-exclusion principle.

Reply With Quote
  #3  
Old 02-18-2003, 11:29 PM
Mason Malmuth Mason Malmuth is offline
Senior Member
 
Join Date: Aug 2002
Location: Nevada
Posts: 1,831
Default For Dan

Hi Dan:

I didn't read all of BruceZ's post, but let me assure you that he knows his stuff.

For everyone else, David and I met Dan Abrahms a couple of years ago when he interviewed us for the WSOP show that was shown on The Travel Channel. He did a great job then, and I'm sure he'll be top notch for the WPT.

Best wishes,
Mason
Reply With Quote
  #4  
Old 02-21-2003, 08:01 PM
WPTDan WPTDan is offline
Junior Member
 
Join Date: Feb 2003
Posts: 5
Default Thanks Mason - Re: For Dan

Dear Mason,

Thanks for the endorsements (of Bruce's scholarship and my experience).

I've always loved twoplustwo!!!

Stay groovy,
Dan Abrams
Reply With Quote
  #5  
Old 02-28-2003, 03:24 AM
J'adoube J'adoube is offline
Member
 
Join Date: Feb 2003
Posts: 36
Default Re: WPT Post-Producer seeks help

I get another answer for how often someone has A's when a particular player
has K's.

Here's how I got it:

P(no one has A's)

=P(no other A's are out) + P(one A is out) +P(two A's are out)((no one has
AA (given only two A's are out) ) +P( 3 A's are out)(no one has AA)
+P(4A's are out) (no one has AA)

When i say n A's are out i mean the total numbers of A's held by the active
players.

So this is (for 9 players)=

(32C4)/ (50C4) + (32C3)(18C1)/(50C4)
+ 32C2(18C2)/(50C4) [(9C2)2^2/(18C2)]
+ 32C1(18C3)/(50C4) [(9C3)2^3/(18C3)]
+(18C4)/(50C4) [(9C4)2^4/(18C4)]

= .9560...

So the probability someone has A's is .0439...

or the odds someone has it is 21.76 to 1.
Reply With Quote
  #6  
Old 02-28-2003, 08:17 AM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,636
Default Re: WPT Post-Producer seeks help

P(no one has A's)

=P(no other A's are out) + P(one A is out) +P(two A's are out)((no one has
AA (given only two A's are out) ) +P( 3 A's are out)(no one has AA)
+P(4A's are out) (no one has AA)



This approach will work, but your evaluation of all the terms is wrong. I have evaluated your terms correctly, and I get exactly the same answer I reported earlier.

For example, the probability of no aces being dealt is C(46,16)/C(50,16) = 0.201. That is, there are C(50,16) ways to choose the remaining cards for the 8 players, and C(46,16) of these have no ace. It is not C(32,4)/C(50,4) = 0.156 as you said. Apparently you are counting the number of ways the 4 aces can be arranged in the undealt cards (which would be C(34,4) by the way) divided by the number of ways they can be in 50 cards. This doesn't work since it doesn't count all the combinations generated by the other cards. You can't just focus on aces. If you want to focus on the undealt cards, you can say there are C(50,34) total ways to choose them, and there are C(46,30) ways to make sure they have all the aces, so C(46,30)/C(50,36) = 0.201 as before. Your other terms have similar problems.

Here is the proper evaluation of your terms:

1/C(50,16)*[
C(46,16) +
4*C(46,15) +
6*C(46,14)*[ 1 - 8/C(16,2) ] +
4*C(46,13)*[ 1 - 3*8/C(16,2) ] +
C(46,12)*[1 - ( 6*8/C(16,2) - C(8,2)/C(16,4) ) ] = 1 in 25.6.

For the last 3 terms, I used the trick of mulitiplying the probability of a single AA by 8 players. This works when there is no possibility of 2 players having AA. For the last term 2 players can have AA, so the probability of all pairwise AA is subtracted off. This produces exactly the same answer as the exact method I used earlier to all decimal places. This method would become cumbersome for the other problems.

Incidentally, when I evaluate the (incorrect) expression you gave, I get 1 in 7.3, not 1 in 21.76.

BTW, another distinguished poster has PMed me that he has repeated all my calculations by the exact method and got the same answers I did. I won't mention his name in case he doesn't want to take credit/responsibility [img]/forums/images/icons/smile.gif[/img]
Reply With Quote
  #7  
Old 02-28-2003, 08:53 AM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,636
Default Re: WPT Post-Producer seeks help

I take it back about the evaluation of your (incorrect) expression, it does come out to 1 in 22.76, but it is incorrect nonetheless.
Reply With Quote
  #8  
Old 03-01-2003, 03:03 AM
J'adoube J'adoube is offline
Member
 
Join Date: Feb 2003
Posts: 36
Default Re: WPT Post-Producer seeks help

Poster: BruceZ
Subject: Re: WPT Post-Producer seeks help

" I take it back about the evaluation of your (incorrect) expression, it does come out to 1 in 22.76, but it is incorrect nonetheless. "

I don't think so. I noted before that this is for a ten handed game and I think everyone else did it for a ninehanded game.


I did redo it for a nine handed game and got 24.60 to 1, not the number
you stated.
Reply With Quote
  #9  
Old 03-01-2003, 01:06 AM
J'adoube J'adoube is offline
Member
 
Join Date: Feb 2003
Posts: 36
Default Re: WPT Post-Producer seeks help

"This approach will work, but your evaluation of all the terms is wrong. I have evaluated your terms correctly, and I get exactly the same
answer I reported earlier. "

I did notice one problem I assumed there was 9 *other players* not 8.



" For example, the probability of no aces being dealt is C(46,16)/C(50,16) = 0.201. That is, there are C(50,16) ways to choose the remaining
cards for the 8 players, and C(46,16) of these have no ace. It is not C(32,4)/C(50,4) = 0.156 as you said. Apparently you are counting the
number of ways the 4 aces can be arranged in the undealt cards (which would be C(34,4) by the way) divided by the number of ways they
can be in 50 cards. This doesn't work since it doesn't count all the combinations generated by the other cards. You can't just focus on aces.
If you want to focus on the undealt cards, you can say there are C(50,34) total ways to choose them, and there are C(46,30) ways to make
sure they have all the aces, so C(46,30)/C(50,36) = 0.201 as before. Your other terms have similar problems. "

I am almost certain what I said is correct (which you say is incorrect) that is If one takes out two K's,

the probability no A's are out if two cards are dealt to 9 other players is the probability no A's are out is the probability the 4 A's are distribulted amoung the other 32 ((52-20)) cards. And thats 32C4/(50C4). Though this should equal (as you said) 46C18/ 50C18.

Ill look at it again.
Reply With Quote
  #10  
Old 03-01-2003, 05:21 AM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,636
Default Re: WPT Post-Producer seeks help

I said:
" For example, the probability of no aces being dealt is C(46,16)/C(50,16) = 0.201. That is, there are C(50,16) ways to choose the remaining
cards for the 8 players, and C(46,16) of these have no ace. It is not C(32,4)/C(50,4) = 0.156 as you said. Apparently you are counting the
number of ways the 4 aces can be arranged in the undealt cards (which would be C(34,4) by the way) divided by the number of ways they
can be in 50 cards. This doesn't work since it doesn't count all the combinations generated by the other cards. You can't just focus on aces.
If you want to focus on the undealt cards, you can say there are C(50,34) total ways to choose them, and there are C(46,30) ways to make
sure they have all the aces, so C(46,30)/C(50,36) = 0.201 as before. Your other terms have similar problems. "


You said:

I am almost certain what I said is correct (which you say is incorrect) that is If one takes out two K's,

the probability no A's are out if two cards are dealt to 9 other players is the probability no A's are out is the probability the 4 A's are distribulted amoung the other 32 ((52-20)) cards. And thats 32C4/(50C4). Though this should equal (as you said) 46C18/ 50C18.



Agreed. Disregard my comments about focusing on the aces, your way is fine, that wasn't the problem. The only issue here is 9-handed vs. 10-handed. Your evaluation is correct for 10-handed, and can be easily adjusted for 9-handed. WPTDan was interested in 9-handed, so that is what I answered. I get the same anwer as you for 10-handed by my method. I also get the same answer as I reported originally for WPTDan for 9-handed using your method (as did irchans).

So comparing our methods:

10 handed:
P(no aces out given we have KK) =
C(46,18)/C(50,18) my way focusing on dealt cards
= C(46,28)/C(50,32) my way focusing on undealt cards
= C(32,4)/C(50,4) your way focusing on only aces

P(no AA given 2 aces out) =
1 - 9/C(18,2) my method
C(9,2)*2^2/C(18,2) your method


9 handed:
P(no aces out given we have KK) =
C(46,16)/C(50,16) my way focusing on dealt cards
= C(46,30)/C(50,34) my way focusing on undealt cards
= C(34,4)/C(50,4) your way focusing on only aces

P(no AA given 2 aces out) =
1 - 8/C(16,2) my method
C(8,2)*2^2/C(16,2) your method

And you used your way for a compact evaluation of no one having AA for the other numbers of aces being out as well. This provides an advantage in certain cases. I will add the counting method you used here to my bag of tools.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:41 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.