DWG NO. 9.6 — Lesson 6 of 6

Counting Principles

Unit 9: Sequences, Series, and Combinatorics · ~25 min

Objective Apply the fundamental counting principle, permutations, and combinations to count outcomes, and use combinations to compute basic probabilities.

Lesson 9.5 used n\(C_{k}\) to count binomial coefficients without asking what it was really counting. This closing lesson answers that: n\(C_{k}\) counts the number of ways to choose k items from a group of n, and it's one of three counting tools — alongside the counting principle and permutations — that turn "how many ways can this happen" into arithmetic.

The fundamental counting principle

If one task can be done in m ways and a second, independent task can be done in n ways, the two together can be done in m × n ways. This extends to any number of stages: multiply the number of choices at each stage.

start 3 choices 2 choices each → 6 outcomes

3 choices at stage one, 2 at stage two — 3 × 2 = 6 total outcomes

Permutations

A permutation counts arrangements where order matters — picking a president then a vice president from a club gives a different result than picking the same two people in the opposite order. The number of ways to arrange r items chosen from a set of n is:

Permutations n\(P_{r}\) = \(\frac{n!}{(n-r)!}\)

Combinations

A combination counts selections where order doesn't matter — choosing a 3-person committee gives the same committee no matter what order the names were picked in. Because each group of r items could be arranged in r! different orders, dividing the permutation count by r! removes that overcounting:

Combinations n\(C_{r}\) = \(\frac{n!}{r!(n-r)!}\)  =  \(\frac{_{n}P_{r}}{r!}\)

This is the exact same formula as the binomial coefficient from Lesson 9.5 — n\(C_{k}\) in the Binomial Theorem is literally counting the number of ways to choose which k of the n factors of (a+b)(a+b)…(a+b) contribute a b.

A quick test: does order matter?

SituationOrder matters?Tool
Ranking 1st, 2nd, 3rd place from 8 runnersYesPermutation
Choosing a 3-person committee from 8 peopleNoCombination
Assigning distinct roles (chair, secretary) to 2 of 8 peopleYesPermutation

Basic probability with combinations

When every outcome is equally likely, the probability of an event is the number of favorable outcomes divided by the total number of possible outcomes — and both counts are often found using combinations.

Probability P(event) = \(\frac{favorable outcomes}{total outcomes}\)
Worked Example 1 · Permutation
ProblemIn how many ways can a president, vice president, and treasurer be chosen from a club of 10 members?
1Order matters (the roles are distinct), so use n\(P_{r}\) with n=10, r=3.
210\(P_{3}\) = 10!/(10−3)! = 10!/7! = 10 · 9 · 8.
720 ways
Worked Example 2 · Combination and probability
ProblemA committee of 4 is chosen at random from a group of 6 men and 5 women (11 total). Find the probability the committee is all women.
1Total ways to choose 4 from 11 (order doesn't matter): 11\(C_{4}\) = 11!/(4!7!) = 330.
2Ways to choose all 4 from the 5 women: 5\(C_{4}\) = 5!/(4!1!) = 5.
3P(all women) = 5/330 = 1/66.
P = 1/66

Guided practice