© The McGraw-Hill Companies, Inc., Chapter 4 Counting Techniques
© The McGraw-Hill Companies, Inc., Outline 4-1 Introduction 4-2 Tree Diagrams and the Multiplication Rule for Counting 4-3 Permutations and Combinations
© The McGraw-Hill Companies, Inc., Objectives Determine the number of outcomes to a sequence of events using a tree diagram. Find the total number of outcomes in a sequence of events using the multiplication rule.
© The McGraw-Hill Companies, Inc., Objectives r n Find the number of ways r objects can be selected from n objects using the permutation rule. r n Find the number of ways r objects can be selected from n objects without regard to order using the combination rule.
© The McGraw-Hill Companies, Inc., Tree Diagrams tree diagram A tree diagram is a device used to list all possibilities of a sequence of events in a systematic way.
© The McGraw-Hill Companies, Inc., Tree Diagrams Tree Diagrams - Example Suppose a sales person can travel from New York to Pittsburgh by plane, train, or bus, and from Pittsburgh to Cincinnati by bus, boat, or automobile. Display the information using a tree diagram.
© The McGraw-Hill Companies, Inc., Tree Diagrams Tree Diagrams - Example Cincinnati Bus New York Pittsburgh Plane Train Bus Boat Auto Bus Boat Bus Auto Plane, Bus Plane, boat Plane, auto Train, bus Train, boat Train, auto Bus, bus Bus, boat Bus, auto
© The McGraw-Hill Companies, Inc., The Multiplication Rule for Counting Multiplication Rule : n k 1 k 2 k 3 k 1 k 2 k 3 k n Multiplication Rule : In a sequence of n events in which the first one has k 1 possibilities and the second event has k 2 and the third has k 3, and so forth, the total possibilities of the sequence will be k 1 k 2 k 3 k n.
© The McGraw-Hill Companies, Inc., The Multiplication Rule for Counting The Multiplication Rule for Counting - Example A nurse has three patients to visit. How many different ways can she make her rounds if she visits each patient only once?
© The McGraw-Hill Companies, Inc., The Multiplication Rule for Counting - Example She can choose from three patients for the first visit and choose from two patients for the second visit, since there are two left. On the third visit, she will see the one patient who is left. Hence, the total number of different possible outcomes is = 6.
© The McGraw-Hill Companies, Inc., The Multiplication Rule for Counting The Multiplication Rule for Counting - Example Employees of a large corporation are to be issued special coded identification cards. The card consists of 4 letters of the alphabet. Each letter can be used up to 4 times in the code. How many different ID cards can be issued?
© The McGraw-Hill Companies, Inc., The Multiplication Rules for Counting The Multiplication Rules for Counting - Example Since 4 letters are to be used, there are 4 spaces to fill ( _ _ _ _ ). Since there are 26 different letters to select from and each letter can be used up to 4 times, then the total number of identification cards that can be made is = 456,976.
© The McGraw-Hill Companies, Inc., The Multiplication Rule for Counting The Multiplication Rule for Counting - Example The digits 0, 1, 2, 3, and 4 are to be used in a 4-digit ID card. How many different cards are possible if repetitions are permitted? Solution: Solution: Since there are four spaces to fill and five choices for each space, the solution is = 5 4 = 625.
© The McGraw-Hill Companies, Inc., The Multiplication Rule for Counting The Multiplication Rule for Counting - Example What if the repetitions were not permitted in the previous example? Solution: Solution: The first digit can be chosen in five ways. But the second digit can be chosen in only four ways, since there are only four digits left; etc. Thus the solution is = 120.
© The McGraw-Hill Companies, Inc., Permutations abc Consider the possible arrangements of the letters a, b, and c. abc, acb, bac, bca, cab, cba. The possible arrangements are: abc, acb, bac, bca, cab, cba. order of the arrangement is important If the order of the arrangement is important then we say that each arrangement is a permutation of the three letters. Thus there are six permutations of the three letters.
© The McGraw-Hill Companies, Inc., Permutations permutation An arrangement of n distinct objects in a specific order is called a permutation of the objects. Note: Note: To determine the number of possibilities mathematically, one can use the multiplication rule to get: = 6 permutations.
© The McGraw-Hill Companies, Inc., Permutations Permutation Rule : n nr n P r n P r = n! / (n – r)! Permutation Rule : The arrangement of n objects in a specific order using r objects at a time is called a permutation of n objects taken r objects at a time. It is written as n P r and the formula is given by n P r = n! / (n – r)!.
© The McGraw-Hill Companies, Inc., Permutations Permutations - Example How many different ways can a chairperson and an assistant chairperson be selected for a research project if there are seven scientists available? Solution: 7 P 2 = 7! / (7 – 2)! = 7!/5! = 42 Solution: Number of ways = 7 P 2 = 7! / (7 – 2)! = 7!/5! = 42.
© The McGraw-Hill Companies, Inc., Permutations Permutations - Example How many different ways can four books be arranged on a shelf if they can be selected from nine books? Solution: 9 P 4 = 9! / (9 – 4)! = 9!/5! = 3024 Solution: Number of ways = 9 P 4 = 9! / (9 – 4)! = 9!/5! = 3024.
© The McGraw-Hill Companies, Inc., Combinations abc Consider the possible arrangements of the letters a, b, and c. abc, acb, bac, bca, cab, cba. The possible arrangements are: abc, acb, bac, bca, cab, cba. order of the arrangement is not important If the order of the arrangement is not important then we say that each arrangement is the same. We say there is one combination of the three letters.
© The McGraw-Hill Companies, Inc., Combinations Combination Rule : r n n C r n C r = n! / [(n – r)!r!] Combination Rule : The number of combinations of of r objects from n objects is denoted by n C r and the formula is given by n C r = n! / [(n – r)!r!].
© The McGraw-Hill Companies, Inc., Combinations Combinations - Example How many combinations of four objects are there taken two at a time? Solution: 4 C 2 = 4! / [(4 – 2)! 2!] = 4!/[2!2!] = 6. Solution: Number of combinations: 4 C 2 = 4! / [(4 – 2)! 2!] = 4!/[2!2!] = 6.
© The McGraw-Hill Companies, Inc., Combinations Combinations - Example In order to survey the opinions of customers at local malls, a researcher decides to select 5 malls from a total of 12 malls in a specific geographic area. How many different ways can the selection be made? Solution: 12 C 5 = 12! / [(12 – 5)! 5!] = 12!/[7!5!] = 792. Solution: Number of combinations: 12 C 5 = 12! / [(12 – 5)! 5!] = 12!/[7!5!] = 792.
© The McGraw-Hill Companies, Inc., Combinations Combinations - Example In a club there are 7 women and 5 men. A committee of 3 women and 2 men is to be chosen. How many different possibilities are there? Solution: 7 C 3 5 C 2 = (35)(10) = 350. Solution: Number of possibilities: (number of ways of selecting 3 women from 7) (number of ways of selecting 2 men from 5) = 7 C 3 5 C 2 = (35)(10) = 350.
© The McGraw-Hill Companies, Inc., Combinations Combinations - Example A committee of 5 people must be selected from 5 men and 8 women. How many ways can the selection be made if there are at least 3 women on the committee?
© The McGraw-Hill Companies, Inc., Combinations Combinations - Example Solution: 8 C 3 5 C C 4 5 C 1 + C 5 5 C 0 = (56)(10) + (70)(5) + (56)(1) = 966. Solution: The committee can consist of 3 women and 2 men, or 4 women and 1 man, or 5 women. To find the different possibilities, find each separately and then add them: 8 C 3 5 C C 4 5 C 1 + C 5 5 C 0 = (56)(10) + (70)(5) + (56)(1) = 966.