



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This lecture covers the concepts of r-permutations and r-combinations, which deal with the number of ways to order or choose objects from a set. Examples, formulas, and theorems to help understand these concepts. Students will learn how to calculate the number of ways to form a team from a group of faculty, find the coefficient of a term in a binomial expansion, and explore the birthday problem.
Typology: Assignments
1 / 5
This page cannot be seen from the preview
Don't miss anything!




r-Permutations: The number of ways to order r objects from a set of n objects is
P (n, r) = n(n − 1) · · · (n − r + 1).
If r = n (in other words, all n objects are ordered) then this n permutation is called a permutation for short.
Example 1. Suppose 3 people get on an elevator in a six-story building and each one gets off on a different floor. How many ways can this be done?
Example 2. How many injective functions are there from a set of 4 elements to a set of 6 elements? In general, how many injective functions are there from a set of m elements to a set of n elements?
r-Combinations: The number of ways to choose r objects from a set of n objects is
C(n, r) =
n(n − 1) · · · (n − r + 1) r!
n! (n − r)!r!
A more common way of writing C(n, r) is ( n r
)
C(n, r) is called a binomial coefficient since, in the expansion of (x + y)n, the coefficient of the xn−ryr^ term is C(n, r).
Example 5. What is the coefficient of the x^4 term in the expansion of (3x + 2)^6?
Example 6. The Birthday problem. What are the chances that two people in this classroom have the same birthday?
Theorem 1. Some combination identities
C(n, r) = C(n, n − r)
∑n k=0 C(n, k) = 2 n
∑n k=0(−1)
kC(n, k) = 0
C(m + n, k) =
∑^ k
r=
C(m, r)C(n, k − r)
Proof: