1 / 8

6.7 Permutations and Combinations

6.7 Permutations and Combinations. Def: A permutation is an arrangement of items in a particular order. Ex. How many ways can 10 books be line up on a shelf? Answer: 10*9*8*7*6*5*4*3*2*1 = 3,628,800 Def: n factorial For any positive integer n, n!= n*(n-1)*(n-2) … 3*2*1 For n=0, n!=1.

Télécharger la présentation

6.7 Permutations and Combinations

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 6.7 Permutations and Combinations

  2. Def: A permutation is an arrangement of items in a particular order. Ex. How many ways can 10 books be line up on a shelf? Answer: 10*9*8*7*6*5*4*3*2*1 = 3,628,800 Def: n factorial For any positive integer n, n!= n*(n-1)*(n-2) … 3*2*1 For n=0, n!=1.

  3. Number of Permuations The number of permutations of n items of a set arranged r items at a time nPr. nPr = n! / (n-r)! Ex. 10P4 = 10! / (10-4)! = 10! / 6! = 5040

  4. Example: Seven yachts enter a race. First, second, and third will be given to the three fastest yachts. How many ways and the yachts finish? Answer: 7P3 = 7! /(7-3)! = 7! / 4! = 210

  5. Def: A selection in which order does notmatter is a combination. Number of Combinations The number of combinations of n items of a set chosen r items at a time is nCr. nCr = n! / r!*(n-r)! Example: 5C3= 5! / 3!(5-3)! = 120/6*2 = 10

  6. Example: Ten candidates are running for three seats in the student government. You may vote for as many as three candidates. In how many ways can you vote for three or fewer candidates? Answer: This is a combination so we can vote for 3 people, or 2 people, or 1 person, or none one.

  7. 3 people: 10C3 120 ways. 2 people: 10C2 45 ways 1 person: 10C1 10 ways No one: 10C0 1 way

  8. HW pg 342 1-35 odd

More Related