Problem 2030. A Poker Hand
Texas Hold ‘Em is a classical card game. In this problem, we are concerned with determining the probability of attaining a certain type of hand.
A “Full House” is a five card hand comprised composed of two sets: a set of three of a kind, and a set of two of a kind. Examples include: K-K-K-Q-Q, 10-10-10-5-5, and A-A-A-4-4.
Assuming that there are 52 cards in a unique, distinguishable deck, find the probability of attaining a “Full House” in any given hand. You may assume that there are 9 players playing on a full table.
Solution Stats
Problem Comments
-
3 Comments
I believe the probability is 10 times what you say it is (if in % units) or 1/10th of what you say (if in /1 units)
Agreed. I got the same result: off by a factor of 10 in one direction or the other.
I've got the same result as James and Alfonso using a different method. New solvers must multiply the solution by 10 until the problem is fixed (if it is ever since it has been already 7 years from the time the issue was first seen).
Solution Comments
Show commentsProblem Recent Solvers29
Suggested Problems
-
Swap the first and last columns
21005 Solvers
-
1213 Solvers
-
Omit columns averages from a matrix
594 Solvers
-
Duplicate each element of a vector.
616 Solvers
-
Find the position of first minimum value in an integer array with numbers
178 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!