Counting
Multiplication Principle: Two finite sets A and B. Count the number of pairs {(a, b) : a ∈ A, b ∈ B}. Answer: n(A) × n(B). Permutations: The number of ways you can order n distinct objects. Answer: n! = n · (n − 1) · · · · · 2 · 1. By definition 0! = 1. The number of ways you can select k elements out of n with
- rder
Answer: P(n, k) = n · (n − 1) · · · · · (n − k + 1) =
n! (n−k)!.
Combinations: Number of ways to select k elements out of n without
- rder:
C(n, k) = n
k
- =
n! (n−k)!k!.
Dan Barbasch Math 1105 Chapter 8 Week of September 10 1 / 1