Permutation & Combination Calculator
Calculate permutations and combinations. Essential for probability, statistics, and counting problems.
Inputs
Results
Result
720
FormulaP(10,3) = 10! / (10-3)!
How to Use This Calculator
- Enter n (the total number of items) and r (the number being selected or arranged).
- Choose Permutation to count ordered arrangements: P(n,r) = n! / (nβr)! β order matters.
- Choose Combination to count unordered selections: C(n,r) = n! / (r!(nβr)!) β order does not matter.
- r must be β€ n and both must be non-negative integers; C(n,r) = C(n, nβr) by symmetry.
- Permutations are used for rankings and sequences; combinations are used for lottery odds and team selection.
- For very large n, results may exceed safe integer limits and be expressed in scientific notation.
Ad Placeholder
Formula
Permutation: P(n,r) = n!/(n-r)!, Combination: C(n,r) = n!/(r!(n-r)!)Related Calculators
Ad Placeholder