In a standard 5-card poker hand for 1 deck:
Calculate P(Choose Your Hand)
Choose Your Hand Hands
Calculate the probability of drawing a TARGETHEARTRATE
Calculate Total 5 Card hands
Choose 5 cards from 52 cards
Total Hands = | 52! |
| (52-5)! * 5! |
Total Hands = | 52! |
| 47! * 5! |
Total Hands = | (52 * 51 * 50 * 49 * 48) * 47! |
| 47! * (5 * 4 * 3 * 2 * 1) |
Cancelling the 47!, we get:
Total Hands = | 311,875,200 |
| 120 |
Total Hands = 2,598,960
Build Probability
Calculate the probabilty of each card
Calculate the probability of drawing Ace
There are 4 A cards in the deck
There are 52 total cards in the deck
Probability of drawing A = | 4 |
| 52 |
Calculate the probabilty of each card
Calculate the probability of drawing Ace
There are 3 A cards in the deck
There are 51 total cards in the deck
Probability of drawing A = | 3 |
| 51 |
Calculate the probabilty of each card
Calculate the probability of drawing Ace
There are 2 A cards in the deck
There are 50 total cards in the deck
Probability of drawing A = | 2 |
| 50 |
Calculate final probability:
Since each card draw is independent
Multiply each of our 3 card draws
P(TARGETHEARTRATE) = | 4 x 3 x 2 |
| 52 x 51 x 50 |
P(TARGETHEARTRATE) = | 24 |
| 132600 |
Reduce top and bottom by 24
GCF = Greatest Common Factor
P(Choose Your Hand) = | 24 |
| 132,600 |
GCF for 1 and 5525 = 24
P(Choose Your Hand) = | 1 |
| 5,525 |
Final Answer
Decimal probability = 0.0001809955
What is the Answer?
Decimal probability = 0.0001809955
How does the 5 Card Poker Hand Calculator work?
Free 5 Card Poker Hand Calculator - Calculates and details probabilities of the 10 different types of poker hands given 1 player and 1 deck of cards.
This calculator has 1 input.
What 1 formula is used for the 5 Card Poker Hand Calculator?
Total Possible 5 Card Hands = 2,598,960
What 4 concepts are covered in the 5 Card Poker Hand Calculator?
- 5 card poker hand
- combination
- a mathematical technique that determines the number of possible arrangements in a collection of items where the order of the selection does not matter
nPr = n!/r!(n - r)! - factorial
- The product of an integer and all the integers below it
- probability
- the likelihood of an event happening. This value is always between 0 and 1.
P(Event Happening) = Number of Ways the Even Can Happen / Total Number of Outcomes