9.5: Counting
- Last updated
- Aug 12, 2022
- Save as PDF
- Page ID
- 109903
( \newcommand{\kernel}{\mathrm{null}\,}\)
Counting? You already know how to count or you wouldn't be taking a college-level math class, right? Well yes, but what we'll really be investigating here are ways of counting efficiently. When we get to the probability situations a bit later in this chapter we will need to count some very large numbers, like the number of possible winning lottery tickets. One way to do this would be to write down every possible set of numbers that might show up on a lottery ticket, but believe me: you don't want to do this.
Basic Counting
We will start, however, with some more reasonable sorts of counting problems in order to develop the ideas that we will soon need.
Example 21
Suppose at a particular restaurant you have three choices for an appetizer (soup, salad or breadsticks) and five choices for a main course (hamburger, sandwich, quiche, fajita or pizza). If you are allowed to choose exactly one item from each category for your meal, how many different meal options do you have?
Solution
Solution 1: One way to solve this problem would be to systematically list each possible meal:
Assuming that we did this systematically and that we neither missed any possibilities nor listed any possibility more than once, the answer would be 15. Thus you could go to the restaurant 15 nights in a row and have a different meal each night.
Solution 2: Another way to solve this problem would be to list all the possibilities in a table:
In each of the cells in the table we could list the corresponding meal: soup + hamburger in the upper left corner, salad + hamburger below it, etc. But if we didn't really care what the possible meals are, only how many possible meals there are, we could just count the number of cells and arrive at an answer of 15, which matches our answer from the first solution. (It's always good when you solve a problem two different ways and get the same answer!)
Solution 3: We already have two perfectly good solutions. Why do we need a third? The first method was not very systematic, and we might easily have made an omission. The second method was better, but suppose that in addition to the appetizer and the main course we further complicated the problem by adding desserts to the menu: we've used the rows of the table for the appetizers and the columns for the main courses—where will the desserts go? We would need a third dimension, and since drawing 3-D tables on a 2-D page or computer screen isn't terribly easy, we need a better way in case we have three categories to choose form instead of just two.
So, back to the problem in the example. What else can we do? Let's draw a tree diagram:
This is called a "tree" diagram because at each stage we branch out, like the branches on a tree. In this case, we first drew five branches (one for each main course) and then for each of those branches we drew three more branches (one for each appetizer). We count the number of branches at the final level and get (surprise, surprise!) 15.
If we wanted, we could instead draw three branches at the first stage for the three appetizers and then five branches (one for each main course) branching out of each of those three branches.
OK, so now we know how to count possibilities using tables and tree diagrams. These methods will continue to be useful in certain cases, but imagine a game where you have two decks of cards (with 52 cards in each deck) and you select one card from each deck. Would you really want to draw a table or tree diagram to determine the number of outcomes of this game?
Let's go back to the previous example that involved selecting a meal from three appetizers and five main courses, and look at the second solution that used a table. Notice that one way to count the number of possible meals is simply to number each of the appropriate cells in the table, as we have done above. But another way to count the number of cells in the table would be multiply the number of rows (3) by the number of columns (5) to get 15. Notice that we could have arrived at the same result without making a table at all by simply multiplying the number of choices for the appetizer (3) by the number of choices for the main course (5). We generalize this technique as the basic counting rule:
Basic Counting Rule
If we are asked to choose one item from each of two separate categories where there are
This is sometimes called the multiplication rule for probabilities.
Example 22
There are 21 novels and 18 volumes of poetry on a reading list for a college English course. How many different ways can a student select one novel and one volume of poetry to read during the quarter?
Solution
There are 21 choices from the first category and 18 for the second, so there are
The Basic Counting Rule can be extended when there are more than two categories by applying it repeatedly, as we see in the next example.
Example 23
Suppose at a particular restaurant you have three choices for an appetizer (soup, salad or breadsticks), five choices for a main course (hamburger, sandwich, quiche, fajita or pasta) and two choices for dessert (pie or ice cream). If you are allowed to choose exactly one item from each category for your meal, how many different meal options do you have?
Solution
There are 3 choices for an appetizer, 5 for the main course and 2 for dessert, so there are
Example 24
A quiz consists of 3 true-or-false questions. In how many ways can a student answer the quiz?
Solution
There are 3 questions. Each question has 2 possible answers (true or false), so the quiz may be answered in
Try it Now 6
Suppose at a particular restaurant you have eight choices for an appetizer, eleven choices for a main course and five choices for dessert. If you are allowed to choose exactly one item from each category for your meal, how many different meal options do you have?
- Answer
-
menu combinations
Permutations
In this section we will develop an even faster way to solve some of the problems we have already learned to solve by other means. Let's start with a couple examples.
Example 25
How many different ways can the letters of the word MATH be rearranged to form a four-letter code word?
Solution
This problem is a bit different. Instead of choosing one item from each of several different categories, we are repeatedly choosing items from the same category (the category is: the letters of the word MATH) and each time we choose an item we do not replace it, so there is one fewer choice at the next stage: we have 4 choices for the first letter (say we choose A), then 3 choices for the second (M, T and H; say we choose H), then 2 choices for the next letter (M and T; say we choose M) and only one choice at the last stage (T). Thus there are
In this example, we needed to calculate
Factorial
Example 26
How many ways can five different door prizes be distributed among five people?
Solution
There are 5 choices of prize for the first person, 4 choices for the second, and so on. The number of ways the prizes can be distributed will be
Now we will consider some slightly different examples.
Example 27
A charity benefit is attended by 25 people and three gift certificates are given away as door prizes: one gift certificate is in the amount of $100, the second is worth $25 and the third is worth $10. Assuming that no person receives more than one prize, how many different ways can the three gift certificates be awarded?
Solution
Using the Basic Counting Rule, there are 25 choices for the person who receives the
Example 28
Eight sprinters have made it to the Olympic finals in the 100-meter race. In how many different ways can the gold, silver and bronze medals be awarded?
Solution
Using the Basic Counting Rule, there are 8 choices for the gold medal winner, 7 remaining choices for the silver, and 6 for the bronze, so there are
Note that in these preceding examples, the gift certificates and the Olympic medals were awarded without replacement; that is, once we have chosen a winner of the first door prize or the gold medal, they are not eligible for the other prizes. Thus, at each succeeding stage of the solution there is one fewer choice (25, then 24, then 23 in the first example; 8, then 7, then 6 in the second). Contrast this with the situation of a multiple choice test, where there might be five possible answers — A, B, C, D or E — for each question on the test.
Note also that the order of selection was important in each example: for the three door prizes, being chosen first means that you receive substantially more money; in the Olympics example, coming in first means that you get the gold medal instead of the silver or bronze. In each case, if we had chosen the same three people in a different order there might have been a different person who received the $100 prize, or a different goldmedalist. (Contrast this with the situation where we might draw three names out of a hat to each receive a $10 gift certificate; in this case the order of selection is not important since each of the three people receive the same prize. Situations where the order is not important will be discussed in the next section.)
We can generalize the situation in the two examples above to any problem without replacement where the order of selection is important. If we are arranging in order
If you don't see why
Now, why would we want to use this complicated formula when it's actually easier to use the Basic Counting Rule, as we did in the first two examples? Well, we won't actually use this formula all that often, we only developed it so that we could attach a special notation and a special definition to this situation where we are choosing
Permutations
We say that there are
It turns out that we can express this result more simply using factorials.
In practicality, we usually use technology rather than factorials or repeated multiplication to compute permutations.
Example 29
I have nine paintings and have room to display only four of them at a time on my wall. How many different ways could I do this?
Solution
Since we are choosing 4 paintings out of 9 without replacement where the order of selection is important there are
Example 30
How many ways can a four-person executive committee (president, vice-president, secretary, treasurer) be selected from a 16-member board of directors of a non-profit organization?
Solution
We want to choose 4 people out of 16 without replacement and where the order of selection is important. So the answer is
Try it Now 7
How many 5 character passwords can be made using the letters A through Z
- if repeats are allowed
- if no repeats are allowed
- Answer
-
There are 26 characters.
.
Combinations
In the previous section we considered the situation where we chose
Example 31
A charity benefit is attended by 25 people at which three $50 gift certificates are given away as door prizes. Assuming no person receives more than one prize, how many different ways can the gift certificates be awarded?
Solution
Using the Basic Counting Rule, there are 25 choices for the first person, 24 remaining choices for the second person and 23 for the third, so there are
ABC ACB BAC BCA CAB CBA
How can we be sure that we have counted them all? We are really just choosing 3 people out of 3, so there are
So, out of the 13,800 ways to select 3 people out of 25, six of them involve Abe, Bea and Cindy. The same argument works for any other group of three people (say Abe, Bea and David or Frank, Gloria and Hildy) so each three-person group is counted six times. Thus the 13,800 figure is six times too big. The number of distinct three-person groups will be
We can generalize the situation in this example above to any problem of choosing a collection of items without replacement where the order of selection is not important. If we are choosing
Combinations
We say that there are
We can also write the combinations formula in terms of factorials:
Example 32
A group of four students is to be chosen from a 35-member class to represent the class on the student council. How many ways can this be done?
Solution
Since we are choosing 4 people out of 35 without replacement where the order of selection is not important there are =
Try it Now 8
The United States Senate Appropriations Committee consists of 29 members; the Defense Subcommittee of the Appropriations Committee consists of 19 members. Disregarding party affiliation or any special seats on the Subcommittee, how many different 19-member subcommittees may be chosen from among the 29 Senators on the Appropriations Committee?
- Answer
-
Order does not matter.
possible subcommittees
In the preceding Try it Now problem we assumed that the 19 members of the Defense Subcommittee were chosen without regard to party affiliation. In reality this would never happen: if Republicans are in the majority they would never let a majority of Democrats sit on (and thus control) any subcommittee. (The same of course would be true if the Democrats were in control.) So let's consider the problem again, in a slightly more complicated form:
Example 33
The United States Senate Appropriations Committee consists of 29 members, 15 Republicans and 14 Democrats. The Defense Subcommittee consists of 19 members, 10 Republicans and 9 Democrats. How many different ways can the members of the Defense Subcommittee be chosen from among the 29 Senators on the Appropriations Committee?
Solution
In this case we need to choose 10 of the 15 Republicans and 9 of the 14 Democrats. There are
Suppose we listed all of the possible 10-member Republican groups on 3003 slips of red paper and all of the possible 9-member Democratic groups on 2002 slips of blue paper. How many ways can we choose one red slip and one blue slip? This is a job for the Basic Counting Rule! We are simply making one choice from the first category and one choice from the second category, just like in the restaurant menu problems from earlier.
There must be
Probability using Permutations and Combinations
We can use permutations and combinations to help us answer more complex probability questions
Example 34
A 4 digit PIN number is selected. What is the probability that there are no repeated digits?
Solution
There are
To have no repeated digits, all four digits would have to be different, which is selecting without replacement. We could either compute 10 \cdot 9 \cdot 8 \cdot 7, or notice that this is the same as the permutation
The probability of no repeated digits is the number of 4 digit PIN numbers with no repeated digits divided by the total number of 4 digit PIN numbers. This probability is
Example 35
In a certain state's lottery, 48 balls numbered 1 through 48 are placed in a machine and six of them are drawn at random. If the six numbers drawn match the numbers that a player had chosen, the player wins $1,000,000. In this lottery, the order the numbers are drawn in doesn’t matter. Compute the probability that you win the million-dollar prize if you purchase a single lottery ticket.
Solution
In order to compute the probability, we need to count the total number of ways six numbers can be drawn, and the number of ways the six numbers on the player’s ticket could match the six numbers drawn from the machine. Since there is no stipulation that the numbers be in any particular order, the number of possible outcomes of the lottery drawing is
Example 36
In the state lottery from the previous example, if five of the six numbers drawn match the numbers that a player has chosen, the player wins a second prize of $1,000. Compute the probability that you win the second prize if you purchase a single lottery ticket.
Solution
As above, the number of possible outcomes of the lottery drawing is
Try it Now 9
A multiple-choice question on an economics quiz contains 10 questions with five possible answers each. Compute the probability of randomly guessing the answers and getting 9 questions correct.
- Answer
-
There are
different ways the exam can be answered. There are 10 possible locations for the one missed question, and in each of those locations there are 4 wrong answers, so there are 40 ways the test could be answered with one wrong answer. chance
Example 37
Compute the probability of randomly drawing five cards from a deck and getting exactly one Ace.
Solution
In many card games (such as poker) the order in which the cards are drawn is not important (since the player may rearrange the cards in his hand any way he chooses); in the problems that follow, we will assume that this is the case unless otherwise stated. Thus we use combinations to compute the possible number of 5-card hands,
For the numerator, we need the number of ways to draw one Ace and four other cards (none of them Aces) from the deck. Since there are four Aces and we want exactly one of them, there will be
Putting this all together, we have
Example 38
Compute the probability of randomly drawing five cards from a deck and getting exactly two Aces.
Solution
The solution is similar to the previous example, except now we are choosing 2 Aces out of 4 and 3 non-Aces out of 48; the denominator remains the same:
It is useful to note that these card problems are remarkably similar to the lottery problems discussed earlier.
Try it Now 10
Compute the probability of randomly drawing five cards from a deck of cards and getting three Aces and two Kings.
- Answer
-
Birthday Problem
Let's take a pause to consider a famous problem in probability theory:
Suppose you have a room full of 30 people. What is the probability that there is at least one shared birthday?
Take a guess at the answer to the above problem. Was your guess fairly low, like around 10%? That seems to be the intuitive answer (
Example 39
Suppose three people are in a room. What is the probability that there is at least one shared birthday among these three people?
Solution
There are a lot of ways there could be at least one shared birthday. Fortunately there is an easier way. We ask ourselves “What is the alternative to having at least one shared birthday?” In this case, the alternative is that there are no shared birthdays. In other words, the alternative to “at least one” is having none. In other words, since this is a complementary event,
We will start, then, by computing the probability that there is no shared birthday. Let's imagine that you are one of these three people. Your birthday can be anything without conflict, so there are 365 choices out of 365 for your birthday. What is the probability that the second person does not share your birthday? There are 365 days in the year (let's ignore leap years) and removing your birthday from contention, there are 364 choices that will guarantee that you do not share a birthday with this person, so the probability that the second person does not share your birthday is
We want the second person not to share a birthday with you and the third person not to share a birthday with the first two people, so we use the multiplication rule:
and then subtract from 1 to get
This is a pretty small number, so maybe it makes sense that the answer to our original problem will be small. Let's make our group a bit bigger.
Example 40
Suppose five people are in a room. What is the probability that there is at least one shared birthday among these five people?
Solution
Continuing the pattern of the previous example, the answer should be
Note that we could rewrite this more compactly as
which makes it a bit easier to type into a calculator or computer, and which suggests a nice formula as we continue to expand the population of our group.
Example 41
Suppose 30 people are in a room. What is the probability that there is at least one shared birthday among these 30 people?
Solution
Here we can calculate
which gives us the surprising result that when you are in a room with 30 people there is a 70% chance that there will be at least one shared birthday!
If you like to bet, and if you can convince 30 people to reveal their birthdays, you might be able to win some money by betting a friend that there will be at least two people with the same birthday in the room anytime you are in a room of 30 or more people. (Of course, you would need to make sure your friend hasn't studied probability!) You wouldn't be guaranteed to win, but you should win more than half the time.
This is one of many results in probability theory that is counterintuitive; that is, it goes against our gut instincts. If you still don't believe the math, you can carry out a simulation. Just so you won't have to go around rounding up groups of 30 people, someone has kindly developed a Java applet so that you can conduct a computer simulation. Go to this web page: http://statweb.stanford.edu/~susan/surprise/Birthday.html, and once the applet has loaded, select 30 birthdays and then keep clicking Start and Reset. If you keep track of the number of times that there is a repeated birthday, you should get a repeated birthday about 7 out of every 10 times you run the simulation.
Try it Now 11
Suppose 10 people are in a room. What is the probability that there is at least one shared birthday among these 10 people?
- Answer
-