How many words, with or without meaning, each of 2 vowels and 3 consonants can be formed from the letters of the word DAUGHTER ?
Theory
This is a selection + arrangement problem.
Strategy:
• First select required letters
• Then arrange them
\[ \text{Total} = \text{Selection} \times \text{Arrangement} \]
Word: DAUGHTER
Vowels: A, U, E (3)
Consonants: D, G, H, T, R (5)
Solution Roadmap
Step 1: Choose 2 vowels from 3
Step 2: Choose 3 consonants from 5
Step 3: Arrange selected 5 letters
Step 4: Multiply
Solution
Choose 2 vowels from 3:
\[ ^3C_2 = 3 \]Choose 3 consonants from 5:
\[ ^5C_3 = 10 \]Total selections:
\[ 3 \times 10 = 30 \]Arrange 5 selected letters:
\[ 5! = 120 \]Total words:
\[ \begin{aligned} \text{Total} &= 30 \times 5! \ &= 30 \times 120 \ &= 3600 \end{aligned} \]Final Answer
\(3600\)
Exam Significance
This is a very important hybrid problem.
- Combines combination + permutation
- Frequently asked in CBSE exams
- Core pattern for JEE word problems
Key takeaway: Select first, then arrange