Would the second happen approx 1/13th of the first hand?
Quote: billryanCan anyone give the frequency of getting 1)a rainbow flush-a hand with all four suits and 2)the same for all four suits and an Ace.
Would the second happen approx 1/13th of the first hand?
From a five card poker hand? Dealt, no draw?
Simulation would really be best - if one of the simulation gurus in the forum would be willing to do it (VP has so many strategy rules, it makes simulation pretty complicated.)
One approach would be to for you to play, say, 100 hands on an online video poker and keep track of how many hands were rainbow. That would provide an estimate.
Quote: gordonm888The odds of the first five cards dealt in a VP game having all 4 suits is 26.275% (approx.)
How did you calculate this? I'm getting 26.375% and I'm not sure if I'm doing something wrong...
Gordonm888 probably (pun intended) had just miss typed the 3 as 26.375% is correct.Quote: malgoriumHow did you calculate this? I'm getting 26.375% and I'm not sure if I'm doing something wrong...
Quote: mipletGordonm888 probably (pun intended) had just miss typed the 3 as 26.375% is correct.
Absolutely correct. Here is the number I calculated: 0.263745498. I got so worried about how to usefully round the digits that I mistyped it. Sorry for the confusion.
Quote: billryanThank you for your efforts.
5 cards poker hand with 4 suits, but there are 2 cards with same suit, so total different permutations = 5!/2!.
So, probability = 13/52 * 13 /51 * 13/50 * 13/49 * 48/48 * 5!/2! = 0.2637455.
Quote: ssho885 cards poker hand with 4 suits, but there are 2 cards with same suit, so total different permutations = 5!/2!.
So, probability = 13/52 * 13 /51 * 13/50 * 13/49 * 48/48 * 5!/2! = 0.2637455.
Ah interesting. Yea, I did it like
If you want all 4 suits, then there have to be exactly 2 of 1 suit. So there are 13C2 ways to do that and 13C1 for the other suits. But the double-suit can happen for any of the 4 suits, so there are 4(13C2)(13C1)(13C1)(13C1) total ways to make a hand with all 4 suits.
And there are 52C5 total ways to make any 5 card hand, so the total probability is just the quotient of the two, which is the same value you got.
That's the great thing about math - more than 1 way to skin a cat!
Quote: malgoriumAh interesting. Yea, I did it like
If you want all 4 suits, then there have to be exactly 2 of 1 suit. So there are 13C2 ways to do that and 13C1 for the other suits. But the double-suit can happen for any of the 4 suits, so there are 4(13C2)(13C1)(13C1)(13C1) total ways to make a hand with all 4 suits.
And there are 52C5 total ways to make any 5 card hand, so the total probability is just the quotient of the two, which is the same value you got.
That's the great thing about math - more than 1 way to skin a cat!
Here's another way:
nCr(13,2)*nCr(13,1)*nCr(13,1)*nCr(13,1)/nCr(52,5) = 0.0659363745498199
0.0659363745498199 * 4 (suits) = 0.2637454981992796 (Difference with SSho due to rounding)
Which is actually the same way you did it, essentially, just using the nCr function instead.
Quote: billryanCan anyone give the frequency of getting 1)a rainbow flush-a hand with all four suits and 2)the same for all four suits and an Ace.
Would the second happen approx 1/13th of the first hand?
For part 2) of your OP, having all four suits and an Ace… Assuming you have exactly 1 Ace, and it must match suit with one of the other cards, then the probability is (4C1)(12C1)(12C1)(12C1)(12C1) / (52C5) = 3.19%