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
-
How to find the position of an element in a vector without using the find function
2728 Solvers
-
Project Euler: Problem 2, Sum of even Fibonacci
2299 Solvers
-
Getting the row and column location from a matrix
286 Solvers
-
Matrix which contains the values of an other matrix A at the given locations.
227 Solvers
-
709 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!