Permutation & Combination Calculator
Calculate permutations P(n,r) and combinations C(n,r) with factorial breakdown.
Permutations P(n,r)
720
Combinations C(n,r)
120
Formulas
| P(10,3) | 10! / (10-3)! = 720 |
| C(10,3) | 10! / (3!(10-3)!) = 120 |
| 10! | 3,628,800 |
Use the Permutation & Combination Calculator above to calculate your results. Enter your values and see instant results — all calculations run in your browser.
Disclaimer: This calculator is for informational purposes only and does not constitute tax, financial, or legal advice. Results are estimates based on the information you provide and current rates. Always consult a qualified tax professional or financial advisor for advice specific to your situation.
How It Works
Our Permutation & Combination Calculator efficiently computes the number of ways to arrange or select items from a set. This tool is invaluable for statisticians, data scientists analyzing 2026 election probabilities, and students tackling advanced probability problems. Quickly determine the possible outcomes for various scenarios.
For permutations P(n,r), we use the formula n! / (n-r)!, where 'n' is the total number of items and 'r' is the number of items to be arranged. For combinations C(n,r), the formula is n! / (r! * (n-r)!), which accounts for selections without regard to order. Both calculations involve factorials, represented by the '!' symbol.
A common mistake is confusing permutations with combinations; remember that order matters in permutations but not in combinations. Always ensure 'n' is greater than or equal to 'r'. Double-check your input values to avoid calculation errors, especially when dealing with large numbers.
Example: Selecting a 2026 Olympic Squad
- 1 Imagine you're the coach for the 2026 Winter Olympics alpine skiing team. You have 15 highly qualified athletes (n=15) and need to select a squad of 4 to compete in the downhill event (r=4).
- 2 To find the number of different groups of 4 athletes you can select (order doesn't matter), you'd calculate C(15, 4). If you wanted to arrange 4 athletes for specific starting positions (order matters), you'd calculate P(15, 4).
- 3 Using C(15, 4) = 15! / (4! * (15-4)!) = 15! / (4! * 11!) = 1365. Using P(15, 4) = 15! / (15-4)! = 15! / 11! = 32760.
- 4 This means there are 1365 different combinations of 4 athletes you could choose for your squad, and 32760 different ways to arrange 4 athletes in specific starting positions. This demonstrates the significant difference when order is considered.
Source: Khan Academy · Last updated: April 2026
Frequently Asked Questions
What is the difference between a permutation and a combination?
How do you calculate permutations P(n,r)?
How do you calculate combinations C(n,r)?
You might also need
Percentage Calculator
Calculate percentages three ways: what is X% of Y, X is what % of Y, and percentage change from X to Y.
Fraction Calculator
Add, subtract, multiply, and divide fractions. Results shown as fraction, mixed number, and decimal.
Standard Deviation Calculator
Calculate mean, variance, and standard deviation (population and sample) from a data set.