Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

5.3: Permutations

( \newcommand{\kernel}{\mathrm{null}\,}\)

Learning Objectives

In this section you will learn to:

  • Perform calculations using factorials.
  • Count the number of possible permutations (ordered arrangement) of n items taken r at a time.
  • Count the number of possible permutations when there are conditions imposed on the arrangements.

Prerequisite Skills

Before you get started, take this prerequisite quiz.

1. How many three-letter word sequences can be formed using the letters { A, B, C } if no letter is to be repeated?

Click here to check your answer

6 sequences can be formed.

If you missed this problem, review Section 5.2. (Note that this will open in a new window.)

 

2. A California license plate consists of a number from 1 to 5, then three letters followed by any three digits. Repetition is possible. How many such plates are possible? 

Click here to check your answer

87,880,000 different plates are possible.

If you missed this problem, review Section 5.2. (Note that this will open in a new window.)

 

 

3. How many different 4-letter radio station call letters can be made if the first letter must be K or W and no letters can be repeated?

Click here to check your answer

27,600 station names can be made.

If you missed this problem, review Section 5.2. (Note that this will open in a new window.)

Factorials

When working with the multiplication axiom, we will often need to multiply sequential, descending numbers as we did in Example 5.2.5. We have a special notation for that calculation, which we will use a great deal in this as well as in the next chapter.

Definition: Factorial

n! is read as "n factorial."

n!=n(n1)(n2)(n3)321

where n is a natural number.

0!=1

Example 5.3.1

Calculate 5!

Solution

Using the definition of a factorial, 5!=54321.  Multiplying these numbers gives a value of 120.

Permutations

In Example 5.2.6, we were asked to find the word sequences formed by using the letters { A, B, C } if no letter is to be repeated. The tree diagram gave us the following six arrangements.

ABC, ACB, BAC, BCA, CAB, and CBA.

Arrangements like these, where order is important and no element is repeated, are called permutations.

Definition: Permutations

A permutation of a set of elements is an ordered arrangement where each element is used once.

Example 5.3.2

How many three-letter word sequences can be formed using the letters { A, B, C, D }?

Solution

There are four choices for the first letter of our word, three choices for the second letter, and two choices for the third.

4

3

2

Applying the multiplication axiom, we get 432=24 different arrangements.

Example 5.3.3

How many permutations of the letters of the word ARTICLE have consonants in the first and last positions?

Solution

In the word ARTICLE, there are 4 consonants.

Since the first letter must be a consonant, we have four choices for the first position, and once we use up a consonant, there are only three consonants left for the last spot. We show as follows:

4

         

3

Since there are no more restrictions, we can go ahead and make the choices for the rest of the positions.

So far we have used up 2 letters, therefore, five remain. So for the next position there are five choices, for the position after that there are four choices, and so on. We get

4

5

4

3

2

1

3

So the total permutations are 4543213=1440.

Example 5.3.4a

Given five letters { A, B, C, D, E }. Find the following:

  1. The number of four-letter word sequences.
  2. The number of three-letter word sequences.
  3. The number of two-letter word sequences.

Solution

The problem is easily solved by the multiplication axiom, and answers are as follows:

  1. The number of four-letter word sequences is 5432=120.
  2. The number of three-letter word sequences is 543=60.
  3. The number of two-letter word sequences is 54=20.

We often encounter situations where we have a set of n objects and we are selecting r objects to form permutations. We refer to this as permutations of n objects taken r at a time, and we usually write it as nPr

Definition: nPr

The Number of Permutations of n Objects Taken r at a Time

nPr=n!(nr)!

or

nPr=n(n1)(n2)(n3)(nr+1)

 

where n and r are natural numbers.

Note that different texts may use different notation for permutations.  nPr,P(n,r), or Pnr all represent permutations. 

Example 5.3.4b

Given five letters { A, B, C, D, E }. Use the permutation formula to find the following:

  1. The number of four-letter word sequences.
  2. The number of three-letter word sequences.
  3. The number of two-letter word sequences.

Solution

Since we are selecting from 5 different letters in the set, n=5.  The value for r is the number of letters we use in each sequence.
  1. The number of four-letter word sequences is 5P4 = 5!(54)!=543211=5432=120
  2. The number of three-letter word sequences is 5P3 = 5!(53)!=5432121=543=60
  3. The number of two-letter word sequences is 5P2 = 5!(52)!=54321321=54=20

Example 5.3.5

An auto service station has 6 employees and 3 bays.  How many different ways can the employees be placed at the three bays if each bay only gets one employee?

Solution

We will identify n and r in each case and solve using the formulas provided.

Since we have 6 employees to select from, n=6.  Since we are placing only 3 of them at a time, r=3.  Therefore we are trying to calculate 6P3.

6P3=6!(63)!=6!3!=654321321=654=120

Next we consider some more permutation problems to get further insight into these concepts.

Example 5.3.6

In how many different ways can 4 people be seated in a straight line if two of them insist on sitting next to each other?

Solution

Let us suppose we have four people A, B, C, and D. Further suppose that A and B want to sit together. For the sake of argument, we tie A and B together and treat them as one person.

The four people are AB CD. Since AB is treated as one person, we have the following possible arrangements.

ABCD,ABDC,CABD,DABC,CDAB,DCAB

Note that there are six more such permutations because A and B could also be tied in the order BA. And they are

BACD,BADC,CBAD,DBAC,CDBA,DCBA

So altogether there are 12 different permutations.

Let us now do the problem using the multiplication axiom.

After we tie two of the people together and treat them as one person, we can say we have only three people. The multiplication axiom tells us that three people can be seated in 3! ways. Since two people can be tied together 2! ways, there are 3! 2! = 12 different arrangements

Example 5.3.7

You have 4 math books and 5 history books to put on a shelf that has 5 slots. In how many ways can the books be shelved if the first three slots are filled with math books and the next two slots are filled with history books?

Solution

We first do the problem using the multiplication axiom.

Since the math books go in the first three slots, there are 4 choices for the first slot,
3 choices for the second and 2 choices for the third.

The fourth slot requires a history book, and has five choices. Once that choice is made, there are 4 history books left, and therefore, 4 choices for the last slot. The choices are shown below.

4

3

2

5

4

Therefore, the number of permutations are 43254=480.

Alternately, we can see that 432 is really same as 4P3, and 54 is 5P2.

So the answer can be written as (4P3) (5P2) = 480.

Clearly, this makes sense. For every permutation of three math books placed in the first three slots, there are 5P2 permutations of history books that can be placed in the last two slots. Hence the multiplication axiom applies, and we have the answer (4P3) (5P2).

We summarize the concepts of this section:

Note

1. Factorial

n!=n(n1)(n2)(n3)321

Where n is a natural number.

0!=1

2. Permutations

A permutation of a set of elements is an ordered arrangement where each element is used once.

3. Permutations of n Objects Taken r at a Time

nPr=n(n1)(n2)(n3)(nr+1)

or

nPr=n!(nr)!

where n and r are natural numbers.


5.3: Permutations is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by LibreTexts.

Support Center

How can we help?