Permutation & Combination Calculator
Calculate P&C problems
Quick Reference
Key Differences
- Permutations: Order matters (ABC ≠ BAC)
- Combinations: Order doesn't matter (ABC = BAC)
- Example: Choosing team captain vs. choosing team members
Common Factorials
- 0! = 1
- 3! = 6
- 5! = 120
- 10! = 3,628,800
How the Permutation & Combination Calculator Works
Our permutation and combination calculator provides three calculation modes. The Permutations tab calculates the number of ordered arrangements of r items from a set of n, with an option for repetition. The Combinations tab calculates unordered selections of r items from n. The Factorial tab computes n! for any non-negative integer up to 170.
Each calculation displays not just the final answer but also the step-by-step formula expansion, helping students understand the underlying mathematics. The calculator handles large numbers accurately and provides clear explanations for every result.
Permutation & Combination Formulas
Combination: C(n,r) = n! / [r!(n−r)!]
In the permutation formula, we divide n! by (n−r)! to count only the arrangements of r items from the total n. Since order matters, different sequences of the same items are counted separately. With repetition allowed, the formula simplifies to n^r because each of the r positions can be filled by any of the n items independently.
For combinations, we further divide by r! to eliminate the duplicate counts caused by different orderings of the same selection. This is why C(n,r) is always less than or equal to P(n,r). The relationship is: C(n,r) = P(n,r) / r!. These formulas are foundational in probability theory, statistics, and discrete mathematics.
Frequently Asked Questions
Related Calculators
Feel free to browse if anything stands out.
Affiliate Disclosure: Some of the links on this page are affiliate links. This means that if you click a link and make a purchase, we may earn a small commission at no additional cost to you. Prices and availability are subject to change. The information provided here is for general informational purposes only and should not be considered financial or professional advice.