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 12-11-2004, 12:55 AM
smoore smoore is offline
Senior Member
 
Join Date: Oct 2004
Posts: 924
Default How do I figure out these situations?

1) Ten handed hold'em game. I hold no club. There is a club four flush on the board at the river. There are three people to the river. How do I figure out the probability of someone holding a club. Math only, don't want to take into account the play of the hand in this situation.

2) Four handed hold'em game. I hold KTo. The flop is 9TT. What is the probability of someone holding the other Ten?

I'm sure this is simple probabability, but I don't know how to figure it out.

edit: looking at 1), it appears that it doesn't matter how many people are at the river for this math question. Am I correct?
Reply With Quote
  #2  
Old 12-11-2004, 01:16 AM
Mike Haven Mike Haven is offline
Senior Member
 
Join Date: Sep 2002
Location: Northern Ireland
Posts: 2,288
Default Re: How do I figure out these situations?

1) There are 9 clubs in the 45 unknown cards. There are 6 cards out against you.

There's a 9/45 x 100% = 20% chance of the "first" of the 6 cards being a club.

There's a 9/44 x 80% = 16% chance of the "second" of the 6 cards being a club if the first one wasn't.

There's a 9/43 x 64% = 13% chance of the "third" of the 6 cards being a club if the first two weren't.

And so on.

Add the percentages for the total chance of one of the six being a club.
Reply With Quote
  #3  
Old 12-11-2004, 01:33 AM
blank frank blank frank is offline
Member
 
Join Date: Nov 2004
Posts: 52
Default Re: How do I figure out these situations?

Note that there are 36 cards that aren't clubs among the unknowns. There are 1,947,792 ways to choose 6 cards out of 36, and thus not get a club. There are 8,145,060 ways to choose 6 cards out of all 45 unknowns. Dividing the two gives you a 23.91% chance that none of them has a club, or a 76.09% chance that there is at least one club among the six cards.

In the second case, there are 47 unknowns, one of which is of interest. There are 9,366,819 ways to draw six cards out of 46, and 10,737,573 ways to draw six cards out of 47. That gives a 87.23% chance that no one has the ten, or a 12.77% chance that someone does.
Reply With Quote
  #4  
Old 12-11-2004, 01:55 AM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,636
Default Re: How do I figure out these situations?

[ QUOTE ]
1) Ten handed hold'em game. I hold no club. There is a club four flush on the board at the river. There are three people to the river. How do I figure out the probability of someone holding a club. Math only, don't want to take into account the play of the hand in this situation.

[/ QUOTE ]

Assuming you are one of the 3 players (2 opponents):

1 - C(36,4)/C(45,4) = 60.5%.

That is 1 minus the probability that your opponents hold no club. C(36,4) is the number of ways to choose 4 opponent's cards out of 36 non-clubs, and C(45,4) is the total number of ways to choose 4 opponent's cards.

If you meant that you have 3 opponents, then:

1 - C(36,6)/C(45,6) = 76.1%.


[ QUOTE ]
2) Four handed hold'em game. I hold KTo. The flop is 9TT. What is the probability of someone holding the other Ten?

[/ QUOTE ]

1 - C(46,6)/C(47,6) = 12.8%.

That is 1 minus the probability your opponents hold no T. There are C(46,6) ways to choose the opponent's 6 cards out of the 46 non-tens, and C(47,6) total ways to choose these 6 cards.


[ QUOTE ]
edit: looking at 1), it appears that it doesn't matter how many people are at the river for this math question. Am I correct?

[/ QUOTE ]

No, the more people at the river, the more likely that a club is out.
Reply With Quote
  #5  
Old 12-11-2004, 07:35 AM
Mike Haven Mike Haven is offline
Senior Member
 
Join Date: Sep 2002
Location: Northern Ireland
Posts: 2,288
Default Re: How do I figure out these situations?

1 - C(36,6)/C(45,6) = 76.1%.

Thanks, Bruce.

Whilst I'm sure this is the correct formula for a mathematician's use, I would doubt if anyone asking the question being answered would be any better off after seeing the formula. I would bet that "C(36/4)" is simply gobbledegook to many more than just me.
Reply With Quote
  #6  
Old 12-11-2004, 11:38 AM
blank frank blank frank is offline
Member
 
Join Date: Nov 2004
Posts: 52
Default Re: How do I figure out these situations?

C(36,6) is just n choose r notation. C(n,r)=n!/(r!(n-r)!), where x!=1*2*3*...*x. C(n,r) is the number of ways you can choose r objects from a set of n objects, if the order you choose them in is not relevant. Bruce calculated his answers the same way I calculated mine, I just read the first question wrong.
Reply With Quote
  #7  
Old 12-11-2004, 01:24 PM
Mike Haven Mike Haven is offline
Senior Member
 
Join Date: Sep 2002
Location: Northern Ireland
Posts: 2,288
Default Re: How do I figure out these situations?

C(36,6) is just n choose r notation. C(n,r)=n!/(r!(n-r)!), where x!=1*2*3*...*x. C(n,r) is the number of ways you can choose r objects from a set of n objects

That's what I meant - this is just sheer gobbledegook to a non-mathematician.

Imo, when someone asks a simple odds question here they need help, not bombardment with formulae that if they knew or understood they wouldn't ask the question in the first place.

KISS.
Reply With Quote
  #8  
Old 12-11-2004, 01:38 PM
smoore smoore is offline
Senior Member
 
Join Date: Oct 2004
Posts: 924
Default Re: How do I figure out these situations?

yeah, that's greek to me... however I'm also looking for that. Can someone link me to a website that will explain that formula to me? I want to learn how to do this for myself (obviously), but I also want to at least touch on the underlying math.

Thanks for all the helpful responses.
Reply With Quote
  #9  
Old 12-11-2004, 01:44 PM
jason1990 jason1990 is offline
Senior Member
 
Join Date: Sep 2004
Posts: 205
Default Re: How do I figure out these situations?

[ QUOTE ]
C(36,6) is just n choose r notation. C(n,r)=n!/(r!(n-r)!), where x!=1*2*3*...*x. C(n,r) is the number of ways you can choose r objects from a set of n objects

That's what I meant - this is just sheer gobbledegook to a non-mathematician.

[/ QUOTE ]
Well, I think that's a bit of a stretch. C(n,r) is one of the first things we teach in an introductory course on probability. Very few of the students in a course like that are even math majors and probably less than 0.1% of them go on to become mathematicians.

Most computations in probability become horrendously complicated when you try to avoid using C(n,r). So C(n,r) is a tool that keeps things simple. It is such a fundamental concept, that anyone interested in learning how to compute probabilities on their own would be well-advised to learn it. So perhaps the best way to help someone who posts here is to help them understand something which, previously, they perceived as just "gobbledegook".
Reply With Quote
  #10  
Old 12-11-2004, 01:51 PM
jason1990 jason1990 is offline
Senior Member
 
Join Date: Sep 2004
Posts: 205
Default Re: How do I figure out these situations?

Try starting with this link:

http://mathforum.org/dr.math/faq/faq.comb.perm.html
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.