Possible Combinations Calculator
PrintIf you are drafting a 5-player basketball team out of 20 available athletes, it does not matter if you pick your point guard first or last; once the team is picked, the final group is exactly the same. In mathematics, whenever you are grouping items together and the order does not matter, it is called a Combination.
Our free online Possible Combinations Calculator instantly evaluates your dataset to find the exact number of unique groups you can build. Whether you are calculating the odds of winning the lottery (using the complex nCr formula) or simply trying to figure out how many clothing outfits you can make, this tool generates the massive total instantly.
The Golden Rule: Combinations vs Permutations
The number one mistake students make is confusing Combinations with Permutations. Before calculating your odds, you must ask yourself one simple question: Does the order matter?
| The Math Concept | The “Order” Rule | Real-World Example |
|---|---|---|
| Combinations (nCr) | Order does NOT matter. | Making a Fruit Salad. It doesn’t matter if you throw the apples in first or the grapes in first; the salad is exactly the same. |
| Permutations (nPr) | Order absolutely matters. | A Bank Vault PIN Code. Typing 1-2-3-4 will open the vault. Typing 4-3-2-1 will trigger the alarm. |
The nCr Formula Explained
To calculate how many poker hands or lottery tickets are possible, the calculator uses the standard nCr algebraic formula: n! ÷ [r! × (n – r)!].
| Equation Variable | Mathematical Definition | Example (Picking 5 Lottery Numbers out of 50) |
|---|---|---|
| The n Variable | The Total Pool Size. | There are exactly 50 lottery balls rolling around in the machine. Therefore, n = 50. |
| The r Variable | The Amount Chosen. | You are only allowed to pick 5 numbers for your ticket. Therefore, r = 5. |
| The Factorial (!) | Multiplying the number by every integer below it. | To solve the math, 5! actually means (5 × 4 × 3 × 2 × 1). |
Outfit Combinations (The Multiplication Rule)
If you are not picking items from a single pool, but instead combining items from entirely different categories, you do not use the nCr formula. You simply use the Fundamental Counting Principle.
- The Math: Simply multiply the number of options in Category A by the number of options in Category B.
- The Outfit Example: If you pack 5 different shirts, 3 pairs of pants, and 2 pairs of shoes in your suitcase, how many unique outfits can you wear?
- The Result: 5 × 3 × 2 = 30 Possible Outfits.
If the order of your items absolutely matters (like trying to hack a password or a PIN code), you must abandon this page and use our Permutations Calculator. If you want to convert your final combinations into exact winning odds, use our Probability Calculator.
Frequently Asked Questions (FAQ)
Does a “Combination Lock” actually use combinations?
No! It is the most famous naming error in mathematics. A standard padlock with spinning dials is technically a Permutation lock. Because the order of the numbers strictly matters (1-2-3 will open it, but 3-2-1 will not), it fails the mathematical definition of a combination.
What does the exclamation point (!) mean in the formula?
In mathematics, an exclamation point is called a Factorial. It is a command to multiply that number by every single whole number below it until you reach 1. For example, 4! is simply shorthand for (4 × 3 × 2 × 1), which equals 24.
Why is the number of Combinations always smaller than Permutations?
Because Combinations delete all the duplicates. If you are picking a team of two people (Alice and Bob), a Permutation counts “Alice then Bob” as one team, and “Bob then Alice” as a second team. A Combination recognizes that those are the exact same two people, and deletes the duplicate, naturally resulting in a much smaller total number.