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 11-03-2003, 06:10 PM
M.B.E. M.B.E. is offline
Senior Member
 
Join Date: Sep 2002
Location: Vancouver, B.C.
Posts: 1,552
Default What\'s the chance one of my opponents has a flush draw?

Here's a problem I've been wondering about for some time, with some major implications for correct holdem strategy.

Suppose I'm in the big blind with Ah-Jd and take the flop with four opponents. The flop is Js-7s-2d. What is the probability that at least one of my opponents has a flush draw?

Notice that I haven't specified the preflop action: whether there was a raise, whether the players are in early, middle, or late position, etc. My instinct is that this shouldn't make too much of a difference to the solution.

Obviously to answer this question you'll have to make some assumptions about what hands my opponents will play and what hands they will throw away preflop. Be sure to state your assumptions. Hopefully you can come up with assumptions that would reasonably approximate a typical holdem game (let's say the Mirage 20-40 if you need a reference point) but still make the problem easy to calculate. For example, you might say "assume my opponents will play anything in Groups I through V of the Sklansky hand rankings, and nothing else". Or if that turns out to be too complicated, you might say "assume my opponents will play any pocket pair, any suited ace, any suited connector 76 or bigger, and AK, AQ, AJ, AT, and KQ offsuit, and nothing else".

By the way, my guess is that whatever reasonable assumptions you make, the answer will turn out to be between 40 and 50%. One of the reasons I ask this question is that a lot of times when we're discussing hands on another forum, it's assumed that on a two-tone flop, you're probably up against a flush draw; I'd like to know whether that's correct.
Reply With Quote
  #2  
Old 11-03-2003, 09:49 PM
Wake up CALL Wake up CALL is offline
Senior Member
 
Join Date: May 2003
Posts: 1,591
Default Re: What\'s the chance one of my opponents has a flush draw?

Do you mean a one card flush draw, a runner runner flush draw, either or both?

Reply With Quote
  #3  
Old 11-03-2003, 10:50 PM
M.B.E. M.B.E. is offline
Senior Member
 
Join Date: Sep 2002
Location: Vancouver, B.C.
Posts: 1,552
Default Re: What\'s the chance one of my opponents has a flush draw?

[ QUOTE ]
Do you mean a one card flush draw, a runner runner flush draw, either or both?



[/ QUOTE ]
I mean the opponent's hole cards are both spades.
Reply With Quote
  #4  
Old 11-04-2003, 01:20 AM
Copernicus Copernicus is offline
Senior Member
 
Join Date: Jun 2003
Posts: 1,018
Default Re: What\'s the chance one of my opponents has a flush draw?

Without taking into account likely calling hands, the random chance of at least 1 of 4 opponents having two cards that match the suited part of a two-tone board is only about 23%. I doubt that factoring out non-calling hands would change that much, certainly nowhere near the 40% range
Reply With Quote
  #5  
Old 11-04-2003, 01:52 AM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,636
Default Re: What\'s the chance one of my opponents has a flush draw?

Without taking into account likely calling hands, the random chance of at least 1 of 4 opponents having two cards that match the suited part of a two-tone board is only about 23%.

No it's not. It is less than 11/47 * 10/46 * 4 = 20.3%.

In fact, it is exactly:

C(4,1)*C(11,2) / C(47,2) -
C(4,2)*C(11,4) / C(47,4) +
C(4,3)*C(11,6) / C(47,6) -
C(4,4)*C(11,8) / C(47,8) +
= 19.3%

Note: The first line is the same as 11/47 * 10/46 * 4.

If you want to do this for a particular group of starting hands, just replace the 11's with the actual number of possible flush cards your opponents could hold, and replace 47 with the total number of possible cards your opponents could hold. You can do this for different raising situations too. In fact, there is no reason everyone shouldn't have a good idea what these numbers are for different situations. Make a spreadsheet.
Reply With Quote
  #6  
Old 11-04-2003, 05:45 AM
M.B.E. M.B.E. is offline
Senior Member
 
Join Date: Sep 2002
Location: Vancouver, B.C.
Posts: 1,552
Default Re: What\'s the chance one of my opponents has a flush draw?

Thanks, Bruce. That method makes sense. I appreciate it.
Reply With Quote
  #7  
Old 11-04-2003, 02:26 PM
jwp jwp is offline
Member
 
Join Date: Sep 2003
Location: DC
Posts: 70
Default Re: What\'s the chance one of my opponents has a flush draw?

My college probability course is now 18 years in the past. Would you mind breaking down the setup of the equation you used:

[ QUOTE ]
C(4,1)*C(11,2) / C(47,2) -
C(4,2)*C(11,4) / C(47,4) +
C(4,3)*C(11,6) / C(47,6) -
C(4,4)*C(11,8) / C(47,8) +
= 19.3%


[/ QUOTE ]

I understand the notation, just not the "why".

Thanks,
jwp22
Reply With Quote
  #8  
Old 11-04-2003, 02:49 PM
Copernicus Copernicus is offline
Senior Member
 
Join Date: Jun 2003
Posts: 1,018
Default Re: What\'s the chance one of my opponents has a flush draw?

I said "about". I wasnt "about" to do the exact calculation in the middle of a tourney at 12:30 AM! The point was his estimate was way off.
Reply With Quote
  #9  
Old 11-04-2003, 08:10 PM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,636
Default Re: What\'s the chance one of my opponents has a flush draw?

Would you mind breaking down the setup of the equation you used:


Quote:
--------------------------------------------------------------------------------

C(4,1)*C(11,2) / C(47,2) -
C(4,2)*C(11,4) / C(47,4) +
C(4,3)*C(11,6) / C(47,6) -
C(4,4)*C(11,8) / C(47,8) +
= 19.3%


I'm using the inclusion-exclusion principle, which you most likely didn't cover in your probability course anyway, at least not in this detail. You can find many explanations of this by me on this forum if you do a search. Basically, the 4 lines correpond to 1,2,3,and 4 people having the flush. The first 3 lines purposely overcount the times that more people have it. For example, the first line counts the times exactly 1 opponent has it once, but it counts the times exactly 2 people have it twice, exactly 3 people 3 times, etc. Each term makes successive corrections to this, until on the 4th line the answer becomes exact. Normally this becomes very close after the first couple of terms. C(4,n) correponds to the number of players who have it. C(11,2n) correpond to the ways n players can have flush cards. C(47,2n) correponds to the ways n players can have n cards.
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 03:31 PM.


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