Chapter 7 Logic, Sets, and Counting

Slides:



Advertisements
Similar presentations
Counting Chapter 6 With Question/Answer Animations.
Advertisements

Warm-Up Problem Can you predict which offers more choices for license plates? Choice A: a plate with three different letters of the alphabet in any order.
Consider the possible arrangements of the letters a, b, and c. List the outcomes in the sample space. If the order is important, then each arrangement.
Chapter 13 sec. 3.  Def.  Is an ordering of distinct objects in a straight line. If we select r different objects from a set of n objects and arrange.
Fall 2002CMSC Discrete Structures1 Permutations How many ways are there to pick a set of 3 people from a group of 6? There are 6 choices for the.
1 Learning Objectives for Section 7.4 Permutations and Combinations After today’s lesson you should be able to set up and compute factorials. apply and.
Chapter 11 Counting Methods © 2008 Pearson Addison-Wesley. All rights reserved.
Logic and Introduction to Sets Chapter 6 Dr.Hayk Melikyan/ Department of Mathematics and CS/ For more complicated problems, we will.
College Algebra Fifth Edition
How many ways are there to pass through city A where the arrows represent one-way streets? Answer: mn ways The counting principal: Suppose two experiments.
5.5 Counting Techniques. More Challenging Stuff  The classical method, when all outcomes are equally likely, involves counting the number of ways something.
Chapter 7 Logic, Sets, and Counting Section 4 Permutations and Combinations.
6.4 Permutations and combinations For more complicated problems, we will need to develop two important concepts: permutations and combinations. Both of.
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
1 Permutations and Combinations. 2 In this section, techniques will be introduced for counting the unordered selections of distinct objects and the ordered.
Chapter 4 Lecture 4 Section: 4.7. Counting Fundamental Rule of Counting: If an event occurs m ways and if a different event occurs n ways, then the events.
Permutations and Combinations
Chapter 6 With Question/Answer Animations 1. Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients.
Permutations and Combinations
Section 10-3 Using Permutations and Combinations.
March 10, 2015Applied Discrete Mathematics Week 6: Counting 1 Permutations and Combinations How many different sets of 3 people can we pick from a group.
Permutations and Combinations
Unit 7 Permutation and Combination IT Disicipline ITD1111 Discrete Mathematics & Statistics STDTLP 1 Unit 7 Permutation and Combination.
Prob/Stats Definition A permutation is an ordered arrangement of objects. (For example, consider the permutations of the letters A, B, C and D.)
March 10,  Counting  Fundamental Counting principle  Factorials  Permutations and combinations  Probability  Complementary events  Compound.
Chapter 7 Logic, Sets, and Counting Section 4 Permutations and Combinations.
Sullivan Algebra and Trigonometry: Section 14.2 Objectives of this Section Solve Counting Problems Using the Multiplication Principle Solve Counting Problems.
Learning Objectives for Section 7.4 Permutations and Combinations
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Learning Objectives for Section 7.4 Permutations and Combinations The student will be able to set up and.
Permutations and Combinations Section 2.2 & 2.3 Finite Math.
PERMUTATIONS AND COMBINATIONS BOTH PERMUTATIONS AND COMBINATIONS USE A COUNTING METHOD CALLED FACTORIAL.
Discrete Mathematics, 1st Edition Kevin Ferland Chapter 6 Basic Counting 1.
Counting Principles Multiplication rule Permutations Combinations.
THE NATURE OF COUNTING Copyright © Cengage Learning. All rights reserved. 12.
Permutations and Combinations. 2 In this section, techniques will be introduced for counting the unordered selections of distinct objects and the ordered.
 Counting  Fundamental Counting principle  Factorials  Permutations and combinations  Probability  Complementary events  Compound events  Independent.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 11 Counting Methods and Probability Theory.
COUNTING Permutations and Combinations. 2Barnett/Ziegler/Byleen College Mathematics 12e Learning Objectives for Permutations and Combinations  The student.
Section The Pigeonhole Principle If a flock of 20 pigeons roosts in a set of 19 pigeonholes, one of the pigeonholes must have more than 1 pigeon.
1 DISCRETE STRUCTURES DISCRETE STRUCTURES SSK3003 DR. ALI MAMAT 1.
Copyright © Cengage Learning. All rights reserved. Probability and Statistics.
Section 6.3. Section Summary Permutations Combinations.
The Multiplication Rule
Chapter 10 Counting Methods.
Permutations and Combinations
The Pigeonhole Principle
Permutations and Combinations
CSE15 Discrete Mathematics 04/19/17
Permutations and Combinations
Copyright © 2016, 2013, and 2010, Pearson Education, Inc.
Counting Methods and Probability Theory
4 Elementary Probability Theory
COCS DISCRETE STRUCTURES
12.2 Permutations and Combinations
Copyright © Cengage Learning. All rights reserved.
Permutations and Combinations
Permutations and Combinations
4 Elementary Probability Theory
COUNTING AND PROBABILITY
Permutations and Combinations
COUNTING AND PROBABILITY
Permutations and Combinations
Counting Methods and Probability Theory
Counting Methods and Probability Theory
Combinations & Permutations (4.3.1)
Counting Methods and Probability Theory
5 Elementary Probability Theory
Applied Combinatorics, 4th Ed. Alan Tucker
Presentation transcript:

Chapter 7 Logic, Sets, and Counting Section 4 Permutations and Combinations

Learning Objectives for Section 7.4 Permutations and Combinations The student will be able to set up and compute factorials. The student will be able to apply and calculate permutations. The student will be able to apply and calculate combinations. The student will be able to solve applications involving permutations and combinations. Barnett/Ziegler/Byleen Finite Mathematics 12e

7.4 Permutations and Combinations For more complicated problems, we will need to develop two important concepts: permutations and combinations. Both of these concepts involve what is called the factorial of a number. Barnett/Ziegler/Byleen Finite Mathematics 12e

Definition of n Factorial (n !) n! = n(n – 1)(n – 2)(n – 3)…1 For example, 5! = 5(4)(3)(2)(1) = 120 n! = n(n – 1)! 0! = 1 by definition. Most calculators have an n! key or the equivalent. n! grows very rapidly, which may result in overload on a calculator. Barnett/Ziegler/Byleen Finite Mathematics 12e

Example The simplest protein molecule in biology is called vasopressin and is composed of 8 amino acids that are chemically bound together in a particular order. The order in which these amino acids occur is of vital importance to the proper functioning of vasopressin. If these 8 amino acids were placed in a hat and drawn out randomly one by one, how many different arrangements of these 8 amino acids are possible? Barnett/Ziegler/Byleen Finite Mathematics 12e

Solution Solution: Let A, B, C, D, E, F, G, H symbolize the 8 amino acids. They must fill 8 slots: ___ ___ ___ ___ ___ ___ ___ ___ There are 8 choices for the first position, leaving 7 choices for the second slot, 6 choices for the third slot and so on. The number of different orderings is 8(7)(6)(5)(4)(3)(2)(1) = 8! = 40,320. Barnett/Ziegler/Byleen Finite Mathematics 12e

Two Problems Illustrating Combinations and Permutations Problem 1: Consider the set {p, e, n}. How many two-letter “words” (including nonsense words) can be formed from the members of this set, if two different letters have to be used? Barnett/Ziegler/Byleen Finite Mathematics 12e

Two Problems Illustrating Combinations and Permutations Problem 1: Consider the set {p, e, n}. How many two-letter “words” (including nonsense words) can be formed from the members of this set, if two different letters have to be used? Solution: We will list all possibilities: pe, pn, en, ep, np, ne, a total of 6. Problem 2: Now consider the set consisting of three males: {Paul, Ed, Nick}. For simplicity, denote the set by {p, e, n}. How many two-man crews can be selected from this set? Barnett/Ziegler/Byleen Finite Mathematics 12e

Two Problems Illustrating Combinations and Permutations Problem 1: Consider the set {p, e, n}. How many two-letter “words” (including nonsense words) can be formed from the members of this set, if two different letters have to be used? Solution: We will list all possibilities: pe, pn, en, ep, np, ne, a total of 6. Problem 2: Now consider the set consisting of three males: {Paul, Ed, Nick}. For simplicity, denote the set by {p, e, n}. How many two-man crews can be selected from this set? Solution: pe (Paul, Ed), pn (Paul, Nick) and en (Ed, Nick), and that is all! Barnett/Ziegler/Byleen Finite Mathematics 12e

Difference Between Permutations and Combinations Both problems involved counting the numbers of arrangements of the same set {p, e, n}, taken 2 elements at a time, without allowing repetition. However, in the first problem, the order of the arrangements mattered since pe and ep are two different “words”. In the second problem, the order did not matter since pe and ep represented the same two-man crew. We counted this only once. The first example was concerned with counting the number of permutations of 3 objects taken 2 at a time. The second example was concerned with the number of combinations of 3 objects taken 2 at a time. Barnett/Ziegler/Byleen Finite Mathematics 12e

Permutations The notation P(n, r) represents the number of permutations (arrangements) of n objects taken r at a time, where r is less than or equal to n. In a permutation, the order is important. P(n, r) may also be written Pn,r In our example with the number of two letter words from {p, e, n}, the answer is P(3, 2), which represents the number of permutations of 3 objects taken 2 at a time. P(3, 2) = 6 = (3)(2) Barnett/Ziegler/Byleen Finite Mathematics 12e

Permutations In general, P(n, r) = n(n – 1)(n – 2)(n – 3)…(n – r + 1) or Barnett/Ziegler/Byleen Finite Mathematics 12e

More Examples Find P(5, 3) Barnett/Ziegler/Byleen Finite Mathematics 12e

More Examples Find P(5, 3) Here n = 5 and r = 3, so we have P(5, 3) = (5)(5 – 1)(5 – 2) = 5(4)3 = 60. This means there are 60 permutations of 5 items taken 3 at a time. Application: A park bench can seat 3 people. How many seating arrangements are possible if 3 people out of a group of 5 sit down? Barnett/Ziegler/Byleen Finite Mathematics 12e

More Examples (continued) Solution: Think of the bench as three slots ___ ___ ___ . There are 5 people that can sit in the first slot, leaving 4 remaining people to sit in the second position and finally 3 people eligible for the third slot. Thus, there are 5(4)(3) = 60 ways the people can sit. The answer could have been found using the permutations formula P(5, 3) = 60, since we are finding the number of ways of arranging 5 objects taken 3 at a time. Barnett/Ziegler/Byleen Finite Mathematics 12e

P (n, n) = n (n – 1)(n – 2)…1 = n ! Find P(5, 5), the number of arrangements of 5 objects taken 5 at a time. Barnett/Ziegler/Byleen Finite Mathematics 12e

P (n, n) = n (n – 1)(n – 2)…1 = n ! Find P(5, 5), the number of arrangements of 5 objects taken 5 at a time. Answer: P(5, 5) = 5(4)(3)(2)(1) = 120. Application: A bookshelf has space for exactly 5 books. How many different ways can 5 books be arranged on this bookshelf? Barnett/Ziegler/Byleen Finite Mathematics 12e

P (n, n) = n (n – 1)(n – 2)…1 = n ! Find P(5, 5), the number of arrangements of 5 objects taken 5 at a time. Answer: P(5, 5) = 5(4)(3)(2)(1) = 120. Application: A bookshelf has space for exactly 5 books. How many different ways can 5 books be arranged on this bookshelf? Answer: Think of 5 slots, again. There are five choices for the first slot, 4 for the second and so on until there is only 1 choice for the final slot. The answer is 5(4)(3)(2)(1), which is the same as P(5, 5) = 120. Barnett/Ziegler/Byleen Finite Mathematics 12e

Combinations In the second problem, the number of two man crews that can be selected from {p, e, n} was found to be 6. This corresponds to the number of combinations of 3 objects taken 2 at a time or C(3, 2). We will use a variation of the formula for permutations to derive a formula for combinations. Note: C(n, r) may also be written Cn,r or . Barnett/Ziegler/Byleen Finite Mathematics 12e

Combinations Consider the six permutations of {p, e, n} which are grouped in three pairs of 2. Each pair corresponds to one combination of 2: (pe, ep), (pn, np), (en, ne) If we want to find the number of combinations of 3 objects taken 2 at a time, we simply divide the number of permutations of 3 objects taken 2 at a time by 2 (or 2!) We have the following result: C(3, 2) = Barnett/Ziegler/Byleen Finite Mathematics 12e

Generalization General result: This formula gives the number of subsets of size r that can be taken from a set of n objects. The order of the items in each subset does not matter. The number of combinations of n distinct objects taken r at a time without repetition is given by Barnett/Ziegler/Byleen Finite Mathematics 12e

Examples 1. Find C(8, 5) 2. Find C(8, 8) Barnett/Ziegler/Byleen Finite Mathematics 12e

Examples Solution 1. Find C(8, 5) Solution: C(8, 5) = 2. Find C(8, 8) Barnett/Ziegler/Byleen Finite Mathematics 12e

Combinations or Permutations? In how many ways can you choose 5 out of 10 friends to invite to a dinner party? Barnett/Ziegler/Byleen Finite Mathematics 12e

Combinations or Permutations? (continued) In how many ways can you choose 5 out of 10 friends to invite to a dinner party? Solution: Does the order of selection matter? If you choose friends in the order A,B,C,D,E or A,C,B,D,E, the same set of 5 was chosen, so we conclude that the order of selection does not matter. We will use the formula for combinations since we are concerned with how many subsets of size 5 we can select from a set of 10. C(10,5) = Barnett/Ziegler/Byleen Finite Mathematics 12e

Permutations or Combinations? (continued) How many ways can you arrange 10 books on a bookshelf that has space for only 5 books? Barnett/Ziegler/Byleen Finite Mathematics 12e

Permutations or Combinations? (continued) How many ways can you arrange 10 books on a bookshelf that has space for only 5 books? Solution: Does order matter? The answer is yes since the arrangement ABCDE is a different arrangement of books than BACDE. We will use the formula for permutations. We need to determine the number of arrangements of 10 objects taken 5 at a time so we have P(10, 5) = 30,240. Barnett/Ziegler/Byleen Finite Mathematics 12e

Lottery Problem A certain state lottery consists of selecting a set of 6 numbers randomly from a set of 49 numbers. To win the lottery, you must select the correct set of six numbers. How many possible lottery tickets are there? Barnett/Ziegler/Byleen Finite Mathematics 12e

Lottery Problem A certain state lottery consists of selecting a set of 6 numbers randomly from a set of 49 numbers. To win the lottery, you must select the correct set of six numbers. How many possible lottery tickets are there? Solution: The order of the numbers is not important here as long as you have the correct set of six numbers. To determine the total number of lottery tickets, we will use the formula for combinations and find C(49, 6), the number of combinations of 49 items taken 6 at a time. Using our calculator, we find that C(49, 6) = 13,983,816. Barnett/Ziegler/Byleen Finite Mathematics 12e