Ask Experts Questions for FREE Help !
Ask
    durexlw's Avatar
    durexlw Posts: 6, Reputation: 1
    New Member
     
    #1

    Feb 8, 2009, 07:35 PM
    Possibility of making a straight?
    Could someone verify the following:

    Let's say I have a 3 and a 2... I take 3 cards of the remaining 50. What is
    the chance of drawing a straight (5 cards that follow)?

    I'd be tempted to say:
    (4*4*4 * 3) / 50C3 = 0.0098 or 0.98%

    Let's say I have a 3 and a 2... I take 3 cards of the remaining 50. What is
    the chance of having a straight-draw (4 cards that follow)?
    I'd be tempted to say:
    (4*4*44 * 3) / 50C3 = 0.1078 or about 10%

    [Question:]
    -> Are the above calculations right?
    -> However about straights: what confuses me here is: Let's say I have
    J-10, then I have 4 possible straights (10-J-Q-K-A; 9-10-J-Q-K; 8-9-10-J-Q
    and 7-8-9-10-J). If I have J-9 however, I have only 3 possible straights (7-8-9-10-J; 8-9-10-J-Q; 9-10-J-Q-K) so my odds would drop... but this does not seem to be included in the calculations I suggested... Do you happen to know what I am overlooking here?
    ebaines's Avatar
    ebaines Posts: 12,131, Reputation: 1307
    Expert
     
    #2

    Feb 9, 2009, 01:01 PM
    Quote Originally Posted by durexlw View Post
    Could someone verify the following:

    Let's say I have a 3 and a 2... I take 3 cards of the remaining 50. What is
    the chance of drawing a straight (5 cards that follow)?

    I'd be tempted to say:
    (4*4*4 * 3) / 50C3 = 0.0098 or 0.98%
    This is incorrect - it looks like you are trying to capture the probability of drawing 4,5, and 6, and are overlooking the possibility of A, 4,5. Also, to draw 4,5, 6 the probability is 4*4*4*3!/P(50,3)

    Quote Originally Posted by durexlw
    Let's say I have a 3 and a 2... I take 3 cards of the remaining 50. What is
    the chance of having a straight-draw (4 cards that follow)?
    I'd be tempted to say:
    (4*4*44 * 3) / 50C3 = 0.1078 or about 10%
    The denominator should be P(50,3), not C(50,3). And again, this assumes that if starting with 2 and 3 that you need to draw 4, 5 and something else, and ignores that drawing an Ace, 4 and something else is also a winning hand.

    Quote Originally Posted by durexlw
    -> However about straights: what confuses me here is: Let's say I have
    J-10, then I have 4 possible straights (10-J-Q-K-A; 9-10-J-Q-K; 8-9-10-J-Q
    and 7-8-9-10-J). If I have J-9 however, I have only 3 possible straights (7-8-9-10-J; 8-9-10-J-Q; 9-10-J-Q-K) so my odds would drop... but this does not seem to be included in the calculations I suggested... Do you happen to know what I am overlooking here?
    You are correct that the odds of drawing a straight when you start with some cards is different than if you start with other cards. If you start with 2 and 3, there are only 2 ways to make a straight (by drawing either A-4-5, or 4-5-6), whereas if you start with 5 and 6 there are four ways (2-3-4, 3-4-7, 4-7-8, and 7-8-9).
    durexlw's Avatar
    durexlw Posts: 6, Reputation: 1
    New Member
     
    #3

    Feb 9, 2009, 02:30 PM
    Quote Originally Posted by ebaines View Post
    This is incorrect - it looks like you are trying to capture the probability of drawing 4,5, and 6, and are overlooking the possibility of A, 4,5. Also, to draw 4,5, 6 the probability is 4*4*4*3!/P(50,3)

    -snip-

    The denominator should be P(50,3), not C(50,3). And again, this assumes that if starting with 2 and 3 that you need to draw 4, 5 and something else, and ignores that drawing an Ace, 4 and something else is also a winning hand.
    Sir, thanks for your reply. Would you be willing to explain why the denominator should be P(50,3) and not C(50,3)? If I recall correct 'P' is used when the order is important. To quote an article:

    When you play a game of cards, with a 'hand of cards' you pick up the collection and change the order to suit what you are going to do next. The 'deal' of the cards has an order - but by the time you play, it is a COMBINATION - the order your received the cards does not matter.
    I'm sensing you have a good reason for saying it should be a permutation, so could you explain why you believe it should be P in stead of C?

    Also, I'm having a hard time figuring out why the factor '3!' is used. Could you explain this part?

    Quote Originally Posted by ebaines View Post
    You are correct that the odds of drawing a straight when you start with some cards is different than if you start with other cards. If you start with 2 and 3, there are only 2 ways to make a straight (by drawing either A-4-5, or 4-5-6), whereas if you start with 5 and 6 there are four ways (2-3-4, 3-4-7, 4-7-8, and 7-8-9).
    I agree... I guess my question is: how does this influence the calculation. Or differently put: how can I take this into account in the calculation?
    ebaines's Avatar
    ebaines Posts: 12,131, Reputation: 1307
    Expert
     
    #4

    Feb 9, 2009, 03:42 PM

    Quote Originally Posted by durexlw View Post
    Would you be willing to explain why the denominator should be P(50,3) and not C(50,3)? If I recall correct 'P' is used when the order is important.

    Also, I'm having a hard time figuring out why the factor '3!' is used. Could you explain this part?
    Perhaps it would been clearer if I had written it this way: 12/50 * 8/49 * 4/48. This gives the same result as what I had before, but is probably easier to follow.

    Quote Originally Posted by durexlw View Post
    I agree... I guess my question is: how does this influence the calculation. Or differently put: how can I take this into account in the calculation?
    You are going to have to weight the calculations based on the probability of starting with:
    A,2 - has one way to win
    2,3 - has 2 ways
    3,4 - has 3 ways
    anything from 4,5 to 10,J - has 4 ways
    J,Q - has 3 ways
    Q,K, - has 2 ways, and
    K,A- has 1 way

    (I am assuming here that ace can be treated as either high or low -I'm not a poker player, so this may or may not be according to Hoyle)

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

98 accord making clunking noise when making hard left turn [ 3 Answers ]

My 98 accord ia making a clunk, clunk, clunk sound when making hard left turns. It only does this with left turns a slow speed like making a u-turn. It actually seems to make the car bounce a little with each clunk. It is definitely not a clicking noise. I have just put a prelude h22 engine with...

Why do straight women fool around with straight women: An open discussion. [ 55 Answers ]

Ever wondered why straight women fool around with other straight (or gay) women? Ever tried it? Ever regretted it? Thoughts?

Is there a possibility? [ 2 Answers ]

I am 17 years old and I am scared that I could be pregnant. I had my period on December 24 and had sex with my boyfriend on 3,4,5 and two days ago I started feeling really hungry... and every time I eat I feel like I never get full... and I don't want to tell anyone because of what people may think...

Possibility ? [ 1 Answers ]

My husband and I went through IVF and we are going in for our blood test in the morning to see if were pregnant. I'm spotting and when I wipe I get a brownish discharge. Does this mean I'm not pregnant?:confused:

Is this a possibility [ 2 Answers ]

Can you help is it possible that if you need to stop having children that the hospital could give you a hysterectomy:confused:


View more questions Search