Assigning officer roles
When different positions matter, changing the order creates a new outcome, so you use permutations.
P(5, 3) = 5! / (5-3)!
Result: 60 ways to assign 3 distinct roles from 5 people
Use this calculator to compare permutations and combinations for the same values of n and r. It is useful for probability, counting problems, team selection, and exam prep.
When different positions matter, changing the order creates a new outcome, so you use permutations.
P(5, 3) = 5! / (5-3)!
Result: 60 ways to assign 3 distinct roles from 5 people
When you only care which people are selected and not their order, combinations are the correct count.
C(5, 3) = 5! / (3!(5-3)!)
Result: 10 ways to choose 3 people from 5
For the same values, permutations are always greater than or equal to combinations because they count more outcomes.
P(8, 2) vs C(8, 2)
Result: P(8, 2) = 56 and C(8, 2) = 28
If the scenario involves ranked positions, seat assignments, or ordered passwords, focus on permutations. If the scenario is simple selection without order, focus on combinations.
Permutation counts arrangements where order matters, while combination counts selections where order does not matter.
You cannot choose or arrange more items than the total number available, so r cannot be larger than n.
Use permutations when the order of outcomes changes the event, such as podium finishes, lock codes without repetition, or ordered task assignments.
Combinations group together outcomes that differ only by order, so they count fewer unique cases than permutations.