150 likes | 161 Views
Explore systematic listing, permutations, combinations, and Pascal’s Triangle applications. Solve counting problems efficiently and understand when to use permutations or combinations. Practice with factorial formulas for both methods.
E N D
Chapter 10 Counting Methods
Chapter 10: Counting Methods • 10.1 Counting by Systematic Listing • 10.2 Using the Fundamental Counting Principle • 10.3 Using Permutations and Combinations • 10.4 Using Pascal’s Triangle • 10.5 Counting Problems Involving “Not” and “Or”
Section 10-3 • Using Permutations and Combinations
Using Permutations and Combinations • Solve counting problems involving permutations and the fundamental counting principle. • Solve counting problems involving combinations and the fundamental counting principle. • Solve counting problems that require whether to use permutations or combinations.
Permutations In the context of counting problems, arrangements are often called permutations; the number of permutations of n things taken r at a time is denoted nPr. Applying the fundamental counting principle to arrangements of this type gives nPr= n(n – 1)(n – 2)…[n – (r – 1)].
Factorial Formula for Permutations The number of permutations, or arrangements, of n distinct things taken r at a time, where rn, can be calculated as
Example: Using the Factorial Formula for Permutations Evaluate each permutation. a) 5P3 b) 6P6 Solution
Example: IDs How many ways can you select two letters followed by three digits for an ID if repeats are not allowed? Solution There are two parts: 1. Determine the set of two letters. 2. Determine the set of three digits. Part 1 Part 2
Example: Building Numbers From a Set of Digits How many four-digit numbers can be written using the numbers from the set {1, 3, 5, 7, 9} if repetitions are not allowed? Solution Repetitions are not allowed and order is important, so we use permutations:
Combinations In the context of counting problems, subsets, where order of elements makes no difference, are often called combinations; the number of combinations of n things taken r at a time is denoted nCr.
Factorial Formula for Combinations The number of combinations, or subsets, of n distinct things taken r at a time, where rn, can be calculated as Note:
Example: Using the Factorial Formula for Combinations Evaluate each combination. a) 5C3 b) 6C6 Solution
Example: Finding the Number of Subsets Find the number of different subsets of size 3 in the set {m, a, t, h, r, o, c, k, s}. Solution A subset of size 3 must have 3 distinct elements, so repetitions are not allowed. Order is not important.
Example: Finding the Number of Subsets A common form of poker involves hands (sets) of five cards each, dealt from a deck consisting of 52 different cards. How many different 5-card hands are possible? Solution Repetitions are not allowed and order is not important.