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 01-19-2005, 10:35 AM
Kevin J Kevin J is offline
Senior Member
 
Join Date: Sep 2002
Posts: 648
Default Stupid question from a math illiterate

In hold'em when you're dealt two non-paired cards, you have a 32.43% chance of flopping at least a pair. But if you're against 1 opponent (assuming he is not holding one of your ranks), is there now a 64.86% chance that ONE of you will flop a pair? And if so, does this mean that if you do NOT flop a pair, the chances are better than 50/50 that your opponent DID flop a pair? Or is it that if you don't flop a pair, then the chances are still 32.43% that your opponent did?

I know this is easy stuff for you guys, I just really suck at math and probabilities. Is there a FAQ guide anywhere that explains how to calculate probabilities as they relate to hold'em? I'm lazy and don't want to go through the process of learning all about how to calculate combinational probabilities in general. I just want to know how to do it as it pertains to hold'em. Thanks.
Reply With Quote
  #2  
Old 01-19-2005, 11:42 AM
lossage lossage is offline
Junior Member
 
Join Date: Sep 2004
Location: Chicagoland
Posts: 7
Default Re: Stupid question from a math illiterate

[ QUOTE ]
In hold'em when you're dealt two non-paired cards, you have a 32.43% chance of flopping at least a pair.

[/ QUOTE ]

Almost. Your chances of pairing at least one of your cards is 32.43%. If your cards are close together, you might also get "a pair or better" by, say, flopping a straight; similarly, if they're soooted.

[ QUOTE ]
But if you're against 1 opponent (assuming he is not holding one of your ranks), is there now a 64.86% chance that ONE of you will flop a pair?

[/ QUOTE ]

It's more like 58.7%. You see, your opponent and you have occupied 4 cards together (all different ranks by assumption), so there are C(48,3) = 17296 possible flops. There are 12 cards left in the deck that pair one of you. So, there are C(48-12,3) = 7140 flops that help neither of you. The probability that at least one of you will get paired is, therefore, 1 - 7140/17296 = 0.587.

[ QUOTE ]
And if so, does this mean that if you do NOT flop a pair, the chances are better than 50/50 that your opponent DID flop a pair? Or is it that if you don't flop a pair, then the chances are still 32.43% that your opponent did?

[/ QUOTE ]

You can probably guess from the above discussion that it's neither.

[ QUOTE ]
Is there a FAQ guide anywhere that explains how to calculate probabilities as they relate to hold'em? I'm lazy and don't want to go through the process of learning all about how to calculate combinational probabilities in general. I just want to know how to do it as it pertains to hold'em.

[/ QUOTE ]

There are online calculators that can answer the typical questions, like, "Given the following players with certain cards, who wins what fractions of the time?" However, they can't answer arbitrary questions like yours. If I were you, I would try to take the opportunity to learn something. There are plenty of people to answer your questions.
Reply With Quote
  #3  
Old 01-19-2005, 02:58 PM
Kevin J Kevin J is offline
Senior Member
 
Join Date: Sep 2002
Posts: 648
Default Re: Stupid question from a math illiterate

Thanks! You obviously know what you're talking about. Could you please help me with this..

"so there are C(48,3) = 17296 possible flops."

I don't understand the symbols "C(48,3)". I know that if you hold two cards there are 50*49*48= 117,600 possible flops. So if you're trying to figure out your chances of NOT flopping a set it would be 48/50*47/49*46*48. Is that right?

I see what you're saying that we changed the nature of 117,600 flops for TWO cards, because we are now concerned with two more. But wouldn't that be, 48*47*46 for 103,776 possible flops for 4 cards?

I'm sure you can now see how and why I'm so terrible at math.

Also, do you know where I can learn more about how to calculate this stuff myself? Like how to calculate runner-runner possibilities, etc. It would be helpful so that I can think on my own without having to embarrass myself with stupid questions like these every time I want to figure something out.

Lastly, that was a cool site you game me, but I don't know how to input data into the calculator. Is there another page which explains how to format the data? Thanks.
Reply With Quote
  #4  
Old 01-19-2005, 04:18 PM
lossage lossage is offline
Junior Member
 
Join Date: Sep 2004
Location: Chicagoland
Posts: 7
Default Re: Stupid question from a math illiterate

[ QUOTE ]
Thanks! You obviously know what you're talking about.

[/ QUOTE ]

Thank you for the compliment.

[ QUOTE ]
Could you please help me with this... "so there are C(48,3) = 17296 possible flops."

[/ QUOTE ]

Sure, I'll try. There's this function C(n,r). It's defined, usually, when n and r are integers, n is positive, and 0 <= r <= n; the formula is C(n,r) = n!/(r!(n-r)!). (However, you can find calculators for that kind of thing on the web.)

One usually uses "C" for the function's name, because it means "combinations;" specifically, C(n,r) is the number of distinct combinations of r things that can be chosen out of a set of n objects.

So, getting 'round to your actual question, if four cards are out, then you have 48 remaining from which the flop will be chosen. Since the flop is a set of 3 cards, the number of possible flops is C(48,3) = 17296.

[ QUOTE ]
I know that if you hold two cards there are 50*49*48= 117,600 possible flops. So if you're trying to figure out your chances of NOT flopping a set it would be 48/50*47/49*46*48. Is that right?

[/ QUOTE ]

Not 117600. Your idea of 50*49*48 is right, but that counts all the ways the flop could be dealt onto the board. However, dealing A [img]/images/graemlins/club.gif[/img], A [img]/images/graemlins/spade.gif[/img], A [img]/images/graemlins/diamond.gif[/img] is the same for our purposes as dealing A [img]/images/graemlins/spade.gif[/img], A [img]/images/graemlins/club.gif[/img], A [img]/images/graemlins/diamond.gif[/img], and so on. For any three cards on the board, there are 3! = 6 ways of arranging them, so the number of distinct flops is 117600/6 = 19600. By no coincidence, C(50,3) = 19600 as well!

Back to your question, if you hold, say, pocket 3s in hold'em, then there are 48 cards left that don't give you a set (or quads), everything but the two remaining 3s, so there are C(48,3) flops that don't contain a 3. There are C(50,3) flops total. So, the probability of not flopping a set or quads is C(48,3)/C(50,3) = 0.882. The probability of flopping a set or quads is 1 - 0.882 = 0.118.

[ QUOTE ]
I'm sure you can now see how and why I'm so terrible at math.

[/ QUOTE ]

Naw, just need the proper instruction.

[ QUOTE ]
Also, do you know where I can learn more about how to calculate this stuff myself...

[/ QUOTE ]

Other than taking my discrete math class? [img]/images/graemlins/cool.gif[/img]

Seriously, I'm afraid I don't.
Reply With Quote
  #5  
Old 01-19-2005, 04:55 PM
Rasputin Rasputin is offline
Senior Member
 
Join Date: Sep 2004
Posts: 110
Default Re: Stupid question from a math illiterate

[ QUOTE ]
Also, do you know where I can learn more about how to calculate this stuff myself? Like how to calculate runner-runner possibilities, etc. It would be helpful so that I can think on my own without having to embarrass myself with stupid questions like these every time I want to figure something out.

[/ QUOTE ]

There must be a local college or community college near where you live. Contact them for a course catalog and look into an introductory statistics class.
Reply With Quote
  #6  
Old 01-20-2005, 10:47 AM
Sporky Sporky is offline
Senior Member
 
Join Date: Dec 2004
Posts: 159
Default Re: Stupid question from a math illiterate

a combinatorics book would also be of great help. i took a class in combinatorial enumerations in college, and the whole class was calculating things like this. it has a silly name, but the class was really helpful and was based on counting out different combination possibilities. i'm sure if you read through the first few chapters of a related book it would help a great deal. good luck.
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 04:44 PM.


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