Permutation
A permutation counts arrangements where changing the order creates a different result, such as first, second, and third place.
Calculate nPr and nCr instantly. Enter the total number of objects and the number selected to compare arrangements where order matters and selections where order does not matter.
Use non-negative whole numbers where r is not greater than n.
The calculated nPr and nCr values appear below.
Enter n and r, choose a calculation type, and select the calculate button to see your results.
Both methods count possible outcomes, but the importance of order determines which calculation you should use.
A permutation counts arrangements where changing the order creates a different result, such as first, second, and third place.
A combination counts selections where order does not matter, such as choosing three members for a committee.
A factorial multiplies a whole number by every positive whole number below it. For example, 5! equals 120.
Use a permutation when the position or arrangement of selected objects affects the final outcome.
Suppose five runners compete for first, second, and third place. Since each finishing position is different, order matters.
5P3 = 5! ÷ 2! = 5 × 4 × 3 = 60
Therefore, the three positions can be filled in 60 different ways.
Use a combination when you only need to select a group and the arrangement of its members does not matter.
Suppose three people must be selected from a group of five. The order in which the people are selected does not create a new group.
5C3 = 5! ÷ [3! × 2!] = 10
Therefore, ten different groups of three people can be formed.
Follow these steps to calculate arrangements and selections without performing factorial calculations manually.
Ask whether rearranging the selected objects creates a new outcome. This helps you select the correct formula.
| Feature | Permutation | Combination |
|---|---|---|
| Does order matter? | Yes | No |
| Formula | n! ÷ (n − r)! | n! ÷ [r!(n − r)!] |
| Common example | Arranging winners by position | Selecting members for a team |
| Repeated arrangements | Different orders count separately | Different orders count as one group |
| Typical result | Usually larger | Usually smaller |
Find clear answers about nPr, nCr, factorials, input requirements, and common real-world applications.
A permutation is an arrangement of objects where the order is important. ABC and BAC are considered two different permutations.
A combination is a selection of objects where the order is not important. ABC and BAC represent the same combination.
The value n represents the total number of available objects, while r represents how many objects are arranged or selected.
No. When selecting without replacement, r must be less than or equal to n because you cannot select more objects than are available.
Zero factorial, written as 0!, is equal to 1. This definition allows permutation and combination formulas to work consistently.
Use a permutation for rankings, seating arrangements, passwords, schedules, race positions, or any situation where changing the order creates a different outcome.
Use a combination for committees, teams, lottery selections, card hands, or other situations where only the selected group matters.