Part of the Maths & Statistics suite · 235 calculators

Permutations Calculator (nPr)

How many ordered arrangements of r items from n — nPr — with the combination count and the full-ordering count alongside.

A permutation counts arrangements: first, second and third place are three different outcomes for the same three runners.

Results update as you type
Results
Permutations P(n, r)
720
Combinations C(n, r) — order ignored
Orderings per selection (r!)
Arrangements of all n items (n!)
With repetition allowed (nʳ)
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows the national curriculum (maths, brackets, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About permutations calculator (npr)

How the permutations calculator (npr) works

A permutation counts arrangements: first, second and third place are three different outcomes for the same three runners. The count is n × (n − 1) × … down r terms, which is n! ÷ (n − r)!.

When r equals n you are arranging everything, and the answer is n! — which grows terrifyingly fast. Fifteen items already have more orderings than there are seconds in forty thousand years.

Formula: P(n, r) = n! / (n − r)!

Worked examples

InputsPermutations P(n, r)Note
Gold, silver, bronze from 10 runners720720
Arrange all 5 items120120
A 4-digit PIN from 10 digits, no repeats5,0405,040

Frequently asked questions

What is nPr?

The number of ways to fill r ordered positions from n distinct items: n! ÷ (n − r)!.

When do I use permutations rather than combinations?

When the order of the result matters — podium places, passwords, seating, rankings.

How many ways can 5 people sit in a row?

5! = 120.

What if repeats are allowed?

Then it is simply nʳ — a 4-digit PIN from 10 digits gives 10,000, not 5,040.

Why does the count grow so fast?

Each new item multiplies every existing arrangement. 10! is 3.6 million; 20! is bigger than the age of the universe in seconds.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.