Counting: With Question/Answer Animations
Counting: With Question/Answer Animations
Chapter 6
Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
The Basics of Counting
Section 6.1
Basic Counting Principles: The Product
Rule
The Product Rule: A procedure can be broken down into a
sequence of two tasks. There are n1 ways to do the first task and
n2 ways to do the second task. Then there are n1∙n2 ways to do
the procedure.
In general, if a procedure can be broken into k tasks where 1st
task can be done in n1 ways, 2nd task can be done in n2 ways, …,
k-th task can be done in nk ways, then the whole procedure can
be done in n1∙n2 ∙ ∙ ∙ nk ways.
How many different telephone numbers are possible under the old plan and the new plan?
Solution: Let P be the total number of passwords, and let P6, P7, and P8 be the
passwords of length 6, 7, and 8.
By the sum rule P = P6 + P7 +P8.
To find Pn, (n=6, 7, or 8), we find the number of n–length passwords composed of
letters and digits and then we subtract the number of n–length passwords
composed only of letters from that.
number of n–length passwords composed of letters and digits = (26+10)n = 36n
number of n–length passwords composed of only letters = 26n
So Pn = 36n – 26n
P6 = 366 − 266 = 2,176,782,336 − 308,915,776 =1,867,866,560.
P7 = 367 − 267 = 78,364,164,096 − 8,031,810,176 = 70,332,353,920.
P8 = 368 − 268 = 2,821,109,907,456 − 208,827,064,576 =2,612,282,842,880.
Consequently, P = P + P +P = 2,684,483,063,360.
Exercise 15
How many strings are there of lowercase letters of
length four or less, not counting the empty string?
Solution: There are 4 types of strings:
Whose length = 1: there are 26 such strings
Whose length = 2: (do yourself)
Whose length = 3: (do yourself)
Whose length = 4: (do yourself)
In total, there are … strings
Basic Counting Principles: Subtraction Rule
Subtraction Rule: If a task can be done either in one of
n1 ways or in one of n2 ways, then the total number of
ways to do the task is n1 + n2 minus the number of ways
to do the task that are common to the two different ways.
Commonly known as, the principle of inclusion-exclusion:
Counting Bit Strings
Example 18: How many bit strings of length eight start
with a 1 or end with 00?
Solution: Use the subtraction rule.
Number of bit strings of length eight
that start with a 1 bit: 27 = 128
Number of bit strings of length eight
that end with bits 00: 26 = 64
Number of bit strings of length eight
that start with a 1 bit and end with bits 00 : 25 = 32
Hence, the number is 128 + 64 − 32 = 160.
Counting Applicants
Example 19: A company receives 350 applications for a job.
Suppose that 220 of these applicants majored in CSE, 147
majored in BBA, and 51 majored both in CSE and in BBA. How
many of them majored neither in CSE nor in BBA?
Solution: Let U = set of all applicants, A = set of CSE
applicants, and B = set of BBA applicants U
By the principle of exclusion-exclusion:
|A U B| = |A|+|B|-|A∩B|
= 220+147-51 = 316
No. of applicants who majored in neither
CSE nor BBA = |U-(A U B)| = 350-316 = 34
Basic Counting Principles: Division Rule
Division Rule: If a task can be done in n ways but among them each d ways
are identical to each other, then there are n/d distinct ways to do that task.
Example 20: How many ways are there to seat four people around a circular
table, where two seatings are considered the same when each person has the
same left and right neighbor?
Explanation: Four persons who are numbered from 1 to 4, can sit around a
circular table in 4 ways which are alike to each other: 1234 , 4123 , 3412, 2341.
(Why are they alike?)
Basic Counting Principles: Division Rule
Solution: Consider 4 seats tagged as a,b,c,d. There are 4 ways to select the
person for seat a, 3 ways for seat b, and 2 ways for seat c, and 1 way for seat
d. Thus there are 4*3*2*1 = 4! = 24 ways to order 4 people in a linear
seating arrangement.
a
d b
a b c d
c
But ours is a circular seating arrangement. So among these
24 linear orders some will be alike. Since by rotating (either
clockwise or anti-clockwise) a seating arrangement we can get
3 other seatings which are alike the first one (since two seatings
are the same when each person has the same left and right
neighbors). So each 4 linear orders out of 24 are identical to
each other. Therefore, by the division rule, there are 24/4 = 6
different seatings around the table.
Basic Counting Principles: Division Rule
Example: How many ways are there to seat three people around a circular
table, where two seatings are considered the same when each person has
the same left and right neighbor?
Solution: Suppose the seats are numbered from 1 to 3. There are 3 ways
to select the person for seat 1, two ways for seat 2, and one way for seat 3.
Thus there are 3*2*1 = 3! = 6 ways to order 3 people in a linear seating
arrangement.
But ours is a circular seating arrangement. So among these 6 linear
orders some will be alike. Because by rotating a seating arrangement
(either clockwise or anti-clockwise) we can get two other seatings which
are alike the first one (since two seatings are the same when each person
has the same left and right neighbors). So there are each 3 linear orders
out of 6 are identical to each other. Therefore, by the division rule, there
are 6/3 = 2 different seatings around the table.
Exercise 44
Example: How many ways are there to seat four of a
group of ten people around a circular table where two
seatings are considered the same when everyone has the
same left and right neighbors?
Solution: 10P4/4 = 1260 ways
Tree Diagrams
Tree Diagrams: We can solve many counting problems through the use of
tree diagrams, where a branch represents a possible choice and the leaves
represent possible outcomes.
Example 23: Some T-shirts of store come in five different sizes: S,M,L,XL, and
XXL. Each size comes in four colors (white, red, green, and black), except XL,
which comes only in red, green, and black, and XXL, which comes only in
green and black. What is the minimum number of shirts that the campus book
store needs to stock to have one of each size and color available?
Solution: Draw the tree diagram; then count the no. of leaves.
The store must stock 17 T-shirts.
Tree Diagrams
Example 21: How many bit strings of length four do not have two
consecutive 1s?
Solution: Draw the tree diagram; then count the no. of leaves.
There are 8 such bit strings.
Permutations and
Combinations
Section 6.3
Permutations
Definition: A permutation of a set of distinct objects is an
ordered arrangement of these objects without repetition.
An ordered arrangement of r elements of a set is called an
r-permuation.
Example: Let S = {1,2,3}.
The ordered arrangement (3,1,2) is a 3-permutation of S.
The ordered arrangement (3,2) is a 2-permutation of S.
The number of r-permuatations of a set with n elements
is denoted by P(n,r).
The 2-permutations of S = {1,2,3} are (1,2); (1,3); (2,1);
(2,3); (3,1); and (3,2). Hence, P(3,2) = 6.
A Formula for the Number of Permutations
Theorem 1: If n is a positive integer and r is an integer with
1 ≤ r ≤ n, then there are
P(n, r) = n(n − 1)(n − 2) ∙∙∙ (n − r + 1)
r-permutations of a set with n distinct elements.
Proof: Use the product rule. The first element can be chosen in n
ways. The second in n − 1 ways, and so on until there are (n
− ( r − 1)) ways to choose the last element.
Note that P(n,0) = 1, since there is only one way to order zero
elements.
Corollary 1: If n and r are integers with 1 ≤ r ≤ n, then
Solving Counting Problems by Counting
Permutations
Example 4: How many ways are there to select a first-
prize winner, a second prize winner, and a third-prize
winner from 100 different people who have entered a
contest?
Solution:
P(100,3) = 100 ∙ 99 ∙ 98 = 970,200
Solution:
(i) P(5,3) = 5*4*3 = 60
(ii) P(5,5) = 5! = 120
Solving Counting Problems by Counting
Permutations (continued)
Example 6: Suppose that a saleswoman has to visit eight
different cities. She must begin her trip in a specified city,
but she can visit the other seven cities in any order she
wishes. How many possible orders can the saleswoman
use when visiting these cities?
6! = 6 ∙ 5 ∙ 4 ∙ 3 ∙ 2 ∙ 1 = 720
Combinations
Definition: An r-combination of elements of a set is an
unordered selection of r elements from the set. Thus, an
r-combination is simply a subset of the set with r elements.
The number of r-combinations of a set with n distinct
elements is denoted by C(n, r). The notation is also used
and is called a binomial coefficient.
Example: Let S be the set {a, b, c, d}. Then {a, c, d} is a 3-
combination from S. It is the same as {d, c, a} since the order
listed does not matter.
C(4,2) = 6 because the 2-combinations of S= {a, b, c, d} are
the six subsets of S: {a, b}, {a, c}, {a, d}, {b, c}, {b, d}, and {c, d}.
Combinations
Theorem 2: The number of r-combinations of a set
with n elements, where n ≥ r ≥ 0, equals
and
Solution:
a) C(25, 4) = 25*24*23*22/4! = 12,650
b) P(25, 4) = 25*24*23*22 = 303,600
Exercise 31
The English alphabet contains 21 consonants and five
vowels. How many strings of six lowercase letters of the English
alphabet contain
a) exactly one vowel?
b) exactly two vowels?
c) at least one vowel?
d) at least two vowels?
Solution:
a) C(6,1)*51*215
b) C(6,2)*52*214
c) ?
d) ?
The Pigeonhole Principle
Section 6.2
The Pigeonhole Principle
If a flock of 13 pigeons roosts in a set of 12 pigeonholes, one of the
pigeonholes must have more than 1 pigeon.
i.e., max. no. of objects that can be placed in those boxes < N. This
contradicts our premise that N objects can be placed in those k boxes.
Example: Among 100 people there are at least ⌈100/12⌉ = 9 who were
The Generalized Pigeonhole Principle
Example: a) How many cards must be selected from a standard deck of
52 cards to guarantee that at least three cards of the same suit are chosen?
b) How many must be selected to guarantee that at least three hearts are
selected?
Solution: a) We assume four boxes; one for each suit. Using the
generalized pigeonhole principle, at least one box contains at least ⌈N/4⌉
cards. At least three cards of one suit are selected if ⌈N/4⌉ ≥3. The smallest
integer N such that ⌈N/4⌉ ≥3 is N = (3-1) ∙ 4 + 1 = 9.
b) A deck contains 13 hearts and 39 cards which are not hearts. So, if we
select 39 cards, there is a possibility that none of them are hearts. However,
when we select 42 cards, we must have at least three hearts among them.
(Note that the generalized pigeonhole principle is not used here.)
Exercise 3 (modified)
A drawer contains a dozen brown socks and a dozen black socks.
A man takes socks out at random in the dark.
a) How many socks must he take out to be sure that he has at
least five socks of the same color?
b) How many socks must he take out to be sure that he has at
least five black socks?
Solution: a) We assume two boxes; one for each color. Using the
generalized pigeonhole principle, at least one box contains at
least ⌈N/2⌉ socks. At least five socks of same color are selected if
⌈N/2⌉ ≥ 5. The smallest integer N such that ⌈N/2⌉ ≥ 5 is
N = (5-1) ∙ 2 + 1 = 9
b) The drawer contains 12 brown and 12 black socks. So, if we
select 12+5=17 socks, we may have at most 12 brown socks
along with at least five black socks.