Combinations Calculator
Combinations is evaluated from Total Items and Items to Choose. The calculation reports C - Combinations, P - Permutations and r!.
Results
About the Combinations Calculator
The calculator uses a multi formula configuration. Each reported value is read as a direct evaluation of the stored rules with the declared field formats and units.
Formula basis:
C(n,r) = n! / (r! x (n - r)!)
P(n,r) = n! / (n - r)!
C(n,r) = P(n,r) / r!
Interpret the outputs in the order shown by the result fields. Optional inputs affect only the outputs that depend on those variables.
Formula & How It Works
The calculation applies the following relations exactly as recorded in the metadata: C(n,r) = n! / (r! x (n - r)!) P(n,r) = n! / (n - r)! C(n,r) = P(n,r) / r! Each output field is produced by substituting the supplied inputs into the relevant relation and then applying the declared rounding or text format.
Worked Examples
Example 1: Poker Hand — 5 Cards from 52
Inputs
With Total Items = 52 and Items to Choose = 5 as the stated inputs, the result is C - Combinations = 2,598,960, P - Permutations = 311,875,200 and r! = 120. Each value corresponds to the declared output fields.
Example 2: Powerball Lottery Odds
Inputs
With Total Items = 69 and Items to Choose = 5 as the stated inputs, the result is C - Combinations = 11,238,513, P - Permutations = 1,348,621,560 and r! = 120. Each value corresponds to the declared output fields.
Example 3: Project Team Selection
Inputs
With Total Items = 15 and Items to Choose = 4 as the stated inputs, the result is C - Combinations = 1,365, P - Permutations = 32,760 and r! = 24. Each value corresponds to the declared output fields.
Example 4: Coin Flips — Counting Heads
Inputs
With Total Items = 10 and Items to Choose = 3 as the stated inputs, the result is C - Combinations = 120, P - Permutations = 720 and r! = 6. Each value corresponds to the declared output fields.
Common Use Cases
- Calculate lottery odds (choosing 6 of 49 numbers)
- Find number of possible card hands in poker
- Count committee selection possibilities
- Determine sample space size for probability