Question
Question: How many committees of \(5\) members each can be formed from \(8\) official and \(4\) non-official m...
How many committees of 5 members each can be formed from 8 official and 4 non-official members in the following cases-
a.Each consisting of 3 official and 2 non-official members.
b.Each contains at least two non-official members.
c.A particular official member is never included.
d.A particular non-official member is always included.
Solution
To select r members out of n total members, we use the following formula-nCr
And we know that-
Formula of combination is given as-
⇒ nCr=r!n−r!n!Where n=total number of things and r=no. of things to be selected
Use these two formulas to get the answer.
Complete step-by-step answer:
Given total number of official members = 8
Total number of non-official members = 4
The total number of committees to be formed = 5
(a) We have to form such committees that consist of 3 official and 2 non-official members.
So the number of ways to select 3 official members out of 8 official members = 8C3
On applying formula of combination which is given as-
⇒ nCr=r!n−r!n!Where n=total number of things and r=no. of things to be selected
We have-
The number of ways to select 3 official members out of 8 official members = 3!8−3!8!=3×2×5!8×7×6×5!
On solving we get,
The number of ways to select 3 official members out of 8 official members =8×7=56 ways
The number of ways to select 2 non-official members from 4 non-official members = 4C2
On applying formula of combination we get,
The number of ways to select 2 non-official members from 4 non-official members = 2!4−2!4!=44×3×2=6 ways
Then the total number of ways committees consists of 3 official and 2 non-official members=56×6=336 ways
The total number of ways committees consists of 3 official and 2 non-official members=336 ways
(b) We have to find the number of ways that each committee contains at least two non-official members.
So the number of ways that each committee contains at least two non-official members= total number of ways five members can be selected from 12 members - total number of ways the committees contains one non-official member- total number of ways the committees contain no non-official number
So we can write is as-
The number of ways that each committee contains at least two non-official members=12C5−(8C4×4C1)−8C5
On applying the formula of combination we get,
The number of ways that each committee contains at least two non-official members= 5!9!12!−(4!4!8!×4)−56
On solving we get,
The number of ways that each committee contains at least two non-official members=792−280−56=456
The number of ways that each committee contains at least two non-official members= 456 ways.
(c)We have to find the number of ways a particular official member is never included.
So excluding the particular official member the total number of members is 11
Then the number of ways a particular official member is never included= 11C5=6!5!11!
On solving we get,
The number of ways a particular official member is never included= 5×4×3×211×10×9×8×7=11×3×4×7=462
The number of ways a particular official member is never included = 462 ways.
(d)We have to find the total number of ways a particular member is always included in the committees.
Since one particular member is always included then we only have find the number of ways to form 4 member committees from 11 members
Total number of ways a particular member is always included in the committees= 11C4=7!4!11!
On solving we get,
Total number of ways a particular member is always included in the committees=4×3×211×10×9×8=3×110=330
Total number of ways a particular member is always included in the committees=330 ways.
Note: In this question we have used combinations because we have to form committees only which can be formed in any order. Combination is used when things are to be arranged but not necessarily in order. Permutation is a little different. In permutation, order is important. Permutation is given by-
⇒nPr=n−r!n! Where n=total number of things and r=no. of things to be selected.