Permutations: Arrangements Where Order Matters
Problem
How many ways can 5 runners finish 1st, 2nd, and 3rd? Compute P(5,3) = 60. Show the arrangement tree and explain when order matters.
Explanation
What is a permutation?
A permutation is an ordered arrangement of objects. If you care who comes first, second, third, you are counting permutations. Rearranging the same group into a different order counts as a different permutation.
The symbol — sometimes written — means "pick items from a pool of and put them in order."
The formula
The expanded product has exactly factors, starting at and counting down.
Step-by-step solution
Five runners compete. We want to know the number of ways to assign gold, silver, and bronze (so , ).
Step 1 — Choose 1st place: Any of the 5 runners could win. 5 choices.
Step 2 — Choose 2nd place: One runner is already 1st, so 4 remain. 4 choices.
Step 3 — Choose 3rd place: Two are already placed. 3 choices.
Step 4 — Multiply (counting principle):
Step 5 — Verify with the factorial formula:
Why order matters here
Runner Alice finishing 1st with Bob 2nd and Carol 3rd is a different medal ceremony than Bob 1st, Alice 2nd, Carol 3rd. The same three people, different arrangement → counted separately.
Contrast: if the problem said "choose 3 runners for the team" (no ranks), then order would not matter and we would use combinations instead.
Special case: arranging all items
When , the formula gives . For example, the number of ways to line up all 5 runners is .
Common mistakes
- Forgetting that order matters. If you accidentally use (combinations), you undercount by a factor of .
- Using the wrong number of factors. The expanded product has exactly terms, not . For it is three factors, not five.
- Mixing up repetition rules. The formula assumes no repeats. If positions can repeat (like a 4-digit PIN where digits can repeat), it is instead.
Try it in the visualization
Move the and sliders and watch the branching tree fill in. Each path from root to leaf is one permutation; the count at the bottom is .
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.