Question
Question: Let S = {1, 2, 3, …, 9}. Then for k = 1, 2, …,5, let \({{N}_{k}}\) be the number of subsets of S, ea...
Let S = {1, 2, 3, …, 9}. Then for k = 1, 2, …,5, let Nk be the number of subsets of S, each containing five elements out of which exactly k are odd. Then what is the value of N1+N2+N3+N4+N5?
(a) 210
(b) 252
(c) 125
(d) 126
Solution
To solve this problem we will divide this problem into 5 cases for the five values of k. Like in the first case i.e. when k = 1, in that case we have to find the number of five elements chosen from
S = {1, 2, 3, …, 9} out of which exactly 1 is odd so in this case we have to select 4 even elements from S and 1 element, even elements are {2, 4, 6, 8} and odd elements are {1, 3, 5, 7, 9} hence we can select 4 elements from 4 even numbers in 4C4 ways and 1 element from 5 odd numbers in 5C1 ways. Similarly, we will find this for all cases and add them to get the answer.
Complete step-by-step answer :
We are given S = {1, 2, 3, …, 9} and we have to find N1+N2+N3+N4+N5 where Nk for
k = 1, 2, …,5 is the subset of S containing 5 elements out of which exactly k are odd.
So to solve this problem we will break it into 5 parts for each value of k.
So, case 1: k = 1
We have,
S = {1, 2, 3, …, 9}
Even = {2, 4, 6, 8} and odd = {1, 3, 5, 7, 9},
Now we have to make a subset out of S which contains 1 odd element and 4 even element so,
Number of ways of selecting 4 even elements from set of even elements are = 4C4, and
Number of ways of selecting 4 even elements from set of even elements are = 5C1
So we get total number of ways of making a subset of S which contains 5 elements from which exactly 1 is odd is i.e. N1 = 4C4×5C1
Now we will proceed in same way for other cases also and find the N2,N3,N4andN5
Case 2: k = 2
We have to select 3 even elements and 2 odd elements, so we get
N2=4C3×5C2
Case 3: k = 3
We have to select 2 even elements and 3 odd elements, so we get
N3=4C2×5C3
Case 4: k = 4
We have to select 1 even elements and 4 odd elements, so we get
N4=4C1×5C4
Case 5: k = 5
We have to select all 5 odd elements.
N5=4C0×5C5
Now from all the cases, we get
N1+N2+N3+N4+N5=4C4×5C1+4C3×5C2+4C2×5C3+4C1×5C4+4C0×5C5
Using nCr=r!(n−r)!n!, we get