- #1
musicgold
- 304
- 19
Homework Statement
Why is my method not getting the correct answer? What am I missing?
Homework Equations
The Attempt at a Solution
I am trying to find the probabilities of different hands in a 5-card poker (Texas hold' em). While the document below shows the answer, I like to use a method that is intuitive to me. My method is getting me the correct probability figures for the royal flush and straight flush hands, but not for a four-of-a-kind (FOK).
Here is how I like to think about the problem: Consider a FOK hand A1 A2 A3 A4, 9. That is 4 aces and one 9, where 1 means spades, 2 hearts, 3 diamonds and 4 clubs.
The probability of getting this particular hand is 4/52 x 3/51 x 2/50 x 1/49 x 1 = 0.00037%.
Since there are 13 possible hands, the total probability is = 0.00037% x 13 = 0.0048% or 1 in 20,825.
According to the article below the probability is 1 in 4,165. What am I missing? https://www.ece.utah.edu/eceCTools/Probability/Combinatorics/ProbCombEx15.pdf