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
Solution Comments
Show commentsProblem Recent Solvers30
Suggested Problems
-
294 Solvers
-
Implement simple rotation cypher
1096 Solvers
-
Basics: 'Find the eigenvalues of given matrix
438 Solvers
-
Volume difference between Ellipsoid and Sphere
135 Solvers
-
Convert a Cell Array into an Array
2194 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!
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).