PDA

View Full Version : Odds to flop a draw?


Net Warrior
06-17-2003, 11:14 PM
Can someone help me figure out the chances of flopping a draw, either a 4-str8 or a 4-flush, when you have a meduim suited connected hands like 87s? Thanks in advance.

BruceZ
06-18-2003, 02:39 AM
We had a thread about this recently. Here is my solution with a few typos corrected. The answer is 19.3%. I am very confident in this answer because the same answer was obtained by a completely different and much more complicated method. The following method produces the answer with a minimal number of steps. I am assuming we have JTs instead of 87s, and this is equivalent.

First find the probability of flopping exactly a 4-flush draw without the cards for a straight draw. We can always flop a 4-flush draw without the straight draw cards if we flop a 4-flush draw with no more than 1 of the 4 denominations 8,9,Q, or K (more than one of the same denomination is OK). We can also always do it when we flop only the denominations 8,K. We can also always do it if we flop only 8,Q or 9,K so long as we don’t flop exactly 8,Q,A or 7,9,K, since these are the only double belly buster draws. These are all the cases, since the other combinations of two cards 8,9; 9,Q; and QK are straight draws. So now we count the cases.

No 8,9,Q,K: C(7,2)*27 = 567
Exactly 1 denomination of 8,9,Q,K: 4*7*30 + C(7,2)*12 = 1092
8,K: 2*3*7 + 1*33 = 75
8,Q but not 8,Q,A: 2*3*6 + 1*30 = 66
9,K but not 7,9,K: same as above = 66

Where I have added two terms, the first is for exactly 1 of the listed cards being a flush card. The second term is for either exactly 0 or 2 of the listed cards being flush cards, as appropriate to the case. Exactly 1 denominaton means multiple of same denomination still OK.

(567 + 1092 + 75 + 66 + 66)/C(50,3) = 9.5%. This is the probability of a clean flush draw.

Now the probability of a flush draw including the times we also make a straight draw or straight is C(11,2)*39/C(50,3) = 10.9%. So the probability of making a flush draw while at the same time also making either a straight draw or straight is 10.9% - 9.5% = 1.4%. The probability of making a straight draw or straight including the times we also make a flush draw is [ 3(12*42 + 4*33 + 6*4*2) + 4*4*4*2-2 ]/C(50,3) = 11.1%. Therefore, the probability of a straight draw or a straight is 11.1% - 1.4% = 9.7%. The probability of a straight including straight-flush is 4*4*4*4/C(50,3) = 1.3%, so the probability of a clean straight draw is 9.7% - 1.3% = 8.4%. The probability of a straight draw or a flush draw or both is 9.5% + 11.1% - 1.3% = <font color="red">19.3%</font color> which is what you wanted to know.

So in summary:

P(clean flush draw) = 9.5%
P(clean straight draw) = 8.4%
P(clean straight draw OR clean flush draw not both) = 17.9%
<font color="red">P(clean straight draw OR clean flush draw OR both) = 19.3%</font color>
P(both clean straight AND clean flush draw) = 1.4%

Net Warrior
06-18-2003, 07:09 AM
Bruce,
I've been reading through some of your other posts recently and was hoping you'd respond to this one. Now I see that this problem was more complicated then I realized. I've reread your answer several times but need to go over it some more. So, bottem line, it's about 4.2 to 1 to flop an 8 outer or better(I think). Thanks again.

BruceZ
06-18-2003, 10:13 AM
Right, 4.2-1. It is complicated mainly because the exact answer requires that we compute the probability of flopping just a flush draw by itself without a straight draw, so that we can add that to the probability of flopping a straight draw which may include a flush draw, 9.5% + (11.1%-1.3%) = 19.3%. It is relatively easy to compute the probabilities of a straight draw which may include a flush draw, or a flush draw which may include a straight draw similar to what I did in the 2nd to the last paragraph. We can't just add these two together or we would be double counting the times we flop both draws. If we did add these numbers our answer would be off by 1.4%, so we would get 3.8-1 instead of 4.2-1. That's still a reasonable approximation, and a whole lot easier to compute than the exact answer as is often the case. For the exact answer, we had to compute the probability of making at least one of these draws without making the other draw, and then we can get the other one by subtracting as I did. I chose to compute the probability of a flush draw by itself rather than a straight draw by itself as this looked easier. I did a little more arithmetic at the end than was necessary to just answer your question because I was also interested in getting the probability of flopping just a straight draw by itself without the flush draw, since we get this almost for free once we've come this far.

Copernicus
06-18-2003, 11:14 AM
H'eA gets 19.8% for 87s, close enough not to figure out why there is a difference. You may also want to add 2.23% for completed straight or better hands flopped.

BruceZ
06-18-2003, 11:49 AM
WHO gets 19.8%? If this is from a book, please give the page number. I have never seen this exact stat quoted anywhere.

Copernicus
06-18-2003, 01:54 PM
H'eA = Hold'em Analyzer (software)

Copernicus
06-18-2003, 03:01 PM
I checked it manually and agree with the software, although I havent figured out where it differs from yours.

The approach I used:

All two flushes are easy C(11,2)*C(39,1)/19600 = 10.94% and agrees with H'eA.

The regular open ended straights of 6 and 9 5 and 6 or 9 and 10 ie (3 sets of card combos):

With non in the original suit 6/50 * 3/49 * 37/48 * 3 card combos * 3 (position the non straight card is drawn in) = .0509 (the numerators take into account the order of the straight cards, by allowing all 6 first and only 3 second)

With one non-straight card in the orginal suit:
6/50 * 3/49 * 11/48 * 3 card combos * 3 position of the non straight card = .0152

With one straight card in the original suit
2/50 * 3/49 * 37/48 *3 card combos *3 positions = .0170

double belly buster, none of the suit

9/50 * 6/49 * 3/48 * 2 (sets of ddbs) = .0028 (position is already incorporated in the numerators)

dbb one of the suit

3/50 * 6/49 * 3/48 * 2 (sets of dbbs) * 3 (order of the suited card) = .0028

Total straight draws not 2 or 3 flushes = .0886

Grand total = 19.80%

BruceZ
06-19-2003, 01:32 PM
The only difference is that I am not including double belly busters. With that 0.55% taken into account, our answers agree. I even went out of my way to exclude the double belly busters which were also flush draws, but those double belly busters at least really should have been included. This would add less than 0.1% onto my answer for not including double belly busters, bringing it to 19.4%.

I like your method. It represents the other possible method which I alluded to. Your method counts the straight draws that are not flush draws and then adds that to all flush draws. My method counts the flush draws that are not straight draws and adds that to all straight draws. Since we agree, we can be sure we have the right answers, 19.8% w/double belly busters, and 19.4% w/o double belly busters. Good job.

Copernicus
06-19-2003, 01:42 PM
gmta, brucez /forums/images/icons/cool.gif

Net Warrior
06-19-2003, 07:39 PM
OK, so that brings us up to 4.05 to 1. Wow, I had no idea the odds were that good.

So, if we add in 2.23% for completed straight or better hands flopped, that's a whopping 3.5 to 1.

This info plus the ideas in the link listed below changes the way I've been treating these hands.

Thanks guys.

Here is an interesting link I found on these boards related to "jamming" draws on the flop.

http://web.archive.org/web/20010301223434/http://izmet.desetka.si/jamming.html

BruceZ
06-20-2003, 02:28 PM
After looking at this some more, I realized that my original calculation did in fact include double belly busters. I excluded double belly busters when I computed the clean flush draws, but they were all added back at the end when I compute the straight draws. I am attempting to compute the same thing that Copernicus is attempting to compute. On the other hand, there are several problems with the Copernicus calculation (for straight draws, not the solar system). /forums/images/icons/smile.gif

1. Some of the 37 cards will produce pairs, and these are being counted more than once. The pairs should be separated out.

2. Some of the 37 cards will produce straights which we don't want to count.

3. We cannot just multiply by 3 for 3 2-card combinations since some of these 3 will include the same flops.

4. For the case where the straight card is paired, we should multiply by 6 instead of 3 since 2*3 does not take into account order.

I have not yet fixed the Copernicus calculation so it gives the same answer as my method. I don't know why the software agrees with it. Does this software enumerate all possible flops, or is it just a simulation? I know that the clean flush draw part of my calculation is correct because it was verified by an independent method. This is the hard part, the rest is fairly straightforward. For now I stand by my original calculation of 19.3% including double belly busters.

Collin O'Mahon
09-03-2003, 02:00 AM
why aren't you also including the probability of flopping a gutshot straight too (you only seem to be looking at either (a) open-ended straights, or (b) double gutshots).

For example, in case of 87s hole cards, a flop of 54x or JTx (x excludes cards allowing for a double-gutshot draw).

what am i missing here?

Bozeman
09-03-2003, 02:16 AM
Why isn't it (relatively) easy to compute the probability of str8 draw, add the prob. of flush draw, and subtract the prob. of str8 flush draw? Because of made str8's and flushes?

Craig

BruceZ
09-03-2003, 02:38 AM
You ask me this *now*, months later when I'm drunk off my ass? /images/graemlins/grin.gif

It was just harder. As I remember, it had to do with the possibility of the board pairing. I didn't have time to fix Copernicus' stuff, but I should, because if I get the same answer then it's really solid. I'm pretty sure my stuff is right because the hard part was verified independently from a fixed version of my nemesis' calculation (not Copernicus, the other C), and the straights were derived almost trivially from that.

"I'm pretty sure it's right....Maybe I don't want to spend the rest of my life explaining sh*t to people like you so you can f*ck it up. Do you have any idea how easy this is for me? I mean this is a f*ckin' joke!"

Professor: (kneeling over charred remains of proof): "You're right. I can't do this proof. I'm sorry I ever met you. Because then I wouldn't have to face every day knowing that someone like you is out there...and I wouldn't have to watch you throw it all away."

- Goodwill Hunting, I can't watch this without choking on tears.

BruceZ
09-03-2003, 02:41 AM
Hi Collin,

I wasn't interested in guthshots for this particular post. Someone asked about the probability of flopping 4-flushes and outside straight draws. For the discussion we are currently engaged in, I'm sweeping the gutshots under the rug and out the door because you don't play them nearly as often.

-Bruce

Collin O'Mahon
09-03-2003, 03:08 AM
Thanks for the quick reply.

The original poster asked, "Can someone help me figure out the chances of flopping a draw, either a 4-str8 or a 4-flush, when you have a meduim suited connected hands like 87s?"

A flopped single-gutshot straight is a 4-straight draw, right? So technically perhaps his question encompassed single gutshots too.

After the flop, you are a 5.07 to 1 dog for making the single gutshot. As long as there are no flush possibilities so far, and the game is loose, the pot odds may be there to pursue this...

BruceZ
09-03-2003, 03:27 AM
A flopped single-gutshot straight is a 4-straight draw, right? So technically perhaps his question encompassed single gutshots too.

No, 4-straight means outside straight draw. It's a little confusing, it means you already have 4 cards to the straight, not 4 outs. I'm also not considering 1-card straights.


After the flop, you are a 5.07 to 1 dog for making the single gutshot. As long as there are no flush possibilities so far, and the game is loose, the pot odds may be there to pursue this...

You have to have implied odds (from other bettors after you make your hand) of 11-1 to make it it 1 card. 5-1 probably isn't enough, maybe 8-1.

Collin O'Mahon
09-03-2003, 01:19 PM
I thought that a 4-straight meant that of any 5-card completed straight hand, you have 4 cards already. regardless of the number of outs.

So, with a single gutshot straight, you already have 4 of the necessary 5 cards. With a double-gutshot, you also have 4 of the necessary 5 cards, but of course have more outs.

If you include double-gutshots, I'm still unsure as to why you don't include single-gutshots.

BruceZ
09-03-2003, 03:11 PM
I thought that a 4-straight meant that of any 5-card completed straight hand, you have 4 cards already. regardless of the number of outs.

I guess "outside straight" would be less confusing. You're right, even gutshots mean you have 4 cards.


If you include double-gutshots, I'm still unsure as to why you don't include single-gutshots.

Double-gutshots have the same number of outs as outside straight draws. I was only interested in the 8 out straight draws here, and the 9 out flush draws. That's what someone asked about, how often you flop each of these draws. Gutshots are played much less often because the pot is often not big enough unless you have good implied odds. I also wasn't interested in straight draws where you only have one of the cards in your hand. Those aren't very strong draws, they are often dominated or counterfeited.

Net Warrior
09-05-2003, 12:23 AM
I realize that my original question was not precise. What I wanted to know was how often you flop 8 outs or better. So, double belly buster str8s should be included in the calculation as well as all better hands (my original thought was 2 pair or better for a made hand to qualify)

Copernicus
09-05-2003, 01:18 AM
And I think that was answered that way early on.

I still stand by the 19.8% for all 8 and 9 out draws, BruceZs objections notwithstanding. Hold em Analyzer uses a precise calculation, not a simulation for this type of calculation, and I was able to reproduce it above, and have never found an error in HeA.

BruceZ
09-05-2003, 04:11 AM
I still stand by the 19.8% for all 8 and 9 out draws, BruceZs objections notwithstanding.


I don't know if you saw this post a few back.

list (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=280478&amp;page=0&amp;view=ex panded&amp;sb=5&amp;o=14&amp;fpart=)

There's no question that you're overcounting the paired flops. These need to be separated out. This is a very common issue with this type of calculation. You also have overlaps between cases, straights being included, and a place where order isn't being handled right. My calculation for the flushes was verified a completely independent way. I don't know what you're asking the program to compute, it seems to be including something else like straights. I'll try to bring your answer inline with the other two methods if I have time, it's kind of a pain, but we can definitely do it. It took me awhile to fix Cyrus' too.


Will: "Do you have any idea how easy this is for me? I mean this is a f*ckin' joke! And I'm sorry you can't do this, I really am, because then I wouldn't have to sit here and watch you fumble around and f*ck it up!"

-Good Will Hunting

ccwhoelse?
09-05-2003, 09:32 AM
middle size connectors would give you a straight draw 8.4% of the time but what about higher and lower connectors that can make less then four possible straights?

Copernicus
09-05-2003, 11:35 AM
I'm not sure what you mean "overcounting the paired flops". If a flop gives 2 of the suit, and the third card happens to pair, it is counted because it still gives a flush draw. the fact that there are other draws to better or worse hands, doesnt matter. Also, in my enumeration I only see them counted once.

I would not be surprised if there was an order problem, I screw that up frequently. However, since it matches the software, there is likely to be an offsetting error.

As far as what I am "asking the software to do", you simply input the two starting cards and it enumerates all of the flop and turn drawing possibilities. Unfortunately the evaluation version only lets you see the turn and river possibilities and not the flop, or I would suggest trying it out.

when I get to my other computer I will copy down all of the flop possibilities, which may give you a flash of insight as to where you differ from it. (I tried to post a .bmp of the screen output here, but cant figure out how to do it. The image code below only lets you link to an image on the web, not a file. Attaching files is apparently disabled here. I could email the .bmp to anyone interested in all of the output for this problem.

(I am not a shill for HeA or its author Tristan Steiger, though i wish he had the time to write some software for me!)

One thought I had re offsetting errors might be (without looking back in detail right now) double counting double belly busters that are also flush draws?

slider77
09-05-2003, 05:20 PM
I've seen the number 10.94% for a 4-flush flop.

Here's how I do the math:

11/50*10/49*39/48 X 3 = .1094

BruceZ
09-21-2003, 06:18 AM
Copernicus,

I reworked your solution, and it now agrees with mine to all decimal places. The final answer is 19.1%. Your answer was previously 19.8%. I also corrected a problem with my solution which previously gave 19.3%.

Below is your original solution in italics with your original numbers that I'm changing marked in red. My changes are explained beneath each step with numbers or formulas I've changed marked in blue. Hopefully this will allow you to see very clearly exactly what I have modified.

Your Method

All two flushes are easy C(11,2)*C(39,1)/19600 = <font color="red">10.94%</font> and agrees with H'eA.

You have to subtract off the ones that also make straights. There are 4*3*3 of these since there are 4 straights, 3 ways to pick the rank of the non-flush card, and 3 ways to pick the suit non-flush card. So we <font color="blue">subtract 4*3*3/C(50,3)</font> to get <font color="blue">10.76%</font>. Some of the flops enumerated by the software must have been straights.


The regular open ended straights of 6 and 9 5 and 6 or 9 and 10 ie (3 sets of card combos):

With non in the original suit 6/50 * 3/49 * <font color="red">37</font>/48 * 3 card combos * 3 (position the non straight card is drawn in) = <font color="red">.0509</font> (the numerators take into account the order of the straight cards, by allowing all 6 first and only 3 second)

There are not 37 choices for the non-straight card. 8 of these complete the straight, and 2 of them will pair one of the other straight cards. The 2 that pair the board cannot be combined with the others because the multiply by 3 positions assumes this is a non-straight card. When we multiply by 3, this will count the same flops twice. For example, we could start with 9s Tc Td, and also 9s Td Tc, but when we multiply by 3, each of these will get transformed into the other and counted again. This is what I meant by over counting paired flops in my above post, and it is related to order type problems. To fix it, we have to only consider the 27 cards that don’t pair the board or make a straight, and then handle the paired flops in a separate term. So the expression becomes:

[ 6/50*3/49*<font color="blue">27</font>/48*3 <font color="blue">+ 2*3*3/C(50,3)</font> ]*3 = <font color="blue">.0400</font>

since for the paired board there are 2 ranks that can pair, 3 ways to pick the paired cards, and 3 ways to pick the unpaired card. If I was doing this from scratch, I would have replaced the first term with 3*3*27/C(50,3) so the two terms could be combined over a common denominator. You used fractions for the first term, which is equivalent to using permutations instead of combinations in numerator and denominator, and I maintained this format. There is no order problem in this term since the 6*3 generates all permutations of these 2 cards, and the last card is always from a separate rank. This technique is sometimes easier, but it can lead to the order problem or the over counting problem if we’re not careful. To avoid that, it’s always safer to make each term of the product represent a distinct set of cards so there is no possibility of overlap.


With one non-straight card in the orginal suit:
6/50 * 3/49 * <font color="red">11</font>/48 * 3 card combos * 3 position of the non straight card = <font color="red">.0152 </font>

There are not 11 non-straight cards in the original suit because 2 of them make straights, and 2 of them pair one of the other straight cards. In this case, we don’t have to consider any paired boards as we did in the last case since the card in the original suit must be a non-straight card, so it can’t pair the board. The case where the card in the original suit pairs the board will be considered in the next case. So removing the 2 straight cards and the 2 paired cards changes the expression to:

6/50*3/49*<font color="blue">7</font>/48*3*3 = <font color="blue">0.00964</font>


With one straight card in the original suit
2/50 * 3/49 * <font color="red">37</font>/48 *3 card combos *<font color="red">3</font> positions = <font color="red">.0170</font>

Similar to the first case, there are not 37 cards for the last card, which in this case is the suited card, because 8 of these make straights, and 2 of them pair the board. The two that pair the board again must be separated out for the same reason as in the first case. Additionally, we have to multiply by 6 different permutations not 3 since all cards are unique. The expression becomes

[ 2/50*3/49*<font color="blue">27</font>/48*<font color="blue">6 + 2*(3*3 + 3)/C(50,3)</font> ]*3 = <font color="blue">0.00285</font>

For the paird board term, there are 2 ways to pick the rank of the card of the original suit. If that rank pairs the board, then there are 3 ways to pick each of the other 2 cards. If that card does not pair the board, then there are 3 ways the remaining offsuit cards can pair.


double belly buster, none of the suit

9/50 * 6/49 * 3/48 * 2 (sets of ddbs) = .0028 (position is already incorporated in the numerators)

This is fine, <font color="blue">0.0028</font>

dbb one of the suit

3/50 * 6/49 * 3/48 * 2 (sets of dbbs) * 3 (order of the suited card) = .0028

Total straight draws not 2 or 3 flushes = .0886

This is fine, <font color="blue">0.0028</font>


Grand total = <font color="red">19.80%</font> -&gt; <font color="blue">19.1%</font>


My method

Your method counts the straight draws that are not flush draws (clean straight draws) and adds the number of all flush draws. My method does the opposite. It counts the number of clean flush draws, and adds the number of all straight draws. In a previous post (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=278662&amp;page=&amp;view=&amp;sb =5&amp;o=&amp;vc=1) , I computed the probability of a clean flush draw to be <font color="blue">9.52%</font>, and this was verified by an independent method (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=261078&amp;page=&amp;view=&amp;sb =5&amp;o=&amp;vc=1) . My computation of the probability of a straight draw did not properly eliminate flushes and straights. The correct expression for this probability should be

[ 3*(15*34 + 1*27 + 2*6*4) + 4*4*4*2 - 2 ] / C(50,3) = <font color="blue">9.60%</font>.

That is, there are 3 2-card combinations, 15 of these are unsuited, and there are 48-8-6 = 34 ways to pick the last card so that it doesn’t complete the straight and doesn’t pair the board. There is 1 2-card combination that is a pair, and there are 34-7=27 ways to pick the last card so it doesn’t complete the straight, doesn’t pair the board, and doesn’t make a flush. We subtract 7 instead of 9 since the 2 flush cards that make a straight were already subtracted. The third term is for the paired boards. There are 2 ranks that can pair, 6 ways to make the pair, and 4 ways to choose the other card. Then we add the 4*4*4*2 double belly busters, and subtract 2 for the double belly buster draws that are flushes. Then we just add this to the number of clean flush draws to get the final answer.

9.5% + 9.6% = <font color="blue">19.1%</font>

In agreement with your method.

Software conundrum /images/graemlins/confused.gif

I don’t understand how the software could have agreed with your calculation. Even for the simple case of total flush draws for which you said the software agreed, your number included straights, so there must have been straights among the enumerated flops. If it included straights for all the cases, then your number would have been even larger, since the probability of a straight is 4*4*4*4/C(50,3) = 1.3%, so the final answer would have been 19.1% + 1.3% = 20.4%. Also, if you intended to count straights in your calculation, then you cannot multiply by 3 for the 3 2-card combinations, as this would count the same straights multiple times.

-Bruce

Cyrus
09-21-2003, 02:28 PM
..Really.

You wrote : "In a previous post (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=278662&amp;page=&amp;view=&amp;sb =5&amp;o=&amp;vc=1) [1], I computed the probability of a clean flush draw to be 9.52%, and this was verified by an independent method (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=261078&amp;page=&amp;view=&amp;sb =5&amp;o=&amp;vc=1)[2]."

The link [1] takes us indeed to a post in this thread whereby you gave the following (my emphasis):

P(clean flush draw) = 9.5%
P(clean straight draw) = 8.4%
P(clean straight draw OR clean flush draw not both) = 17.9%
P(clean straight draw OR clean flush draw OR both) = 19.3%
P(both clean straight AND clean flush draw) = 1.4%

By "clean flush draw", I take it we mean "drawing to a flush without drawing to any straight and without flopping a flush or a straight".

In a post (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Board=probability&amp;Number=257 185&amp;page=1&amp;view=expanded&amp;sb=6&amp;o=14&amp;fpart=1) outlining some basic probabilities of max suited connectors, I gave this figure to be 7% (6.94897959183673%). This was followed by my explanation for that figure in a rather long post (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=260530&amp;page=&amp;view=&amp;sb =5&amp;o=).

Your link [2] takes us to a post whereby you corrected (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=261705&amp;page=&amp;view=&amp;sb =5&amp;o=&amp;vc=1) this figure as being 7.4% (1452/19600=0.0740816326530612).

So, when did we go from 7.4% to 9.52% ?? I'm missing something here, possibly on definitions. (Is this thread not about Maximum Suited Connectors? NetWarrior asked about "meduim suited connected hands like 87s" which I take it to be exactly that.)

Irrespectively, once again, great post, terrific work put into it.

--Cyrus

PS : If by "independent method" you meant my posts above, I do not recall coming up with a figure close to 9%. Of course, I could be wrong and you are referring to somebody else's verification -- or I could be simply forgetful since I haven't revisited this thread until now.

C Dubya
09-21-2003, 07:38 PM
Bruce -

I have been following this thread from the beginning and have been trying to calculate the answer using 4 different approaches: 1. All flush draws plus all straight draws eliminating flush draws that make straights, straight draws that make flushes, straight flush draws, and draws containing both flush and straight draws that are not straight flush draws. 2. All flush draws plus straight only draws eliminating flush draws that make straights. 3. All straight draws plus flush only draws eliminating straight draws that make flushes. 4. Flush only draws plus straight only draws plus straight flush draws plus draws containing both flush and straight draws that are not straight flush draws.

I have not yet been able to make these agree (they're close) nor have I been able to find a solution that agrees with you or Copernicus. Like you, I have been working with outcomes that are divisible by C(50,3). Your work is always spot on so I was hoping that you could explain where my error is in the following:

Let's look at my case 2 (Copernicus' first computation), all flush draws plus straight only draws eliminating flush draws that make straights. I'm with you through the first three steps here:

1. C(11,2)*39 = 2,145. 2,145/19,600 = 10.94%.
2. 4 straights*3 ranks for the nonflush card*3 offsuits = 36. 36/19600 = .18%.
3. Step 1 less step = 10.76%.

The next step is calculating straight draws with no flush cards on the board. It seems to me that:
3 possibilites for the 1st card * 3 possibilities for the 2nd card * 31 possibilities for the 3rd * 3 straight draws = 837 is correct. Card 3 possibilites are calculated as follows: 48 remaining cards less 8 cards that make a straight less 9 remaining cards that make a flush (2 of the remaining flush cards have already been accounted for in the 8 straight cards).

While I realize that 4 of the remaing 31 cards are offsuit cards that will pair the board, I don't understand the adjustment for paired boards. You come up with 783 ways while I calculate 837 ways. It seems to me that in this instance, we are considering three categories, 2 defininte ranks (e.g. K and Q if we hold JTs) and all other ranks, a category which the offsuit K's and Q's fit into.

Maybe you can help me see the error of my ways. Thanks for all the time and work you've put into your enlightening posts.

C

BruceZ
09-23-2003, 01:50 AM
The next step is calculating straight draws with no flush cards on the board. It seems to me that:
3 possibilites for the 1st card * 3 possibilities for the 2nd card * 31 possibilities for the 3rd * 3 straight draws = 837 is correct. Card 3 possibilites are calculated as follows: 48 remaining cards less 8 cards that make a straight less 9 remaining cards that make a flush (2 of the remaining flush cards have already been accounted for in the 8 straight cards).


While I realize that 4 of the remaing 31 cards are offsuit cards that will pair the board, I don't understand the adjustment for paired boards. You come up with 783 ways while I calculate 837 ways. It seems to me that in this instance, we are considering three categories, 2 defininte ranks (e.g. K and Q if we hold JTs) and all other ranks, a category which the offsuit K's and Q's fit into.


You have to handle the 4 cards that pair the board in a separate term or else you will end up counting all the paired flops twice. For example, your way will count Ks Qc Qh, and also Ks Qh Qc. You only want to count each combination once in your method. The problem is that when you say you're counting 3 possibilities for the first card, 3 possibilities for the 2nd card, and then 31 possibilities for the 3rd card, 4 of those 31 possibilities for the 3rd card are the same cards that were possibilities for the first two cards. Then you are going to count the flops where one of those 4 cards are chosen as the 1st or 2nd card, and the same 3rd card as the one you chose before as the 1st or 2nd card. Hence you are counting the same combinations of cards twice, the only difference being that the 3rd card was interchanged with one of the 1st two cards. Notice that you have counted 54 flops more than me, which is 3*18, and that is because you counted the 18 paired flops twice, and then multiplied by 3.

This is a very common mistake. To correct it, you have to make sure that when you are counting distinct *combinations* (not different orders) of cards, that the set of cards you say you are choosing from in each term must be separate and distinct from the set of cards you are choosing from in other terms. They must be a *known* set of cards, not dependent on what the other cards are. Where this confusion comes from is that when we work with fractions or permutations, this is *not* the case. For example, in Copernicus' first term, he said he was going to generate all *permutations* (all orders) of KQ excluding 1 suit, by choosing one of the 6 cards for the first card and one of 3 for the second card. In that case, the first card could be either a K or a Q, and the second card had 3 choices, but it could be either 3 kings or 3 queens, depending on what the first card was. The 3 does not represent a distinct set of 3 cards which is known to us at the time we are doing the calculation, they are only known to us after we actually pick the first card. This is fine as long as you are trying to generate all orders as he was, but it's not fine if you are only trying to generate all combinations.

Whenever one set of cards you choose from can potentially overlap with another set of cards you are choosing from, you will be counting some combinations of the same cards multiple times. That is what happened in your case whenever the 3rd card paired the board. Copernicus was deliberately trying to generate all orders of these cards by multiplying 6*3 and then by 3 to reposition the last card, but this already generated all 6 permutations of the paired flops even before he multiplied by 3, so when he multiplied by 3, he effectively counted all the paired flops 18 times, while all the other flops were correctly counted 6 times (for 6 permutations) which is the same as triple counting only the paired flops. This is what I was explaining here:

The 2 [meant 4] that pair the board cannot be combined with the others because the multiply by 3 positions assumes this is a non-straight card. When we multiply by 3, this will count the same flops twice. For example, we could start with 9s Tc Td, and also 9s Td Tc, but when we multiply by 3, each of these will get transformed into the other and counted again. This is what I meant by over counting paired flops in my above post, and it is related to order type problems. To fix it, we have to only consider the 27 cards that don’t pair the board or make a straight, and then handle the paired flops in a separate term.

Note that there are 4 that pair the board, not 2 as I wrote originally. There are 6 that make straights, not 8 as I wrote, because 2 of these were subtracted as suited cards. My calculation was still correct because I correctly removed 10 from the first term, it's just that it was 6+4, not 8+2. The 6 straight cards are ignored, and the 4 that pair the board are handled in the separate term. Also, where I say it will "count the same flops twice", it's not *just* twice, it actually counts each permutation of paired flops 3 times.


Anyone should feel free to ask me questions about this if it still is not clear. This error is epidemic among people of all levels, including Ph.D., professional actuaries, etc., so I would like to get everyone to understand it once and for all.

BruceZ
09-23-2003, 03:25 AM
What do you all see when you click on the link marked independent method (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=261078&amp;page=&amp;view=&amp;sb =5&amp;o=&amp;vc=1) in the above post? I'm wondering if it might be something different for you, perhaps depending on if you're in threaded mode or flat mode. What I see, and the post I intended to link to, starts with this paragraph:

The above calculation differs from the one I provided earlier in that mine allowed gut shots, while this one attempts to exclude gut shots. If we add back in the 540 gut shots which were subtracted by the above calculation, the result is (1326+540)/19,600 = 1,866/19,600 = 9.5% which is exactly to the flop what I calculated earlier.

The independent method I was referring to was Cyrus' calculation of the probability of flopping a clean flush draw with JTs. This calculation is in the post at the top of the thread I linked to, except that his calculation attempted to exclude all of the flush draws which also happened to be gut shots. All of the various flush draw cases which Cyrus counted in this thread are correct except for the 540 gut ghots. I pointed out in my post quoted above that if you add back in the 540 gut shots which he subtracted, then you get the 9.5% which I computed earlier by my method. When gut shots are correctly excluded, his method produces 7.4%. My method includes gut shots, and we are including them in the question being answered in this thread. To state this question again, we want to know the probability of flopping an 8 out straight draw or a 9 out flush draw holding suited connectors which can make the maximum number of 4 straights (such as JTs). The only cases we are excluding from this are those that flop a flush or a straight.

One thing that might be confusing as you read these different methods is that Cyrus and I have used JTs as our prototype hand, and Copernicus used 98s. This doesn't change the numbers or the method, only the wording.

There are not 37 choices for the non-straight card. 8 of these complete the straight, and 2 of them will pair one of the other straight cards. The 2 that pair the board cannot be combined with the others because the multiply by 3 positions assumes this is a non-straight card. When we multiply by 3, this will count the same flops twice.

That should be 6 of these complete a straight, and 4 of them will pair one of the other straight cards. There are only 6 that make a straight since 2 were already subtracted as cards of the original suit. This same typo is made in the 4th case as well. This doesn't affect my equations. Also, the original solution actually counted each the paired flops 3 times, not just twice. It counted each of the 6 permutations 3 times.

Total straight draws not 2 or 3 flushes = .0886

I didn't mean to include that in the stuff I was agreeing with. The probability of a clean straight draw is still 8.4%. It didn't change from my original post.

C Dubya
09-23-2003, 03:49 AM
I see the correct link.

Thanks for the education. It's very clear to me now.

Cyrus
09-23-2003, 03:52 AM
I forgot you had taken out the gutshots.

BruceZ
09-23-2003, 11:52 AM
In my method, for counting the straights:

[ 3*(15*34 + 1*27 + 2*6*4) + 4*4*4*2 - 2 ] / C(50,3) = 9.60%.

That is, there are 3 2-card combinations, 15 of these are unsuited, and there are 48-8-6 = 34 ways to pick the last card so that it doesn’t complete the straight and doesn’t pair the board. There is 1 2-card combination that is a <font color="red">pair</font>

That should be, "there is 1 2-card combination that is suited in our suit".

BruceZ
09-28-2003, 12:55 PM
Here is a new version with all of the typo fixes incorporated. The answer to one of the parts had a decimal point off, but the final answer was unaffected. -Bruce

I reworked your solution, and it now agrees with mine to all decimal places. The final answer is 19.1%. Your answer was previously 19.8%. I also corrected a problem with my solution which previously gave 19.3%.

Below is your original solution in italics with your original numbers that I'm changing marked in red. My changes are explained beneath each step with numbers or formulas I've changed marked in blue. Hopefully this will allow you to see very clearly exactly what I have modified.

Your Method

All two flushes are easy C(11,2)*C(39,1)/19600 = <font color="red">10.94%</font> and agrees with H'eA.

You have to subtract off the two flushes that also make straights. There are 4*3*3 of these since there are 4 straights, 3 ways to pick the rank of the non-flush card, and 3 ways to pick the suit non-flush card. So we <font color="blue">subtract 4*3*3/C(50,3)</font> to get <font color="blue">10.76%</font>. Some of the flops enumerated by the software must have been straights.


The regular open ended straights of 6 and 9 5 and 6 or 9 and 10 ie (3 sets of card combos):

With non in the original suit 6/50 * 3/49 * <font color="red">37</font>/48 * 3 card combos * 3 (position the non straight card is drawn in) = <font color="red">.0509</font> (the numerators take into account the order of the straight cards, by allowing all 6 first and only 3 second)

There are not 37 choices for the non-straight card. 6 of these complete the straight, and 4 of them will pair one of the other straight cards. The 4 that pair the board cannot be combined with the others because the multiply by 3 positions assumes this is a non-straight card. When we multiply by 3, this will count the same flops again. For example, we could start with 9s Tc Td, and also 9s Td Tc, but when we multiply by 3, each of these will get transformed into the other and counted again. This is what I meant by over counting paired flops in my above post, and it is related to order type problems. To fix it, we have to only consider the 27 cards that don’t pair the board or make a straight, and then handle the paired flops in a separate term. So the expression becomes:

[ 6/50*3/49*<font color="blue">27</font>/48*3 + 2*3*3/C(50,3) ]*3 = <font color="blue">.0400</font>

since for the paired board there are 2 ranks that can pair, 3 ways to pick the paired cards, and 3 ways to pick the unpaired card. If I were doing this from scratch, I would have replaced the first term with C(6,2)*27/C(50,3) so the two terms could be combined over a common denominator. You used fractions for the first term, which is equivalent to using permutations instead of combinations in numerator and denominator, and I maintained that format. There is no order problem in this term since the 6*3 generates all permutations of these 2 cards, and the other card is always from a separate rank. This technique is sometimes easier, but it can lead to the order problem or the over counting problem if we’re not careful. To avoid that, it’s always safer to make each term of the product represent a distinct set of cards so there is no possibility of overlap.


With one non-straight card in the original suit:
6/50 * 3/49 * <font color="red">11</font>/48 * 3 card combos * 3 position of the non straight card = <font color="red">.0152</font>

There are not 11 non-straight cards in the original suit because 2 of them make straights, and 2 of them pair one of the other straight cards. In this case, we don’t have to consider any paired boards as we did in the last case since the card in the original suit must be a non-straight card, so it can’t pair the board. The case where the card in the original suit pairs the board will be considered in the next case. So removing the 2 straight cards and the 2 paired cards changes the expression to:

6/50*3/49*<font color="blue">7</font>/48*3*3 = <font color="blue">0.964%</font>


With one straight card in the original suit
2/50 * 3/49 * <font color="red">37</font>/48 *3 card combos *<font color="red">3</font> positions = <font color="red">.0170</font>

Similar to the first case, there are not 37 cards for the last card, which in this case is the suited card, because 6 of these make straights, and 4 of them pair the board. The two that pair the board again must be separated out for the same reason as in the first case. Additionally, we have to multiply by 6 different permutations not 3 since all cards are unique. The expression becomes

[ 2/50*3/49*<font color="blue">27</font>/48*<font color="blue">6</font><font color="blue"> + 2*(3*3 + 3)/C(50,3)</font> ]*3 = <font color="blue">.0285</font>

For the paired board term, there are 2 ways to pick the rank of the card of the original suit. If that rank pairs the board, then there are 3 ways to pick each of the other 2 cards. If that card does not pair the board, then there are 3 ways the remaining offsuit cards can pair.


double belly buster, none of the suit

9/50 * 6/49 * 3/48 * 2 (sets of ddbs) = .0028 (position is already incorporated in the numerators)

This is fine, <font color="blue">.0028</font>

dbb one of the suit

3/50 * 6/49 * 3/48 * 2 (sets of dbbs) * 3 (order of the suited card) = .0028

This is fine, <font color="blue">.0028</font>

Total straight draws not 2 or 3 flushes = <font color="red">.0886</font> -&gt; <font color="blue"> .0836.</font>


[Grand total = <font color="red">19.80%</font> -&gt; <font color="blue">19.1%</font>


My method

Your method counts the straight draws that are not flush draws (clean straight draws) and adds the number of all flush draws. My method does the opposite. It counts the number of clean flush draws, and adds the number of all straight draws. In a previous post (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=278662&amp;page=&amp;view=&amp;sb =5&amp;o=&amp;vc=1) , I computed the probability of a clean flush draw to be 9.52%, and this was verified by an independent method (http://forumserver.twoplustwo.com/showthreaded.php?Cat=&amp;Number=261078&amp;page=&amp;view=&amp;sb =5&amp;o=&amp;vc=1) . My computation of the probability of a straight draw did not properly eliminate flushes and straights. The correct expression for this probability should be

[ 3*(15*34 + 1*27 + 2*6*4) + 4*4*4*2 - 2 ] / C(50,3) = 9.60%.

That is, there are 3 2-card combinations, 15 of these are unsuited, and there are 48-8-6 = 34 ways to pick the last card so that it doesn’t complete the straight and doesn’t pair the board. There is 1 2-card combination that is suited in our suit, and there are 34-7=27 ways to pick the last card so it doesn’t complete the straight, doesn’t pair the board, and doesn’t make a flush. We subtract 7 instead of 9 since the 2 flush cards that make a straight were already subtracted. The third term is for the paired boards. There are 2 ranks that can pair, 6 ways to make the pair, and 4 ways to choose the other card. Then we add the 4*4*4*2 double belly busters, and subtract 2 for the double belly buster draws that are flushes. Then we just add this to the number of clean flush draws to get the final answer.

9.5% + 9.6% = 19.1%

In agreement with your method.


Software conundrum

I don’t understand how the software could have agreed with your calculation. Even for the simple case of total flush draws for which you said the software agreed, your number included straights, so there must have been straights among the enumerated flops. If it included straights for all the cases, then your number would have been even larger, since the probability of a straight is 4*4*4*4/C(50,3) = 1.3%, so the final answer would have been 19.1% + 1.3% = 20.4%. Also, if you intended to count straights in your calculation, then you cannot multiply by 3 for the 3 2-card combinations, as this would count the same straights multiple times.