Download COMBINATIONS

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Positional notation wikipedia , lookup

Proofs of Fermat's little theorem wikipedia , lookup

Elementary mathematics wikipedia , lookup

Ethnomathematics wikipedia , lookup

Transcript
720
(14-6)
Chapter 14
Counting and Probability
25. How many different ways are there to seat 7 students in a
row? 5,040
30. Use the fundamental counting principle to find the number
of subsets of the set a, b, c, d, e, f . 64
31. How many ways are there to mark the answers to a test that
consists of 10 true-false questions followed by 10 multiplechoice questions with 5 options each? 1 1010
32. A fraternity votes on whether to accept each of 5 pledges.
How many different outcomes are possible for the vote?
32
33. Make a list of all of the ways to arrange the letters in the
word MILK. How many arrangements should be in your
list? 24
FIGURE FOR EXERCISE 25
26. A supply boat must stop at 9 oil rigs in the Gulf of Mexico.
How many different routes are possible? 362,880
27. How many different license plates can be formed by using
3 digits followed by a single letter followed by 3 more
digits? How many if the single letter can occur anywhere
except last?
26,000,000, 156,000,000
28. How many different license plates can be formed by using
any 3 letters followed by any 3 digits? How many if we
allow either the 3 digits or the 3 letters to come first?
17,576,000, 35,152,000
29. Make a list of all of the subsets of the set a, b, c. How
many are there? 8
34. Make a list of all of the permutations of the letters A, B, C,
D, and E taken 3 at a time. How many permutations should
be in your list? 60
Evaluate each expression.
35. P(8, 3)
336
36. P(17, 4)
57,120
37. P(52, 0)
1
38. P(34, 1)
34
P(10, 4)
39. 4!
210
P(8, 3)
40. 3!
56
P(12, 3)
41. 3!
220
P(15, 6)
42. 6!
5005
14!
43. 3! 11!
364
18!
44. 17! 1!
18
98!
45. 95! 3!
152,096
87!
46. 83! 4!
2,225,895
14.2 C O M B I N A T I O N S
In this
section
In the preceding section we learned the fundamental counting principle and applied
it to finding the number of permutations of n objects taken r at a time. We will now
learn how to count the number of combinations of n objects taken r at a time.
●
Combinations of n Things r
at a Time
Combinations of n Things r at a Time
●
Permutations,
Combinations, or Neither
●
Labeling
Consider the problem of awarding 2 identical scholarships to 2 students among
4 finalists: Ahmadi, Butler, Chen, and Davis. Since the scholarships are identical,
we do not count Ahmadi and Butler as different from Butler and Ahmadi. We can
easily list all possible choices of 2 students from the 4 possibilities A, B, C, and D:
A, B
A, C A, D
B, C
B, D C, D
It is convenient to use set notation to list these choices because in set notation we
have A, B B, A. Actually, we want the number of subsets or combinations of
size 2 from a set of 4 elements. This number is referred to as the number of combinations of 4 things taken 2 at a time, and we use the notation C(4, 2) to represent it.
We have C(4, 2) 6.
If we had a first and second prize to give to 2 of 4 finalists, then
P(4, 2) 4 3 12 is the number of ways to award the prizes. If the prizes are
identical, then we do not count AB as different from BA, or AC as different from
CA, and so on. So we divide P(4, 2) by 2!, the number of permutations of the 2 prize
winners, to get C(4, 2).
14.2
study
tip
If you haven’t been studying
with a group during the semester, form a study group for
the final exam. You might
even ask your instructor to
meet with your study group.
Instructors love to help students who are eager to learn.
Combinations
(14-7)
721
In general, the number of subsets of size r taken from a set of size n can be found
by dividing P(n, r) by r!:
P(n, r)
C(n, r) r!
n!
Since P(n, r) (n r)! , we can write this expression as follows:
n!
P(n, r)
n!
(n r)!
C(n, r) r!
r!
(n r)!r!
The notation r is also used for C(n, r). We summarize these results in the following theorem.
n
Combinations of n Things r at a Time
The number of combinations of n things taken r at a time (or the number of
subsets of size r from a set of n elements) is given by the formula
n!
n
for
0 r n.
C(n, r) (n r)!r!
r
E X A M P L E
1
Combinations of n things r at a time
In how many ways can a committee of 4 people be chosen from a group of 12?
Solution
Choosing 4 people from a group of 12 is the same as choosing a subset of size 4
from a set of 12 elements. So the number of ways to choose the committee is the
number of combinations of 12 things taken 4 at a time:
12 11 10 9 8 7 6 5 4 3 2 1
12!
C(12, 4) 495
876543214321
8! 4!
■
E X A M P L E
2
calculator
close-up
You can use factorial notation to calculate C (12, 4) or
your calculator’s bulit-in formula for combinations. With
factorial notation you must
use parentheses around the
denominator.
Finding a binomial coefficient
What is the coefficient of a4b2 in the binomial expansion of (a b)6?
Solution
Write (a b)6 (a b)(a b)(a b)(a b)(a b)(a b). The terms of the
product come from all of the different ways there are to select either a or b from
each of the 6 factors and to multiply the selections. The number of ways to pick
6!
15. From the remaining 2 we
4 factors for the selection of a is C(6, 4) 2! 4!
■
select b. So in the binomial expansion of (a b)6 we find the term 15a4b2.
Note that as in Example 2, the coefficients of the terms in any binomial expansion are combinations. The coefficient of arbnr in (a b)n is C(n, r).
Permutations, Combinations, or Neither
How do you know when to use the permutation formula and when to use the combination formula? The key to answering this question is understanding what each
formula counts. In either case we are choosing from a group of distinct objects.
Compare the following examples.
722
(14-8)
Chapter 14
E X A M P L E
3
Counting and Probability
Permutations of n things r at a time
How many ways are there to choose a president, a vice-president, and a treasurer
from a group of 9 people, assuming no one holds more than one office?
Solution
There are 9 choices for the president, 8 choices for the vice-president, and
7 choices for the treasurer. The number of ways to make these choices is
■
P(9, 3) 9 8 7 504.
Note that in Example 3 we are not just counting the number of ways to select 3
people from 9. In the number P(9, 3) every permutation of the 3 people selected is
counted.
E X A M P L E
4
Combinations of n things r at a time
How many ways are there to choose 3 people to receive a $100 prize from a group
of 9, assuming no one receives more than one prize?
Solution
Since each person chosen from the 9 is given the same treatment, the number of
choices is the same as the number of subsets of size 3 from a set of 9 elements.
987
9!
C(9, 3) 84.
6! 3! 3 2 1
■
Note that in Example 4 we do not count different arrangements of the 3 people
selected. The next example is neither a permutation nor a combination.
E X A M P L E
5
The fundamental counting principle
How many ways are there to answer a 9-question multiple-choice test in which each
question has 3 possible answers?
Solution
There are 3 outcomes to the event of choosing the first answer, 3 outcomes to the
event of choosing the second answer, and so on. By the fundamental counting
■
principle there are 39 19,683 ways to answer the 9 questions.
Note that in choosing the answer to each question in Example 5 we may repeat
answers, so we are not choosing from a set of distinct objects as in permutations and
combinations. In the next example we use both the fundamental counting principle
and the permutation formula.
E X A M P L E
6
The fundamental counting principle and permutations
Josephine has 4 different mathematics books, 3 different art books, and 5 different
music books that she plans to display on a shelf. If she plans to keep each type of
book together and put the types in the order mathematics–art–music, then how
many different arrangements are possible?
14.2
helpful
hint
You cannot solve counting
problems by picking out the
numbers in the problem and
performing a computation to
get the answer. This approach
to Example 5 will lead you to
! 3
wrong answers, such as 9
,9 ,
3! 6!
or 3 9. You must think about
the problem.
E X A M P L E
7
Combinations
(14-9)
723
Solution
First observe that the mathematics books can be arranged in P(4, 4) 4! 24
ways, the art books in P(3, 3) 3! 6 ways, and the music books in
P(5, 5) 5! 120 ways. Now we use the fundamental counting principle to get
24 6 120 17,280 as the number of ways to arrange the books on the shelf.
■
Labeling
In a labeling problem we count the number of ways to put labels on distinct
objects.
The fundamental counting principle and combinations
Twelve students have volunteered to help clean up a small oil spill. The project director needs 3 bird washers, 4 rock wipers, and 5 sand cleaners. In how many ways
can these jobs (labels) be assigned to these 12 students?
Solution
Since the 3 bird washers all get the same label, the number of ways to select the
3 students is C(12, 3). The number of ways to select 4 rock wipers from the remaining 9 students is C(9, 4). The number of ways to select the 5 sand cleaners from
the remaining 5 students is C(5, 5). By the fundamental counting principle the number of ways to make all 3 selections is
12!
9!
5!
12!
C(12, 3) C(9, 4) C(5, 5) 27,720.
9! 3! 5! 4! 0! 5! 3! 4! 5!
■
Note that in Example 7 there were 12 distinct objects to be labeled with 3 labels
of one type, 4 labels of another type, and 5 labels of a third type, and the number of
12!
ways to assign those labels was found to be . Instead of using combinations
3! 4! 5!
and the fundamental counting principle as in Example 7, we can use the following
theorem.
Labeling
In a labeling problem n distinct objects are each to be given a label with
each object getting exactly one label. If there are r1 labels of the first
type, r2 labels of the second type, . . . , and rk labels of the kth type, where
r1 r2 . . . rk n, then the number of ways to assign the labels to the
n!
objects is r ! r ! . . . r !.
1
E X A M P L E
8
2
k
A labeling problem
How many different arrangements are there for the 11 letters in the word
MISSISSIPPI?
Solution
This problem is a labeling problem if we think of the 11 positions for the letters as
11 distinct objects to be labeled. There are 1 M-label, 4 S-labels, 4 I-labels, and
2 P-labels. So the number of ways to arrange the letters in MISSISSIPPI is
11!
34,650.
■
1! 4! 4! 2!
724
(14-10)
Chapter 14
E X A M P L E
9
Counting and Probability
Coefficients in a trinomial expansion
What is the coefficient of a3b2c in the expansion of (a b c)6?
Solution
The terms of the product (a b c)6 come from all of the different ways there are
to select a, b, or c from each of the 6 distinct factors and to multiply the selections.
The number of ways to pick 3 factors from which we select a, 2 factors from which
6!
654321
60.
we select b, and 1 factor from which we select c is 3! 2! 1! 3 2 1 2 1 1 3 2
■
So in the expansion we have the term 60a b c.
The coefficients of the terms in an expansion such as that of Example 9 are called
multinomial coefficients. Determining the coefficients is a labeling problem.
We may think of permutation and combination problems as being very different,
but they are both labeling problems. For example, to find the number of subsets of
size 3 from a set of size 5, we are assigning 3 I-labels and 2 O-labels (I for in and
5!
O for out) to the 5 distinct objects of the set. Note that 3! 2! C(5, 3). To find the
number of ways to give a First, Second, and Third prize to 3 of 10 people, we are
assigning 1 F-label, 1 S-label, 1 T-label, and 7 N-labels (N for no prize) to the
10!
10 distinct people. Note that 1! 1! 1! 7! P(10, 3).
WARM-UPS
True or false? Explain your answer.
1. The number of ways to choose 2 questions to answer out of 3 questions on
an essay test is C(3, 2). True
2. The number of ways to choose 1 question to omit out of 3 questions on an
essay test is C(3, 1). True
3. C(12, 4) C(4, 12) False
4. P(10, 6) C(10, 6) False
5. There are P(10, 3) ways to label randomly 3 of the top 10 restaurants in
Philadelphia as “superior.” False
6. There are 16 ways to select 4 of 20 students to stay after school.
20
True
7. P(9, 4) (4!) C(9, 4) True
8. P(8, 3) 5
8
False
9. C(100, 1) 100
10.
14. 2
8!
1! 1! 1! 5!
True
P(8, 3) True
EXERCISES
Reading and Writing After reading this section, write out the
answers to these questions. Use complete sentences.
1. What is a combination?
A combination of n things taken r at a time is a subset of
size r taken from a set of n elements.
2. How many combinations are there for n things taken r at a
time?
The number of combinations of n things taken r at a time is
n!
.
r!(n r)!
14.2
3. What is a labeling problem?
In a labeling problem we want the number of ways of labeling n objects with n labels, where some of the labels are
identical.
4. What are multinomial coefficients?
The multinomial coefficients are the coefficients of the
terms when a sum of three or more letters is raised to a
power.
Solve each problem. See Examples 1 and 2.
5. How many 5-card poker hands are possible when you are
dealt 5 cards from a deck of 52? 2,598,960
6. How many 13-card bridge hands are possible when you are
dealt 13 cards from a deck of 52? 6.3501 1011
Combinations
(14-11)
725
20. In how many different ways can Professor Lee return her
examination papers to a class of 12 students if she always
returns the best paper first and the worst paper last?
3,628,800
21. How many ways are there to select 5 seats from a 150-seat
auditorium to be occupied by 5 plain-clothes officers?
591,600,030
22. For her final exam in Literature 302 Charlotte is allowed to
omit any 5 of the 8 essay questions. How many ways are
there for her to omit the 5 questions? 56
23. How many distinct chords (line segments with endpoints
on the circle) are determined by 3 points lying on a circle?
By 4 points? By 5 points? By n points?
3, 6, 10, C(n, 2)
7. How many ways are there to select 3 candidates from the
5 finalists for an in-depth interview? 10
8. How many ways are there to select 12 welders to be laid off
from 30 welders employed at the Ingalls Shipyard?
86,493,225
9. How many ways are there for a health inspector to select 5
restaurants to visit from a list of 20 restaurants? 15,504
10. The water inspector in drought-stricken Marin County randomly selects 10 homes for inspection from a list of 25 suspected violators of the rationing laws. How many ways are
there to pick the 10 homes? 3,268,760
11. In the Florida Lottery you can win a lot of money for
merely selecting 6 different numbers from the numbers 1
through 49. How many different ways are there to select the
6 numbers? 13,983,816
12. In the game Fantasy Five you can win by selecting 5 different numbers from the numbers 1 through 39. How many
ways are there to select the 5 numbers? 575,757
13. What is the coefficient of w3y4 in the expansion of
(w y)7? 35
14. What is the coefficient of a5z9 in the expansion of (a z)14 ?
2002
Solve each problem. See Examples 3–5.
15. The Dean’s Search Committee must choose 3 candidates
from a list of 6 and rank them as first, second, and third.
How many different outcomes are possible? 120
16. The Provost’s Search Committee must choose 3 candidates
from a list of 8 and submit the names to the president unranked. How many different outcomes are possible? 56
17. Charlotte must write on any 3 of the 8 essay questions on
the final exam in History 201. How many ways are there for
her to pick the questions? 56
18. How many ways are there for Murphy to mark the answers
to 8 multiple-choice questions, each of which has 5 possible answers? 390,625
19. In how many different ways can Professor Reyes return his
examination papers to a class of 12 students?
479,001,600
3 points
4 points
FIGURE FOR EXERCISE 23
24. How many distinct triangles are determined by 5 points
lying on a circle, where the vertices of each triangle are
chosen from the 5 points? 10
25. If the outcome of tossing a pair of dice is thought of as an
ordered pair of numbers, then how many ordered pairs are
there? 36
26. Francene is eligible to take 4 different mathematics classes,
5 different history classes, 6 different psychology classes,
and 3 different literature classes. If her schedule is to consist of one class from each category, then how many different schedules are possible for her? 360
27. The outcome “heads” or “tails” is recorded on each toss of
a coin. If we think of the outcome for 3 tosses as an ordered
triple, then how many outcomes are there for 3 tosses of a
coin? 8
28. A coin and a die are tossed. How many different outcomes
are possible? 12
29. Explain why C(n, r) C(n, n r).
n!
n!
C(n, r) and C(n, n r) (n r)!r!
r!(n r)!
30. Is P(n, r) P(n, n r)? Explain your answer. no
Solve each problem. See Example 6.
31. Juanita is eligible to take 4 different mathematics classes
and 5 different history classes. If her schedule is to consist
of two classes from each category, then how many different
schedules are possible for her? 60
32. A committee consisting of 2 men and 1 woman is to be
formed from a department consisting of 8 men and 3
women. How many different committees are possible? 84
726
(14-12)
Chapter 14
Counting and Probability
33. In a class of 20 students the teacher randomly assigns 4 A’s,
5 B’s, and 11 C’s. In how many ways can these grades be
assigned? 21,162,960
34. How many ways are there to seat 3 boys and 3 girls in a row
with no 2 boys and no 2 girls sitting next to each other?
72
35. How many different orders are there for 4 marching bands
and 4 floats to parade if a marching band must lead the parade and we cannot have 2 bands in a row or 2 floats in a
row? 576
42. How many different orders are possible for 3 identical
contemporary, 4 identical traditional, and 6 identical
colonial homes to march in a parade of homes? 60,060
43. Twenty salespeople are getting new cars. How many ways
are there to assign 6 identical Chevrolets, 5 identical Fords,
8 identical Buicks, and 1 Lincoln to them?
698,377,680
44. Twenty different Fords are being sent to 4 Ford dealers. In
how many ways can Bill Poole Ford get 3 cars, Heritage
Ford get 5 cars, Mid-City Ford get 5 cars, and Northside
Ford get 7 cars? 5,587,021,440
45. Nine sofas are to be discounted at Sofa City with discounts
as large as 75% off the manufacturers suggested retail
price. (Sorry, none sold to dealers.) How many ways are
there to mark 4 of the sofas 10% off, 4 of them 15% off, and
1 of them 75% off? 630
46. A combination for a safe is a sequence of 4 numbers with
no repetitions selected from the integers 1 through 99. How
many combinations are possible? Is combination the proper
word to use here? 90,345,024, no
FIGURE FOR EXERCISE 35
36. In how many ways can 8 students be seated in a row if 2 of
them must be seated next to one another? 10,080
Solve each problem. See Examples 7–9.
37. A teacher randomly assigns 6 A’s, 3 B’s, and 7 C’s to a
batch of 16 term papers. In how many different ways can
she do this? 960,960
38. The 15 volunteers for the annual Bluegrass Festival are to
be divided into 3 groups of 5 each and assigned to tickets,
parking, and cleanup. In how many ways can these assignments be made? 756,756
39. Bob, Carol, Ted, and Alice are playing bridge. How many
different ways are there to give each of them 13 cards from
the deck of 52? Is the answer larger or smaller than the
number of seconds in a trillion years?
5.36447 1028, larger
40. Bret, Bart, and Mad Dog are playing poker. How many different ways are there to give each of them 5 cards from a
deck of 52? 3.3913 1018
41. How many different arrangements are there for the letters
in the word TOYOTA? ALGEBRA? STATISTICS?
180, 2,520, 50,400
FIGURE FOR EXERCISE 46
47. What is the coefficient of a3b2c5 in the expansion of
(a b c)10? 2520
48. What is the coefficient of wx 2y 3z 9 in the expansion of
(w x y z)15? 300,300
49. What is the coefficient of a3b5 in the expansion of
(a b c)8? 56
50. What is the coefficient of x 2z 5 in the expansion of
(x y z)7? 21