Permutation & Combination

Calculate permutations P(n,r) and combinations C(n,r) with large-number support.

Permutation & Combination Calculator
Common Values
nrP(n,r)C(n,r)
3263
42126
522010
536010
623015
6312020
7321035
8333656
1029045
103720120
10530240252
12411880495
1553603603003
205186048015504
5253118752002598960

Features

The permutation & combination calculator computes the number of permutations and combinations when selecting r elements from n distinct elements.

  • Permutation P(n,r): the number of ordered selections of r from n elements, formula n! / (n-r)!
  • Combination C(n,r): the number of unordered selections of r from n elements, formula n! / (r! × (n-r)!)
  • Large-number support: high-precision computation powered by bignumber.js, supporting large permutations and combinations

Usage Instructions

Features

The permutation & combination calculator computes P(n,r) and C(n,r) for selecting r elements from n distinct elements, using bignumber.js for high-precision large-number arithmetic, with a quick-reference table of common values.

Steps

Enter total n and choose r → Click "Calculate" → View the permutation and combination results with expanded formulas; the table at the bottom provides quick reference values for common n, r pairs.

Notes

n and r must be non-negative integers and r cannot exceed n; overly long results are shown in scientific notation; all calculations run locally in the browser.