Analyzing the Setup
The word DAUGHTER consists of 8 distinct characters: {D,A,U,G,H,T,E,R}. Among these, the vowels are {A,U,E} and the consonants are {D,G,H,T,R}.
Our objective is to determine the number of arrangements where the vowels never appear together.
The Total Universe
First, we calculate the total number of ways to arrange all 8 distinct letters without any restrictions. This is given by the permutation of n distinct objects, which is n!.
For 8 letters, the total number of arrangements is:
This value represents our total sample space.
The Complementary Strategy
To find the number of arrangements where the vowels are never together, we employ the Complementary Method. We subtract the number of arrangements where the vowels are together from the total number of arrangements.
Required Arrangements=(Total Arrangements)−(Arrangements where vowels are together)
The Block Method
To calculate the cases where the vowels are together, we treat the set {A,U,E} as a single "block" or unit. We now have 5 consonants and 1 vowel block, totaling 6 units to arrange.
The number of ways to arrange these 6 units is:
The Internal Dance
Within the vowel block, the letters {A,U,E} can be arranged among themselves in 3! ways.
By the Fundamental Principle of Counting, the total number of arrangements where the vowels are together is:
Final Calculation
We now subtract the forbidden cases from the total universe to arrive at the final result.
The number of ways to arrange the letters of the word DAUGHTER such that the vowels never sit together is 36000.