Permutation Formula
A permutation is an ordered arrangement of objects — the number of ways to choose and order r items from n distinct items is P(n,r) = n!/(n-r)!.
The Formula
When to use: With permutations, order matters — first place and second place are different. Think of ranking students: ABC and BAC are different orderings.
Quick Example
Notation
What This Formula Means
A permutation is an ordered arrangement of objects — the number of ways to choose and order items from distinct items is .
With permutations, order matters — first place and second place are different. Think of ranking students: ABC and BAC are different orderings.
Formal View
Worked Examples
Example 1
easyAnswer
First step
Full solution
- 2 Expand the factorial ratio:
- 3 Calculate the product:
Example 2
mediumExample 3
mediumCommon Mistakes
- Using a permutation when order doesn't matter — that overcounts by ; use a combination instead.
- Allowing repeats — assumes distinct items each used once; repeats need the counting principle.
- Confusing and in — is the pool, is how many positions you fill.
Why This Formula Matters
Permutations are half the counting decision that every probability problem depends on — get 'does order matter?' wrong and your sample-space size is off by a factor of . They distinguish a podium (gold-silver-bronze) from a committee. Recognizing it by "Does swapping two of the chosen items create a different valid outcome?" — rather than by familiar numbers — is what lets a student tell it apart from combination and factorial and counting principle in a mixed problem set.
Frequently Asked Questions
What is the Permutation formula?
A permutation is an ordered arrangement of objects — the number of ways to choose and order items from distinct items is .
How do you use the Permutation formula?
With permutations, order matters — first place and second place are different. Think of ranking students: ABC and BAC are different orderings.
What do the symbols mean in the Permutation formula?
, , or all denote permutations of items from
Why is the Permutation formula important in Math?
Permutations are half the counting decision that every probability problem depends on — get 'does order matter?' wrong and your sample-space size is off by a factor of . They distinguish a podium (gold-silver-bronze) from a committee. Recognizing it by "Does swapping two of the chosen items create a different valid outcome?" — rather than by familiar numbers — is what lets a student tell it apart from combination and factorial and counting principle in a mixed problem set.
What do students get wrong about Permutation?
The procedure for permutation is the easy part; the trap is using a permutation when order doesn't matter. Asking "Does swapping two of the chosen items create a different valid outcome?" first is what keeps a correct-looking calculation from being attached to the wrong concept.
What should I learn before the Permutation formula?
Before studying the Permutation formula, you should understand: factorial.