- #1
Don1
- 1
- 0
Working on a problem and unsure how to set it up. Feels similar to other I believe is solved correctly. Any help appreciated.
Solved problem: 52-card deck, 13-card hand, odds of getting 4 of a kind.
For this I used a Hypergeometric Distribution with the following parameters:
1) population size of 52
2) number of successes in population of 4
3) sample size of 13
4) number of successes in sample of 4
This results in an answer of approximately 0.23%
Unsolved problem: 52-card deck, 13-card hand, odds of getting a 4-card straight flush (4 successive cards in rank of the same suit).
I do not believe I can use a Hypergeometric Distribution for this problem, and a little stumped where to start since the first selected card always can be used (aka is always a success).
Thanks again for any help.
Solved problem: 52-card deck, 13-card hand, odds of getting 4 of a kind.
For this I used a Hypergeometric Distribution with the following parameters:
1) population size of 52
2) number of successes in population of 4
3) sample size of 13
4) number of successes in sample of 4
This results in an answer of approximately 0.23%
Unsolved problem: 52-card deck, 13-card hand, odds of getting a 4-card straight flush (4 successive cards in rank of the same suit).
I do not believe I can use a Hypergeometric Distribution for this problem, and a little stumped where to start since the first selected card always can be used (aka is always a success).
Thanks again for any help.