Top Banner
COPYRIGHT © 2006 by LAVON B. PAGE Permutations  and Combinations
37

25- Permutations and Combinations

Apr 05, 2018

Download

Documents

Nagendra Kumar
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 1/37

COPYRIGHT © 2006 by LAVON B. PAGE

Permutations and 

Combinations

Page 2: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 2/37

COPYRIGHT © 2006 by LAVON B. PAGE

Here are the 3 cleans shirts that Ed had inthe last presentation.

Page 3: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 3/37

COPYRIGHT © 2006 by LAVON B. PAGE

Here are the 3 cleans shirts that Ed had inthe last presentation.

If he’s going to wear a different one eachday on Monday, Tuesday, and Wednesday,how many choices does he have for

matching up the 3 shirts with the 3 days?

Page 4: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 4/37

COPYRIGHT © 2006 by LAVON B. PAGE

Monday Tuesday Wednesday

Page 5: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 5/37

COPYRIGHT © 2006 by LAVON B. PAGE

Ed has 6 choices because he is arranging 3

shirts in order. The number of ways of doing this is 3 ! 2 ! 1.

Page 6: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 6/37

COPYRIGHT © 2006 by LAVON B. PAGE

Ed has 6 choices because he is arranging 3shirts in order. The number of ways of doing

this is 3 ! 2 ! 1.

Factorialn! = n(n-1)(n-2) . . . 1

For example, 5! = 5 ! 4 ! 3 ! 2 ! 1 = 120

PermutationsA permutation of a set of objects is a listing of 

the objects in some specified order. Thenumber of different permutations of n differentobjects is given by n!.

Page 7: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 7/37COPYRIGHT © 2006 by LAVON B. PAGE

A baseball team has nine players. How manydifferent possible batting orders are there once

it has been decided who the starting players willbe? How many batting orders are possible if thepitcher is going to bat last?

Page 8: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 8/37COPYRIGHT © 2006 by LAVON B. PAGE

A baseball team has nine players. How manydifferent possible batting orders are there once it

has been decided who the starting players will be?How many batting orders are possible if thepitcher is going to bat last?

There are 9 players. The number of ways to writedown a batting order is 9! = 362,880

Page 9: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 9/37COPYRIGHT © 2006 by LAVON B. PAGE

A baseball team has nine players. How manydifferent possible batting orders are there once it

has been decided who the starting players will be?How many batting orders are possible if thepitcher is going to bat last?

There are 9 players. The number of ways to writedown a batting order is 9! = 362,880

If the pitcher bats last, then the other 8 playerscan bat in any order. There are 8! = 40,320possible arrangements.

Page 10: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 10/37COPYRIGHT © 2006 by LAVON B. PAGE

P(n,r)Given a collection of n objects, the numberof different ways in which r of them can belined up in a row is

P(n,r) = n(n – 1)(n – 2) ... (n – r + 1).

Such an ordered arrangement of r objectschosen from n objects is called a

permutation of r objects chosen from nobjects.

Example: P(8,3) = 8 ! 7 ! 6 = 336

Page 11: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 11/37COPYRIGHT © 2006 by LAVON B. PAGE

If you have five clean shirts and are goingto pick one to wear on Saturday andanother (different) one to wear onSunday, how many possible ways can youmake your choice?

Page 12: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 12/37COPYRIGHT © 2006 by LAVON B. PAGE

If you have five clean shirts and are goingto pick one to wear on Saturday andanother (different) one to wear onSunday, how many possible ways can youmake your choice?

Solution:

P(5,2) = 5 ! 4 = 20

Page 13: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 13/37COPYRIGHT © 2006 by LAVON B. PAGE

If you have five clean shirts and are goingto pack two of them to go on a weekendtrip, how many possibilities are there forthe two that you select?

Page 14: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 14/37COPYRIGHT © 2006 by LAVON B. PAGE

There are 10 possibilities for which 2 shirtsyou pick. The 10 ways are shown here.

Page 15: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 15/37COPYRIGHT © 2006 by LAVON B. PAGE

Combinations

A set of r objects chosen from a set of n objects iscalled a combination of r objects chosen from nobjects. The number of different combinations of robjects that may be chosen from n given objects is

So C (n,r ) represents the number of differentunordered sets of r objects that could be chosenfrom a set of n objects.

 C(n,r) =

n!

r!(n ! r)!

Page 16: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 16/37COPYRIGHT © 2006 by LAVON B. PAGE

In the case of the 5 shirts where you werechoosing 2 for the weekend trip, we counted

10 ways to choose 2 shirts from the 5.

This is because

 C (5,2) = 5!

2!3!= 10

Page 17: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 17/37

COPYRIGHT © 2006 by LAVON B. PAGE

Jerry has seven compact discs that Michelle wouldlike to borrow for a party. He has agreed to let her

take four of them. In how many different wayscould Michelle make her choice?

Page 18: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 18/37

COPYRIGHT © 2006 by LAVON B. PAGE

Jerry has seven compact discs that Michelle wouldlike to borrow for a party. He has agreed to let her

take four of them. In how many different wayscould Michelle make her choice?

Michelle will choose 4 of the 7, so she can makeher choice in C(7,4) = = 35 ways.7!

4! 3!

Page 19: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 19/37

COPYRIGHT © 2006 by LAVON B. PAGE

Jerry has seven compact discs that Michelle wouldlike to borrow for a party. He has agreed to let her

take four of them. In how many different wayscould Michelle make her choice?

Michelle will choose 4 of the 7, so she can makeher choice in C(7,4) = = 35 ways.

The easy way to calculate this:

7!

4! 3!

7 ! 6 ! 53 ! 2

Page 20: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 20/37

COPYRIGHT © 2006 by LAVON B. PAGE

A class consists of 14 boys and 17 girls. Fourstudents from the class are to be selected to go on

a trip.(a) How many different possibilities are there for

the 4 students selected to make the trip?

(b) If it has been decided that 2 boys and 2 girls willmake the trip, then in how many different wayscould the 4 students be selected?

Page 21: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 21/37

COPYRIGHT © 2006 by LAVON B. PAGE

A class consists of 14 boys and 17 girls. Fourstudents from the class are to be selected to go on

a trip.(a) How many different possibilities are there for

the 4 students selected to make the trip?

(b) If it has been decided that 2 boys and 2 girls willmake the trip, then in how many different wayscould the 4 students be selected?

Solution:

(a) C(31,4) = = 31,46531!4! 27!

Page 22: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 22/37

COPYRIGHT © 2006 by LAVON B. PAGE

A class consists of 14 boys and 17 girls. Fourstudents from the class are to be selected to go on

a trip.(a) How many different possibilities are there for

the 4 students selected to make the trip?

(b) If it has been decided that 2 boys and 2 girlswill make the trip, then in how many differentways could the 4 students be selected?

Solution:

(a) C(31,4) = = 31,465

(b) C(14,2) ! C(17,2) = 91 ! 136 = 12,376

31!4! 27!

Page 23: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 23/37

COPYRIGHT © 2006 by LAVON B. PAGE

A poker hand consists of 5 cards dealt from anordinary 52-card deck. How many different poker

hands are there? How many are there that give a “full house”? (A full house is a hand that contains 3cards of one rank and 2 cards of some other rank,for example 3 aces and 2 sevens.)

Page 24: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 24/37

COPYRIGHT © 2006 by LAVON B. PAGE

A poker hand consists of 5 cards dealt from anordinary 52-card deck. How many different poker

hands are there? How many are there that give a “full house”? (A full house is a hand that contains 3cards of one rank and 2 cards of some other rank,for example 3 aces and 2 sevens.)

Number of poker hands = C(52,5) = 2,598,960

Page 25: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 25/37

COPYRIGHT © 2006 by LAVON B. PAGE

A poker hand consists of 5 cards dealt from anordinary 52-card deck. How many different poker

hands are there? How many are there that give a “full house”? (A full house is a hand that contains 3cards of one rank and 2 cards of some other rank,for example 3 aces and 2 sevens.)

Number of poker hands = C(52,5) = 2,598,960

13 choices for rank of card from which 3 will bechosen, then 12 choices for rank of card from which2 will be chosen.

Page 26: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 26/37

COPYRIGHT © 2006 by LAVON B. PAGE

A poker hand consists of 5 cards dealt from anordinary 52-card deck. How many different poker

hands are there? How many are there that give a “full house”? (A full house is a hand that contains 3cards of one rank and 2 cards of some other rank,for example 3 aces and 2 sevens.)

Number of poker hands = C(52,5) = 2,598,960

13 choices for rank of card from which 3 will bechosen, then 12 choices for rank of card from which2 will be chosen. Then choose 3 cards from the 1strank and 2 from the 2nd rank. So answer =

13 ! 12 ! C(4,3) ! C(4,2) = 13 ! 12 ! 4 ! 6 = 3,744

Page 27: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 27/37

COPYRIGHT © 2006 by LAVON B. PAGE

Here’s a typical full house

K"  K#  K$  7"  7%The kings are one of the 13 ranks in the deck. Sothere are 13 possibilities for the rank from which 3cards could be chosen.

The 7’s are one of the remaining 12 ranks.

The 3 kings shown are 3 of the 4 kings.

The 2 sevens shown are 2 of the 4 sevens.

Thus the number of ways of picking a full house is13 ! 12 ! C(4,3) ! C(4,2) = 13 ! 12 ! 4 ! 6 = 3,744

Page 28: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 28/37

COPYRIGHT © 2006 by LAVON B. PAGE

How many different committees of 3 couldbe formed from 8 people? If Jane is one of the 8 people, how many differentcommittees could be formed with Jane as acommittee member?

Page 29: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 29/37

COPYRIGHT © 2006 by LAVON B. PAGE

How many different committees of 3 couldbe formed from 8 people?

Solution:

C(8,3) = 56 possible committees

Page 30: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 30/37

COPYRIGHT © 2006 by LAVON B. PAGE

How many different committees of 3 couldbe formed from 8 people? If Jane is one of the 8 people, how many differentcommittees could be formed with Jane as acommittee member?

Solution:

C(8,3) = 56 possible committees

There are C(7,2) = 21 committees possiblewith Jane as a member.

Note: You may prefer to think of this asC(1,1) ! C(7,2)

Page 31: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 31/37

COPYRIGHT © 2006 by LAVON B. PAGE

3 boys and 4 girls have bought tickets for a

row of 7 seats at a movie. In how manyways can they arrange themselves in theseats?

— — — — — — —

Page 32: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 32/37

COPYRIGHT © 2006 by LAVON B. PAGE

3 boys and 4 girls have bought tickets for a

row of 7 seats at a movie. In how manyways can they arrange themselves in theseats?

— — — — — — —

Solution:

7! = 5040

Page 33: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 33/37

COPYRIGHT © 2006 by LAVON B. PAGE

3 boys and 4 girls have bought tickets for a

row of 7 seats at a movie. In how manyways can they arrange themselves if theboys all sit together and the girls sittogether?

— — — — — — —

Page 34: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 34/37

COPYRIGHT © 2006 by LAVON B. PAGE

3 boys and 4 girls have bought tickets for a

row of 7 seats at a movie. In how manyways can they arrange themselves if theboys all sit together and the girls sittogether?

— — — — — — —

Solution:

3! ! 4! = 144

B B B G G G G

Page 35: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 35/37

COPYRIGHT © 2006 by LAVON B. PAGE

3 boys and 4 girls have bought tickets for a

row of 7 seats at a movie. In how manyways can they arrange themselves if theboys all sit together and the girls sittogether?

— — — — — — —

Solution:

3! ! 4! = 144

Answer = 2 ! 144 = 288

B B B G G G G

Page 36: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 36/37

COPYRIGHT © 2006 by LAVON B. PAGE

3 boys and 4 girls have bought tickets for a

row of 7 seats at a movie. In how manyways can they arrange themselves if no onesits beside a person of the same sex?

— — — — — — —

Page 37: 25- Permutations and Combinations

8/2/2019 25- Permutations and Combinations

http://slidepdf.com/reader/full/25-permutations-and-combinations 37/37

3 boys and 4 girls have bought tickets for a

row of 7 seats at a movie. In how manyways can they arrange themselves if no onesits beside a person of the same sex?

— — — — — — —

Solution:

3! ! 4! = 144

BB BG GG G