0% found this document useful (0 votes)
31 views6 pages

2.2 Permutations: 2.2.1 Ordering Things

The document discusses permutations, defined as ordered arrangements of elements from a set, and explains how to calculate the number of permutations using the rule of products and factorial notation. It provides examples, including preference voting and selecting club officers, and introduces the permutation counting formula. Additionally, it includes exercises to reinforce the concepts of permutations and their applications.

Uploaded by

chiefagenaton
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views6 pages

2.2 Permutations: 2.2.1 Ordering Things

The document discusses permutations, defined as ordered arrangements of elements from a set, and explains how to calculate the number of permutations using the rule of products and factorial notation. It provides examples, including preference voting and selecting club officers, and introduces the permutation counting formula. Additionally, it includes exercises to reinforce the concepts of permutations and their applications.

Uploaded by

chiefagenaton
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

🔗 2.

2 Permutations
🔗 2.2.1 Ordering Things
🔗 A number of applications of the rule of products are of a specific type, and
because of their frequent appearance they are given their own designation,
permutations. Consider the following examples.

🔗 Example 2.2.1. Ordering the elements of a set. How many different


ways can we order the three different elements of the set A = {a, b, c}? Since
we have three choices for position one, two choices for position two, and one
choice for the third position, we have, by the rule of products, 3 ⋅ 2 ⋅ 1 = 6
different ways of ordering the three letters. We illustrate through a tree
diagram.

Figure 2.2.2. A tree to enumerate permutations of a three element set.

🔗 Each of the six orderings is called a permutation of the set A.

🔗 Example 2.2.3. Preference Voting. In an election that uses preference


voting, voters rank candidates 1 , 2 , 3 etc. in order of their preference
st nd rd

instead of just selecting their first preference. How many different ways can a
voter cast a ballot with five candidates? Each way to vote is a permutation of
the five candidates. There are 5 ⋅ 4 ⋅ 3 ⋅ 2 ⋅ 1 = 120 different ways to vote.

🔗 In each of the above examples of the rule of products we observe that:


🔗 a. We are asked to order or arrange elements from a single set.
b. Each element is listed exactly once in each list (permutation). So if there
are n choices for position one in a list, there are n − 1 choices for position
two, n − 2 choices for position three, etc.

🔗 Example 2.2.4. Some orderings of a baseball team. The alphabetical


ordering of the players of a baseball team is one permutation of the set of
players. Other orderings of the players’ names might be done by batting
average, age, or height. The information that determines the ordering is called
the key. We would expect that each key would give a different permutation of
the names. If there are twenty-five players on the team, there are
25 ⋅ 24 ⋅ 23 ⋅ ⋯ ⋅ 3 ⋅ 2 ⋅ 1 different permutations of the players.

🔗 This number of permutations is huge. In fact it is


15511210043330985984000000, but writing it like this isn’t all that instructive,
while leaving it as a product as we originally had makes it easier to see where
the number comes from. We just need to find a more compact way of writing
these products.

🔗 We now develop notation that will be useful for permutation problems.

🔗 Definition 2.2.5. Factorial. If n is a positive integer then n factorial is the


product of the first n positive integers and is denoted n!. Additionally, we
define zero factorial, 0!, to be 1.

🔗 The first few factorials are


n 0 1 2 3 4 5 6 7
.
n! 1 1 2 6 24 120 720 5040

🔗 Note that 4! is 4 times 3!, or 24, and 5! is 5 times 4!, or 120. In addition, note that
as n grows in size, n! grows extremely quickly. For example, 11! = 39916800. If
the answer to a problem happens to be 25!, as in the previous example, you
would never be expected to write that number out completely. However, a
problem with an answer of 25!

23!
can be reduced to 25 ⋅ 24, or 600.

🔗 If |A| = n, there are n! ways of permuting all n elements of A . We next


consider the more general situation where we would like to permute k elements
out of a set of n objects, where k ≤ n.

🔗 Example 2.2.6. Choosing Club Officers. A club of twenty-five members


will hold an election for president, secretary, and treasurer in that order.
Assume a person can hold only one position. How many ways are there of
choosing these three officers? By the rule of products there are 25 ⋅ 24 ⋅ 23
ways of making a selection.

🔗 Definition 2.2.7. Permutation. An ordered arrangement of k elements


selected from a set of n elements, 0 ≤ k ≤ n, where no two elements of the
arrangement are the same, is called a permutation of n objects taken k at a
time. The total number of such permutations is denoted by P (n, k).

🔗 Theorem 2.2.8. Permutation Counting Formula. The number of possible


permutations of k elements taken from a set of n elements is
k−1
n!
P (n, k) = n ⋅ (n − 1) ⋅ (n − 2) ⋅ ⋯ ⋅ (n − k + 1) = ∏(n − j) = .
(n − k)!
j=0

Proof.

🔗 It is important to note that the derivation of the permutation formula given


above was done solely through the rule of products. This serves to reiterate our
introductory remarks in this section that permutation problems are really rule-
of-products problems. We close this section with several examples.

🔗 Example 2.2.9. Another example of choosing officers. A club has eight


members eligible to serve as president, vice-president, and treasurer. How
many ways are there of choosing these officers?

🔗 Solution 1: Using the rule of products. There are eight possible choices for the
presidency, seven for the vice-presidency, and six for the office of treasurer. By
the rule of products there are 8 ⋅ 7 ⋅ 6 = 336 ways of choosing these officers.

🔗 Solution 2: Using the permutation formula. We want the total number of


permutations of eight objects taken three at a time:

8!
P (8, 3) = = 8 ⋅ 7 ⋅ 6 = 336
(8 − 3)!

🔗 Example 2.2.10. Preference Voting, revisited. To count the number of


ways to vote for five candidates in a preference system, we can use the
permutation formula. We want the number of permutations of five candidates
taken five at a time:

5!
P (5, 5) = = 5! = 120 .
(5 − 5)!

🔗 Example 2.2.11. Ordering of digits under different conditions.


Consider only the digits 1, 2, 3, 4, and 5.

🔗 a. How many three-digit numbers can be formed if no repetition of digits


can occur?
b. How many three-digit numbers can be formed if repetition of digits is
allowed?
c. How many three-digit numbers can be formed if only non-consecutive
repetition of digits are allowed?

🔗 Solutions to (a): Solution 1: Using the rule of products. We have any one of five
choices for digit one, any one of four choices for digit two, and three choices for
digit three. Hence, 5 ⋅ 4 ⋅ 3 = 60 different three-digit numbers can be formed.

🔗 Solution 2; Using the permutation formula. We want the total number of


permutations of five digits taken three at a time:
5!
P (5, 3) = = 5 ⋅ 4 ⋅ 3 = 60.
(5 − 3)!

🔗 Solution to (b): The definition of permutation indicates “...no two elements in


each list are the same.” Hence the permutation formula cannot be used.
However, the rule of products still applies. We have any one of five choices for
the first digit, five choices for the second, and five for the third. So there are
5 ⋅ 5 ⋅ 5 = 125 possible different three-digit numbers if repetition is allowed.

🔗 Solution to (c): Again, the rule of products applies here. We have any one of five
choices for the first digit, but then for the next two digits we have four choices
since we are not allowed to repeat the previous digit So there are 5 ⋅ 4 ⋅ 4 = 80
possible different three-digit numbers if only non-consecutive repetitions are
allowed.

🔗 2.2.2 Exercises
🔗 1. If a raffle has three different prizes and there are 1,000 raffle tickets sold,
how many different ways can the prizes be distributed?
Answer.

🔗 2.
a. How many three-digit numbers can be formed from the digits 1, 2, 3 if no
repetition of digits is allowed? List the three-digit numbers.
b. How many two-digit numbers can be formed if no repetition of digits is
allowed? List them.
c. How many two-digit numbers can be obtained if repetition is allowed?

🔗 3. How many eight-letter words can be formed from the 26 letters in the
alphabet? Even without concerning ourselves about whether the words make
sense, there are two interpretations of this problem. Answer both.
Answer.

🔗 4. Let A be a set with |A| = n. Determine

🔗 a. 3
|A |

b. |{(a, b, c) ∣ a, b, c ∈ A and each coordinate is different}|


🔗 5. The state finals of a high school track meet involves fifteen schools. How
many ways can these schools be listed in the program?
Answer.

🔗 6. Consider the three-digit numbers that can be formed from the digits 1, 2, 3,
4, and 5 with no repetition of digits allowed.

🔗 a. How many of these are even numbers?


b. How many are greater than 250?

🔗 7. All 15 players on the Tall U. basketball team are capable of playing any
position.
a. How many ways can the coach at Tall U. fill the five starting positions in a
game?
b. What is the answer if the center must be one of two players?
Answer.

🔗 8. With circular arrangements like the ones described in this problem it’s
common to assume that two arrangements are considered that same if one can
be rotated to equal the other. However, since you can’t rotate planted shrubs so
easily, you might want to also count the possibilities assuming there are five
designated positions: front, side right, side left, back right, back left.
a. How many ways can a gardener plant five different species of shrubs in a
circle?
b. What is the answer if two of the shrubs are the same?
c. What is the answer if all the shrubs are identical?

🔗 9. The president of the Math and Computer Club would like to arrange a
meeting with six attendees, the president included. There will be three
computer science majors and three math majors at the meeting. How many
ways can the six people be seated at a circular table if the president does not
want people with the same majors to sit next to one other?
Answer.

🔗 10. Six people apply for three identical jobs and all are qualified for the
positions. Two will work in New York and the other one will work in San Diego.
How many ways can the positions be filled?

🔗 11. Let A = {1, 2, 3, 4}. Determine the cardinality of

🔗 a. {(a 1 , a 2 ) ∣ a 1 ≠ a 2 }

b. What is the answer to the previous part if |A| = n


c. If |A| = n, determine the number of m-tuples in A, m ≤ n, where each
coordinate is different from the other coordinates.
Answer.

You might also like