Permutation calculator (nPr)
Compute the number of permutations nPr of r items from n.
Related tools
All Combinatorics tools →Need nPr? The Permutation calculator (nPr) derives it from n (total), r (chosen) in one step. For instance, with n (total) = 10 and r (chosen) = 3 it returns nPr = 720.
How to use it
- Enter your values: n (total), r (chosen).
- Read the result instantly: nPr.
Frequently asked questions
What does the Permutation calculator (nPr) actually compute?
It takes n (total) and r (chosen) and derives nPr from them. The calculation is live as you type, so the result updates on every change.
What information do I need to provide?
2 values: n (total) and r (chosen). Nothing else is required — no account, no file upload.
Can you show a worked example?
With n (total) = 10 and r (chosen) = 3, the calculator returns nPr = 720. Those figures come from running this exact tool, so you can reproduce them by entering the same values.
What happens if I enter larger values?
It moves a lot. Using n (total) = 20 and r (chosen) = 6 instead, nPr goes from 720 to 27,907,200 — which is why it is worth testing a few scenarios rather than trusting a single figure.
What does it give for smaller values?
Scaled down to n (total) = 5 and r (chosen) = 2, nPr comes out at 20. The relationship is worth checking at both ends before you rely on a single result.
When would I actually use this?
Counting possibilities before enumerating them: hands in a card game, passwords of a given shape, seatings around a table, or lottery odds.
What is the most common mistake?
Choosing a permutation when order does not matter. Picking three people from ten gives 720 arrangements but only 120 groups — the two differ by a factor of six here, and far more as the numbers grow.
What is the difference between the Permutation calculator (nPr) and the Combination calculator (nCr)?
This one returns nPr; the Combination calculator (nCr) returns nCr. That is the whole difference — open the one whose figure you need.
Where do the figures come from, and how current are they?
Counting formulas are exact by definition. Large factorials are computed with arbitrary precision where needed, so a result is not silently rounded into scientific notation.