The Nature of Mathematics, 12th Edition
Home
about dr. smith
glossary
transparencies
other books

Chapter1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
Chapter 10
Chapter 11
Chapter 12
Chapter 13
Chapter 14
Chapter 15
Chapter 16
Chapter 17
Chapter 18
group projects
individual projects
links by topic
Section 12.3: Counting Without Counting

12.3 Outline

A.  Distinguish permutations and combinations
B. License plate problem
C. Which method?

12.3 Essential Ideas

Fundamental Counting Principle

If one task can be performed in m ways, and if, after that task is completed, a second task can be performed in n ways, then the total number of ways of ways for both tasks is found by multiplication: mn. Repetitions are allowed.

Permutations

A permutation of r elements selected from a set of n elements is an ordered arrangement of those r elements selected without repetitions. The order of selection is important.

Combinations

A combination of r elements selected from a set of n elements is an subset of r elements selected without repetitions. The order of selection is not important.

Counting Formulas

Factorial: n! = n(n - 1)(n - 2)(n - 3) ... (3)(2)(1).

Count-down formula: n! = n(n - 1)!

Permutation formula: The number of ways of selecting r elements from a set with cardinality n in which the order of section is important is n!/(n - r)!

Combination formula: The number of ways of selecting r elements from a set with cardinality n in which the order of selection is not important is n!/r!(n - r)!.

Number of distinguishable permutations:
If n objects are partitioned so that there are n1 of one kind, n2 of another, and n3 of still a third kind (so that n1 + n2 + n3 = n), then the number of ways that the n objects can be selected is n! divided by the product of (n1)!(n2)!(n3)!.