nPr
—
Calculate nPr and nCr from n and r.
nPr
—
nCr
—
Permutations count ordered arrangements. That is the key idea behind nPr. If the order of selected items changes the outcome, you are in permutation territory. That makes the concept useful in scheduling, ranking, seating, passwords, race placements, and any problem where arrangement matters as much as selection.
People often confuse permutations with combinations because both involve choosing items from a larger set. The difference is simple but important: combinations ignore order, while permutations treat different orders as different results. A permutation calculator makes that distinction visible so you can use the right counting rule for the right problem. If you are pairing counting outcomes with rare-event rates, a Poisson distribution calculator complements how you think about arrivals, and when you later compare a single realization to a reference level, a z-score calculator expresses that distance in standard-deviation units.
The formula for permutations is nPr = n! / (n-r)!. That counts how many ordered selections of r items you can make from n possibilities. The factorial terms capture the shrinking pool of options after each choice. If you want combinations instead, the formula divides further by r! to remove order from the count.
This distinction matters because permutations grow very quickly. A problem with only a modest number of inputs can produce a surprisingly large count of possible arrangements. That is why permutation math is useful not just in classrooms but in practical search-space thinking, from planning lineups to estimating the size of a configuration space.
Order matters, so different arrangements count separately.
Order does not matter, so rearrangements collapse into the same count.
Getting the distinction right is the most important part of solving these problems.
If you are assigning seating at a table, choosing speakers in a specific order, or arranging finishers in a race, permutations are the correct model because the order changes the result. A ranking system is another good example: first, second, and third place are not interchangeable.
The calculator also helps students understand why permutation counts explode so quickly. Once order matters, the number of possibilities becomes much larger than the combination count for the same n and r. That insight is useful whenever you are trying to estimate complexity or compare ordering-sensitive outcomes.
In practical terms, the calculator helps users avoid undercounting by using the wrong counting rule.
First: using combinations when order matters.
Second: forgetting that nPr and nCr answer different questions.
Third: trying to count invalid cases where r is larger than n.
Once you know what question you are answering, the right formula is easy to choose.
| n | r | nPr / nCr |
|---|---|---|
| 10 | 3 | 720 / 120 |
| 6 | 2 | 30 / 15 |
| 8 | 4 | 1680 / 70 |
This table shows how the same inputs produce different counts depending on whether order matters.
Ordered selections.
Unordered combinations.
No. That would not be a valid selection.