Skip to main content
Calcimator

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
  1. Enter n (the total number of items) and r (the number being selected or arranged).
  2. Choose Permutation to count ordered arrangements: P(n,r) = n! / (nβˆ’r)! β€” order matters.
  3. Choose Combination to count unordered selections: C(n,r) = n! / (r!(nβˆ’r)!) β€” order does not matter.
  4. r must be ≀ n and both must be non-negative integers; C(n,r) = C(n, nβˆ’r) by symmetry.
  5. Permutations are used for rankings and sequences; combinations are used for lottery odds and team selection.
  6. 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