Permutations vs Combinations
Problem
From 5 students, choose 3 for a committee (combination: C(5,3) = 10) vs arrange 3 in a line (permutation: P(5,3) = 60). Show why order matters.
Explanation
The key question: does order matter?
- Permutation (order matters): Arranging 3 students in a line — ABC is different from BCA.
- Combination (order doesn't matter): Choosing 3 students for a committee — {A, B, C} is the same group regardless of order.
The formulas
Permutations:
Combinations:
Step-by-step: From 5 students (A, B, C, D, E), choose 3
Permutation: Arrange 3 in a line
There are 60 different arrangements: ABC, ACB, BAC, BCA, CAB, CBA, ABD, ADB, ...
Combination: Choose 3 for a committee
There are 10 different committees: {A,B,C}, {A,B,D}, {A,B,E}, {A,C,D}, {A,C,E}, {A,D,E}, {B,C,D}, {B,C,E}, {B,D,E}, {C,D,E}.
Why the relationship
Each committee of 3 people can be arranged in ways. So . Permutations count each group multiple times (once per arrangement); combinations count each group once.
How to decide: permutation or combination?
Ask: "Would rearranging the same items create a different outcome?"
- Yes → permutation (e.g., passwords, race finishes, seating arrangements)
- No → combination (e.g., lottery numbers, teams, pizza toppings)
Try it in the visualization
Adjust and . The comparison bar chart shows because permutations count more arrangements. The visual grouping shows how arrangements of the same group collapse into one combination.
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.