CMClearMathAcademy

Permutations and Combinations

A free Algebra II lesson from the “Sequences, Series, and Counting” unit, with a worked example and practice problems including step-by-step solutions.

A factorial n! multiplies all positive integers from 1 to n. PERMUTATIONS count ordered arrangements: P(n, r) = n! / (n - r)!. COMBINATIONS count unordered selections: C(n, r) = n! / (r! * (n - r)!). Use a permutation when order matters (rankings, lineups) and a combination when it does not (teams, hands of cards).

What you'll learn

Why it matters: Lottery odds, password strength, sports lineups, committee selections, and project task ordering all use permutations or combinations.

Worked example

Problem. How many 3-letter ordered codes can you make from the letters A, B, C, D, E with no repeats?

  1. Order matters and no repeats -> permutation P(5, 3).
  2. P(5, 3) = 5 * 4 * 3 = 60.

Answer: 60

Practice problems

1. Compute 5!.

Show solution
  1. Warm-up: First identify exactly what the question is asking: Compute 5!.
  2. Choose the operation or relationship that matches the wording, then carry it out one clear step at a time.
  3. 5 * 4 * 3 * 2 * 1 = 120.
  4. Check the result by substituting or estimating: the response should match 120 and make sense in the original problem.

Answer: 120

2. Compute 4!.

Show solution
  1. Warm-up: First identify exactly what the question is asking: Compute 4!.
  2. Choose the operation or relationship that matches the wording, then carry it out one clear step at a time.
  3. 4 * 3 * 2 * 1 = 24.
  4. Check the result by substituting or estimating: the response should match 24 and make sense in the original problem.

Answer: 24

3. Compute 3!.

Show solution
  1. Warm-up: First identify exactly what the question is asking: Compute 3!.
  2. Choose the operation or relationship that matches the wording, then carry it out one clear step at a time.
  3. 3 * 2 * 1 = 6.
  4. Check the result by substituting or estimating: the response should match 6 and make sense in the original problem.

Answer: 6

4. Compute P(5, 3).

Show solution
  1. Core Practice: First identify exactly what the question is asking: Compute P(5, 3).
  2. Choose the operation or relationship that matches the wording, then carry it out one clear step at a time.
  3. P(5, 3) = 5 * 4 * 3 = 60.
  4. Check the result by substituting or estimating: the response should match 60 and make sense in the original problem.

Answer: 60

5. Compute P(6, 2).

Show solution
  1. Core Practice: First identify exactly what the question is asking: Compute P(6, 2).
  2. Choose the operation or relationship that matches the wording, then carry it out one clear step at a time.
  3. P(6, 2) = 6 * 5 = 30.
  4. Check the result by substituting or estimating: the response should match 30 and make sense in the original problem.

Answer: 30

Practice this interactively with instant feedback and an AI tutor.

Practice Permutations and Combinations Take the free placement check

More Algebra II lessons