Permutations
BY THE PERMUTATIONS of the letters abc we mean all of their possible arrangements:
abc
acb
bac
bca
cab
cba
There are 6 permutations of three different things. As the number of things (letters) increases, their permutations grow astronomically. For example, if twelve different things are permuted, then the number of their permutations is 479,001,600.
Now, this enormous number was not found by counting them. It is derived theoretically from the Fundamental Principle of Counting:
Let us now consider the total number of permutations of all four letters. There are 4 ways to choose the first. 3 ways remain to choose the second, 2 ways to choose the third, and 1 way to choose the last. Therefore the number of permutations of 4 different things is
Thus the number of permutations of 4 different things taken 4 at a time is 4!. (See Topic 19.)
Permutations of less than all
We have seen that the number of ways of choosing 2 letters from 4 is 4· 3 = 12. We call this
"The number of permutations of 4 different things taken 2 at a time."
We will symbolize this as 4P2:
4P2 = 4· 3
The lower index 2 indicates the number of factors. The upper index 4 indicates the first factor.
For example, 8P3 means "the number of permutations of 8 different things taken 3 at a time." And
For, there are 8 ways to choose the first, 7 ways to choose the second, and 6 ways to choose the third.
5! is a factor of 8!, and therefore the 5!'s cancel.
The upper factorial is the upper index, and the lower factorial is the difference of the indices. When the 6!'s cancel, the numerator becomes 10· 9· 8· 7.
This is the number of permutations of 10 different things taken 4 at a time.
Problem 1. Write down all the permutations of xyz.
To see the answer, pass your mouse over the colored area.
To cover the answer again, click "Refresh" ("Reload").
xyz, xzy, yxz, yzx, zxy, zyx.
Problem 2. How many permutations are there of the letters pqrs?
4! = 1· 2· 3· 4 = 24
Problem 3. a) How many different arrangements are there of the letters of the word numbers?
7! = 5,040
b) How many of those arrangements have b as the first letter?
Set b as the first letter, and permute the remaining 6. Therefore, there are 6! such arrangements.
c) How many have b as the last letter -- or in any specified position?
The same. 6!.
d) How many will have n, u, and m together?
Begin by permuting the 5 things -- num, b, e, r, s. They will have 5! permutations. But in each one of them, there are 3! rearrangements of num. Consequently, the total number of arrangements in which n, u, and m are together, is 3!· 5! = 6· 120 = 720.
Problem 4. a) How many different arrangements (permutations) are there of the digits 01234?
5! = 120
b) How many 5-digit numbers can you make of those digits, in which the
b) first digit is not 0?
Since 0 cannot be first, remove it. Then there will be 4 ways to choose the first digit. Now replace 0. It will now be one of 4 remaining digits. Therefore, there will be 4 ways to fill the second spot, 3 ways to fill the third, and so on. The total number of 5-digit numbers, then, is 4· 4! = 4· 24 = 96.
c) How many 5-digit odd numbers can you make?
Again, 0 cannot be first, so remove it. Since the number must be odd, it must end in either 1 or 3. Place 1, then, in the last position. _ _ _ _ 1. Therefore, for the first position, we may choose either 2, 3, or 4, so that there are 3 ways to choose the first digit. Now replace 0. Hence, there will be 3 ways to choose the second position, 2 ways to choose the third, and 1 way to choose the fourth. Therefore, the total number of odd numbers that end in 1, is 3· 3· 2· 1 = 18. The same analysis holds if we place 3 in the last position, so that the total number of odd numbers is 2· 18 = 36.
Problem 5.
a) If the five letters a, b, c, d, e are put into a hat, in how many different
a) ways could you draw one out?
5
b) When one of them has been drawn, in how many ways could you
a) draw a second?
4
c) Therefore, in how many ways could you draw two letters?
5· 4 = 20
This number is denoted by 5P2.
d) What is the meaning of the symbol 5P3?
The number of permutations of 5 different things taken 3 at a time.
e) Evaluate 5P3.
5· 4· 3 = 60
Problem 5. Evaluate
a) 6P3
= 120
b) 10P2
= 90
c) 7P5
= 2520
Problem 6. Express with factorials.