Math

Permutations & Combinations

nPr and nCr for any n, k.

Result
120
Combinations C(10, 3)
Permutations P(n,k)
720
Combinations C(n,k)
120
Download results

Quick summary

Compute permutations P(n,k) and combinations C(n,k) using log-factorial to avoid overflow.

How to calculate permutations & combinations manually

  1. P(n,k) = n!/(n−k)!.
  2. C(n,k) = n!/(k!(n−k)!).

Compute permutations P(n,k) and combinations C(n,k) using log-factorial to avoid overflow.

How it works

P(n,k) = n!/(n−k)!. C(n,k) = n!/(k!(n−k)!).

Example

n=10, k=3 → P=720, C=120.

Was this calculation accurate and helpful?

Your anonymous feedback helps us improve every Calcly tool.

Math hub

Next steps

Keep momentum going with these recommended calculators.

Popular calculators

The most-used tools on Calcly.

Related calculators