9.5 counting subsets of a set: combinations

21
9.5 Counting Subsets of a Set: Combinations 1

Upload: tiva

Post on 24-Feb-2016

41 views

Category:

Documents


0 download

DESCRIPTION

9.5 Counting Subsets of a Set: Combinations. r-Combination. An r-combination from a set of n-elements is an r-subset of an n-set. Any of the symbols C ( n , r ), n C r , C n , r , is used to count the number of r-subsets from an n-set . r-Combinations. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: 9.5 Counting Subsets of a Set: Combinations

1

9.5 Counting Subsets of a Set: Combinations

Page 2: 9.5 Counting Subsets of a Set: Combinations

2

r-Combination

An r-combination from a set of n-elements is an r-subset of an n-set.

Any of the symbols C(n, r ), n Cr , C n, r , is used to count the number of r-subsets from an n-set

Page 3: 9.5 Counting Subsets of a Set: Combinations

3

r-Combinations

Consider the set A={a, b, c, d}. Calculate the number of r-combinations below by showing the subsets counted in each case

Page 4: 9.5 Counting Subsets of a Set: Combinations

4

Counting r-CombinationsTake A={a, b, c, d}

Consider the 3-combination {a, b, c}. Notice that {a, b, c}={a ,c, b}={b, c, a} etc.

How many 3-permutation are there with the elements from the r-combination {a, b, c}?

Page 5: 9.5 Counting Subsets of a Set: Combinations

5

Formula for C(n , r)

The number of r-combinations of an n-set is given by

Page 6: 9.5 Counting Subsets of a Set: Combinations

6

Examples1. How many distinct five-person teams can be chosen to work on a special project from a group of 12 people?Solution:The number of distinct five-person teams is the same as the number of subsets of size 5 (or 5-combinations) that can be chosen from the set of twelve. This number is .

Thus there are 792 distinct five-person teams.

Page 7: 9.5 Counting Subsets of a Set: Combinations

7

Examples

2. Suppose the group of twelve consists of five men and seven women.

a. How many five-person teams can be chosen that consist of three men and two women?

b. How many five-person teams contain at least one man? (two ways)

c. How many five-person teams contain at most one man?

Page 8: 9.5 Counting Subsets of a Set: Combinations

8

Solutiona. To answer this question, think of forming a team as a two-step process: Step 1: Choose the men. Step 2: Choose the women.

There are ways to choose the three men out of the five and ways to choose the two women out of the seven. Hence, by the product rule,

Page 9: 9.5 Counting Subsets of a Set: Combinations

9

b. How many five-person teams contain at least one man? (two ways)

This question can be answered either by the addition rule or by the difference rule. (Difference Rule) Observe that the set of five-person teams containing at least one man equals the set difference between the set of all five-person teams and the set of five-person teams that do not contain any men.

Page 10: 9.5 Counting Subsets of a Set: Combinations

10

Page 11: 9.5 Counting Subsets of a Set: Combinations

11

(addition rule) observe that the set of teams containing at least one man can be partitioned as shown

Teams with At Least One Man

Page 12: 9.5 Counting Subsets of a Set: Combinations

12

The number of teams in each subset of the partition is calculated using the method illustrated in part (a). There are

Page 13: 9.5 Counting Subsets of a Set: Combinations

13

Hence, by the addition rule,

Page 14: 9.5 Counting Subsets of a Set: Combinations

14

c. The set of teams containing at most one man can be partitioned into the set that does

not contain any men and the set that contains exactly one man.

Hence, by the addition rule,

Page 15: 9.5 Counting Subsets of a Set: Combinations

15

Number of Bit String with Fixed Number of 1’s

How many 10-bit strings are there with exactly 3 ones?

___ ____ ____ _____ ………….._____ _____ 1 2 3 4 9 10

Label the entries of the bit string from 1-10.

To place 3 ones simply choose three of the entries to place them. For instance {1,7,10} indicates that 1’s will be placed on those entries; {5, 2, 9} indicates that 1’s will be placed on entries 5, 2, 9. The other entries are zeroes.

There are a total of 10-bit strings with 3 ones

Page 16: 9.5 Counting Subsets of a Set: Combinations

16

Permutations of a Set With Repeated Elements

Consider different ordering of the letters in the word MISSISSIPPI

How many distinguishable orderings are there?

IIMSSPISSIP, ISSSPMIIPIS, PIMISSSSIIP, and so on

Approach 1: Strings with all entries different. Account for repetitions (labels)

Approach 2: Strings and select entries to put each of the different letters in the word

Page 17: 9.5 Counting Subsets of a Set: Combinations

17

APPROACH 1Consider all the entries different and then take care of repetitions

There are a total of 11 characters, so 11! different words that can be made

For each word any reordering of the I’s, S’s, P’s will produce the same word (disregarding the sub-index). There are 4!4! 2! repeated words.

Total of different words with the letters in MISSISSIPPI is

Page 18: 9.5 Counting Subsets of a Set: Combinations

18

APPROACH 2Consider a 11-word where the entries are the letters in MISSISSIPPI

Choose the number of ways to place 1 M

___ ____ ____ _____ ………….._____ _____ _____ 1 2 3 4 9 10 11

Then choose the number of ways to place 4 I’s

Then choose the number of ways to place 4 S’s

Then choose the number of ways to place 2 P’s

Page 19: 9.5 Counting Subsets of a Set: Combinations

19

By the multiplication principle the total number of different words with the letters in MISSISSIPPI is

These is the number of permutations of 11 objects with repetitions

Page 20: 9.5 Counting Subsets of a Set: Combinations

20

Formula

Permutation with repetitions of n characters of k different types

Page 21: 9.5 Counting Subsets of a Set: Combinations

21

Exercise

1. How many passwords of length 8 can be made with the letters A, B, C, D, E, F?

2. How many of those passwords have three B’s, two E’s, and three F’s?

3. How many of those passwords are permutations of the letters A, B, C, D, E, F?