Permutations and Combinations
Discounts, tax, tips, profit margins
In the counting principles lesson, you learned the fundamental counting principle and noticed that sometimes different orderings give the same outcome. Permutations and combinations formalize the distinction: permutations count arrangements where order matters, and combinations count selections where order does not matter. These formulas appear throughout probability, statistics, and discrete mathematics.
Permutations (Order Matters)
A permutation is an arrangement of objects in a specific order. The number of ways to arrange objects chosen from distinct objects is:
Why this formula works: The first position has choices, the second has , and so on down to choices. This product equals .
Example 1: Race Finishers
In a race with 10 runners, how many ways can the gold, silver, and bronze medals be awarded?
Example 2: Arranging Letters
How many different 4-letter arrangements can be made from the letters in PRIME (5 letters, no repeats)?
Special Case: Arranging All Objects
When (you arrange all objects):
This is why the number of ways to arrange 6 books on a shelf is .
Combinations (Order Does Not Matter)
A combination is a selection of objects where order is irrelevant. The number of ways to choose objects from distinct objects is:
The notation is read “n choose r” and is the same binomial coefficient from the binomial theorem.
Why divide by ? A permutation counts each group times (once for each ordering). Dividing removes the duplicate orderings:
Example 3: Choosing a Committee
From a club of 12 members, how many ways can a 4-person committee be chosen?
Example 4: Lottery Numbers
A lottery draws 6 numbers from 1 to 49. How many possible outcomes?
This is why lotteries are hard to win — nearly 14 million possible combinations.
How to Tell: Permutation or Combination?
Ask: Does the order of selection matter?
| Scenario | Order Matters? | Formula |
|---|---|---|
| Electing president, VP, secretary | Yes | |
| Choosing a committee | No | |
| Arranging books on a shelf | Yes | |
| Selecting lottery numbers | No | |
| Assigning seats at a table | Yes | |
| Choosing pizza toppings | No |
Key words that signal order matters: arrange, rank, assign roles, first/second/third Key words that signal order does not matter: choose, select, group, committee, team, hand (of cards)
Permutations with Repetition
When some objects are identical, not all rearrangements produce distinct outcomes. If you have objects where are identical of type 1, of type 2, etc.:
Example 5: Rearranging MISSISSIPPI
MISSISSIPPI has 11 letters: M(1), I(4), S(4), P(2).
Circular Permutations (Brief)
When arranging objects in a circle, rotations of the same arrangement are considered identical. Fix one object’s position and arrange the rest:
Example: 8 people around a circular table: arrangements.
Combining Counting Techniques
Many problems require using permutations, combinations, and the counting principle together.
Example 6: Mixed Committee
From 7 men and 5 women, form a committee of 3 men and 2 women.
Choose 3 men from 7:
Choose 2 women from 5:
By the counting principle: committees.
Example 7: At Least One Condition
From a standard 52-card deck, how many 5-card hands contain at least one ace?
Complement method: Total hands minus hands with no aces.
Total 5-card hands:
Hands with no aces (choose 5 from 48 non-aces):
Hands with at least one ace:
Real-World Application: Product Testing in Retail
A retail company has 20 new products and wants to select 5 for a trial display. Additionally, the 5 selected products must be arranged in a specific order on the shelf (position 1 through 5).
Step 1 — How many ways to choose which 5 products?
Step 2 — How many ways to arrange 5 products on the shelf?
Total arrangements:
Or equivalently: .
This shows that — choosing and then ordering is the same as permuting directly.
Common Mistakes
- Using permutations when combinations are needed (and vice versa). Always ask: does order matter?
- Forgetting to divide by for combinations. If you get a suspiciously large answer for a “choose a team” problem, you probably computed a permutation.
- Not handling identical objects. “How many arrangements of BANANA?” requires dividing by the repeated-letter factorials.
- Adding when you should multiply. Choosing 3 men AND 2 women uses multiplication. Choosing 3 men OR 2 women (one or the other, not both) uses addition.
Practice Problems
Problem 1: Compute and .
Problem 2: A club has 15 members. How many ways can a president, vice-president, and secretary be chosen?
Order matters (different roles):
Problem 3: How many distinct arrangements of the letters in COMMITTEE are there?
COMMITTEE: 9 letters. C(1), O(1), M(2), I(1), T(2), E(2).
Problem 4: From 6 men and 8 women, choose a committee of 5 with exactly 3 women. How many ways?
Choose 3 women from 8:
Choose 2 men from 6:
Total:
Problem 5: How many 5-card poker hands are “flushes” (all 5 cards the same suit)?
Choose 1 suit from 4:
Choose 5 cards from 13 in that suit:
Total flushes:
(Note: this includes straight flushes and royal flushes.)
Key Takeaways
- Permutations count ordered arrangements:
- Combinations count unordered selections:
- The key question is always: does order matter?
- For identical objects, divide by the factorials of the repeat counts
- Circular permutations fix one position: arrangements
- Combine formulas using the counting principle (multiply across independent choices, add across exclusive categories)
- — permuting = choosing then ordering
Return to College Algebra for more topics in this section.
Next Up in College Algebra
All College Algebra topicsLast updated: March 29, 2026