Question:

Consider the word INDEPENDENCE. The number of words such that all the vowels are together is?

Show Hint

To solve this, treat all the vowels (I, E, E, E, E) as a single entity or block. Then, count the arrangements of the consonants and the vowel block together. Afterward, count the different arrangements of the vowels within the block.

Updated On: Mar 21, 2025
  • 16800

  • 15800

  • 17900

  • 14800

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The correct answer is (A) : 16800
The word has 12 letters, out of which 5 are vowels and 7 are consonants.
Because we need to keep the vowels together always, we can consider the 5 vowels as one letter.
So, the number of ways of arranging the consonants is given by, \(\frac{8!}{3!×2!}\)
On expanding the factorial, we get , \(\frac{8×7×6×5×4×3!}{3!×2!}\)
On simplification,\(\frac{8×7×6×5×4}{2}\)
=3360
So the vowels can also be rearranged themselves. Out of the 5 vowels, 4 are the same.
So, the ways of arranging the vowels is given by \(\frac{5!}{4!}\)
After simplification, we get, \(\frac{5×4!}{4!}=5\)
Therefore, the vowels can be arranged in 5 ways.
The number of words that can be formed such that vowels are always together is given by the product of the number of ways of arranging the letters with all the vowels together and the number of ways of arranging the vowels.
\( ⇒5×3360=16800\)

Was this answer helpful?
0
1

Concepts Used:

Permutations and Combinations

Permutation:

Permutation is the method or the act of arranging members of a set into an order or a sequence. 

  • In the process of rearranging the numbers, subsets of sets are created to determine all possible arrangement sequences of a single data point. 
  • A permutation is used in many events of daily life. It is used for a list of data where the data order matters.

Combination:

Combination is the method of forming subsets by selecting data from a larger set in a way that the selection order does not matter.

  • Combination refers to the combination of about n things taken k at a time without any repetition.
  • The combination is used for a group of data where the order of data does not matter.