- Home
- /
- Math
- /
- Statistics & Probability
- /
- Permutation
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) = \frac{n!}{(n-r)!}. Permutations count passwords, seating arrangements, race finishes, and any situation where the order of selection changes the outcome.
Definition
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) = \frac{n!}{(n-r)!}.
💡 Intuition
With permutations, order matters — first place and second place are different. Think of ranking students: ABC and BAC are different orderings.
🎯 Core Idea
Permutations count ordered selections: choose who goes first, then second, then third, multiplying the shrinking number of choices at each step.
Example
Formula
Notation
P(n, r), _nP_r, or P^n_r all denote permutations of r items from n
🌟 Why It Matters
Permutations count passwords, seating arrangements, race finishes, and any situation where the order of selection changes the outcome.
💭 Hint When Stuck
Ask: does switching the order create a different result? If yes, use permutations. Count choices for each slot and multiply.
Formal View
Related Concepts
🚧 Common Stuck Point
Permutation: 'How many ways to arrange?' Combination: 'How many ways to choose?'
⚠️ Common Mistakes
- Using permutations when order does not matter — if selecting a committee, use combinations instead
- Confusing P(n, r) = \frac{n!}{(n-r)!} with n^r — the latter allows repetition, permutations do not
- Forgetting that P(n, n) = n! — arranging all n items uses factorial, not the permutation formula with r < n
Go Deeper
Frequently Asked Questions
What is Permutation in Math?
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) = \frac{n!}{(n-r)!}.
What is the Permutation formula?
When do you use Permutation?
Ask: does switching the order create a different result? If yes, use permutations. Count choices for each slot and multiply.
Prerequisites
Next Steps
Cross-Subject Connections
How Permutation Connects to Other Ideas
To understand permutation, you should first be comfortable with factorial. Once you have a solid grasp of permutation, you can move on to combination.
Visualization
StaticVisual representation of Permutation