Algebra 2 Advanced permutationscombinationscounting

Permutations & Combinations

One question decides which formula you need: does order matter?

Video by The Organic Chemistry Tutor — “Permutations and Combinations Tutorial” Watch on YouTube

The explanation

Key idea Order matters → permutation. Order does not → combination.

Both count possibilities, and the difference is whether order matters.

Permutation (order matters, like a race podium or a password):
P(n, r) = n! / (n − r)!

Combination (order does not, like a committee or a lottery ticket):
C(n, r) = n! / (r!(n − r)!)

The extra r! divides out all the rearrangements you do not want to count separately.

From 10 people, choosing 3 for gold/silver/bronze is P(10,3) = 720. Choosing 3 for a committee is C(10,3) = 120 — exactly 6 times fewer, because each committee of 3 can be ordered in 3! = 6 ways.

The test: would swapping two of your picks give a genuinely different outcome?

Worked example

From 12 students, how many ways to pick a president, VP and secretary? How many 3-person committees?

  1. Distinct roles, so order matters: P(12,3) = 12 × 11 × 10.
  2. = 1,320.
  3. Committee has no roles: C(12,3) = 1320/3!.

Answer: 1,320 ordered slates; 220 committees

Common mistakes

  • Using a permutation for a committee, inflating the count by r!.
  • Computing n!/r! instead of n!/(n−r)! for a permutation.