How many different ways can the alphabet be rearranged if the vowels must remain in the same place?

This section covers permutations and combinations.

Arranging Objects

The number of ways of arranging n unlike objects in a line is n! (pronounced ‘n factorial’). n! = n × (n – 1) × (n – 2) ×…× 3 × 2 × 1

Example

How many different ways can the letters P, Q, R, S be arranged?

The answer is 4! = 24.

This is because there are four spaces to be filled: _, _, _, _

The first space can be filled by any one of the four letters. The second space can be filled by any of the remaining 3 letters. The third space can be filled by any of the 2 remaining letters and the final space must be filled by the one remaining letter. The total number of possible arrangements is therefore 4 × 3 × 2 × 1 = 4!

  • The number of ways of arranging n objects, of which p of one type are alike, q of a second type are alike, r of a third type are alike, etc is:

n!        .
p! q! r! …

Example

In how many ways can the letters in the word: STATISTICS be arranged?

There are 3 S’s, 2 I’s and 3 T’s in this word, therefore, the number of ways of arranging the letters are:

10!=50 400
3! 2! 3!

Rings and Roundabouts

  • The number of ways of arranging n unlike objects in a ring when clockwise and anticlockwise arrangements are different is (n – 1)!

When clockwise and anti-clockwise arrangements are the same, the number of ways is ½ (n – 1)!

Example

Ten people go to a party. How many different ways can they be seated?

Anti-clockwise and clockwise arrangements are the same. Therefore, the total number of ways is ½ (10-1)! = 181 440

Combinations

The number of ways of selecting r objects from n unlike objects is:

How many different ways can the alphabet be rearranged if the vowels must remain in the same place?

Example

There are 10 balls in a bag numbered from 1 to 10. Three balls are selected at random. How many different ways are there of selecting the three balls?

10C3 =10!=10 × 9 × 8= 120
             3! (10 – 3)!3 × 2 × 1

Permutations

A permutation is an ordered arrangement.

  • The number of ordered arrangements of r objects taken from n unlike objects is:

nPr =       n!       .
          (n – r)!

Example

In the Match of the Day’s goal of the month competition, you had to pick the top 3 goals out of 10. Since the order is important, it is the permutation formula which we use.

10P3 =10!
            7!

= 720

There are therefore 720 different ways of picking the top three goals.

Probability

The above facts can be used to help solve problems in probability.

Example

In the National Lottery, 6 numbers are chosen from 49. You win if the 6 balls you pick match the six balls selected by the machine. What is the probability of winning the National Lottery?

The number of ways of choosing 6 numbers from 49 is 49C6 = 13 983 816 .

Therefore the probability of winning the lottery is 1/13983816 = 0.000 000 071 5 (3sf), which is about a 1 in 14 million chance.

How many different ways can the alphabet be rearranged if the vowels must remain in the same place?

How many different ways can the alphabet be rearranged if the vowels must remain in the same place?
How many different ways can the alphabet be rearranged if the vowels must remain in the same place?

Get the answer to your homework problem.

Try Numerade free for 7 days

How many different ways can the alphabet be rearranged if the vowels must remain in the same place?

University of North Bengal

$\begingroup$

The five vowels $A$, $E$, $I$, $O$ and $U$ along with$15$ $X$'s are to be arranged in a row such that no $X$ is at an extreme position. Also, between any two vowels there must be at least $3$ $X$'s. Find the number of ways in which this can be done. I have tried but failed to get the correct answer. Please help me to give any reference to solve it. Thanks in advance.

$\endgroup$

1

I have two questions that I am confused with and any help with showing how to solve either one of them would be appreciated. I know that the vowel part is probably implying using the number 21 instead of 26 since there are 5 vowels in the alphabet I just don't know what formula to use for these or what number to plug in with the 26 to get the first answer.

Answer the following questions about the standard English alphabet of 26 letters:

How many different ways can the alphabet be rearranged?

How many different ways can the alphabet be rearranged if the vowels must remain in the same place?

Then the second question is. I thought the answer to this would be P(6,3)*5 but that was incorrect so any instruction on how to solve this would be appreciated.

2. A code consists of selecting 5 not-necesarily-distinct digits, followed by a 3-letter “word” chosen from {A,B,C,X,Y,Z}{A,B,C,X,Y,Z} without replacement. How many codes are there?