Question
Question: (i) Find the number of ways of selecting 5 members from a committee of 5 men & 2 women such that all...
(i) Find the number of ways of selecting 5 members from a committee of 5 men & 2 women such that all women are always included. (ii) Out of first 20 natural numbers, 3 numbers are selected such that there is exactly one even number. How many different selections can be made ? (iii) How many four letter words can be made from the letters of the word 'PROBLEM'. How many of these start as well as end with a vowel ?

(i) 10 (ii) 450 (iii) Total four-letter words: 840. Words starting and ending with a vowel: 40.
Solution
Here are the solutions to the given problems:
(i) Number of ways of selecting 5 members from a committee of 5 men & 2 women such that all women are always included.
To include both women, we must select the 2 women from the 2 available women. The number of ways to do this is (22).
Since we need to select a total of 5 members and 2 women are already selected, we need to select 5−2=3 more members. These members must be selected from the 5 men. The number of ways to do this is (35).
The total number of ways to select the committee is the product of the number of ways to select the women and the number of ways to select the men.
Total ways = (22)×(35)=1×3!2!5!=1×2×15×4=1×10=10.
(ii) Out of first 20 natural numbers, 3 numbers are selected such that there is exactly one even number.
The first 20 natural numbers are {1,2,…,20}.
There are 10 even numbers {2,4,…,20} and 10 odd numbers {1,3,…,19}.
We need to select 3 numbers with exactly one even number. This means we must select 1 even number and 2 odd numbers.
Number of ways to select 1 even number from 10 even numbers = (110)=10.
Number of ways to select 2 odd numbers from 10 odd numbers = (210)=2!8!10!=2×110×9=45.
The total number of different selections is the product of the number of ways to select the even number and the number of ways to select the odd numbers.
Total selections = (110)×(210)=10×45=450.
(iii) How many four letter words can be made from the letters of the word 'PROBLEM'. How many of these start as well as end with a vowel ?
The word 'PROBLEM' has 7 distinct letters: P, R, O, B, L, E, M.
Vowels: O, E (2). Consonants: P, R, B, L, M (5).
Part 1: How many four letter words can be made from the letters of the word 'PROBLEM'.
This is a permutation problem. We need to arrange 4 letters out of 7 distinct letters.
The number of four-letter words = P(7,4)=(7−4)!7!=3!7!=7×6×5×4=840.
Part 2: How many of these four-letter words start as well as end with a vowel.
Let the four-letter word be represented by 4 positions: L1L2L3L4.
L1 must be a vowel, and L4 must be a vowel. There are 2 vowels (O, E).
Number of ways to choose and arrange 2 vowels for positions L1 and L4 is P(2,2)=2!=2. (The vowels can be O at L1 and E at L4, or E at L1 and O at L4).
The remaining 7−2=5 letters are available to fill the middle two positions (L2 and L3). These 5 letters are the consonants.
We need to choose and arrange 2 letters from these 5 remaining letters for positions L2 and L3. The number of ways to do this is P(5,2)=(5−2)!5!=3!5!=5×4=20.
The total number of four-letter words that start and end with a vowel is the product of the number of ways to fill the end positions and the number of ways to fill the middle positions.
Total words = (Ways to fill L1 and L4) × (Ways to fill L2 and L3) = P(2,2)×P(5,2)=2×20=40.
Explanation (Minimal):
(i) Select 2 women from 2 ((22)) and 3 men from 5 ((35)). Multiply the results: (22)×(35)=1×10=10.
(ii) Select 1 even number from 10 ((110)) and 2 odd numbers from 10 ((210)). Multiply the results: (110)×(210)=10×45=450.
(iii) Total 4-letter words: Permute 4 out of 7 distinct letters (P(7,4)=840). Words starting and ending with vowel: Arrange 2 vowels at ends (P(2,2)) and arrange 2 from remaining 5 letters in middle (P(5,2)). Multiply results: P(2,2)×P(5,2)=2×20=40.