1. Calculating Poker Hand Probabilities
Game DesignerBackground
A game designer needs to verify the exact odds of drawing exactly 2 hearts in a standard 5-card poker hand.
Problem
Calculating the exact probability of drawing 2 items from a specific subset of 13 without replacement.
How to use
Set Population Size to 52, Population Successes to 13, Draws to 5, and Observed Successes to 2. Select 'Exactly k Successes'.
{
"populationSize": 52,
"populationSuccesses": 13,
"draws": 5,
"observedSuccesses": 2,
"probabilityMode": "exact",
"decimalPlaces": 4
}Outcome
The calculator returns an exact probability of 0.2743 (or 27.43%).