- A210
- B252
- C126
- D125
View written solutionFree
Correct answer: C
1. Understand the Set S
The given set is S = {1, 2, 3, 4, 5, 6, 7, 8, 9}. We need to analyze the composition of this set in terms of odd and even numbers.
- Odd numbers in S: {1, 3, 5, 7, 9}. There are 5 odd numbers.
- Even numbers in S: {2, 4, 6, 8}. There are 4 even numbers.
2. Define Nk
Nk is defined as the number of subsets of S containing five elements, out of which exactly k are odd.
A 5-element subset is formed by selecting some odd and some even numbers from S. If a subset has k odd numbers, it must have 5 - k even numbers to make a total of 5 elements.
To find Nk, we need to:
- Choose
kodd numbers from the 5 available odd numbers. This can be done inC(5, k)ways. - Choose
5 - keven numbers from the 4 available even numbers. This can be done inC(4, 5 - k)ways.
So, the formula for Nk is:
3. Analyze the required sum
We need to find the value of N1 + N2 + N3 + N4 + N5.
This sum represents the total number of 5-element subsets of S that have at least one odd number.
Let's consider all possible cases for the number of odd elements (k) in a 5-element subset:
- The number of odd elements,
k, can be chosen from the 5 available odd numbers, so . - The number of even elements,
5-k, must be chosen from the 4 available even numbers, so .
From the second condition, , which implies . Also, , which implies .
Combining these, the possible values for k are 1, 2, 3, 4, 5.
This means that it is impossible to form a 5-element subset of S with k=0 odd numbers, as it would require choosing 5 even numbers, but there are only 4 available.
Therefore, any 5-element subset of S must contain at least one odd number. The sum N1 + N2 + N3 + N4 + N5 accounts for all possible 5-element subsets of S.
4. Calculate the total number of 5-element subsets
The required sum is simply the total number of ways to choose 5 elements from the 9 elements in set S. This is given by the combination formula C(9, 5).
Thus, N1 + N2 + N3 + N4 + N5 = 126.
5. Verification (Optional but Recommended)
We can also calculate each Nk individually and sum them up.
-
N1 (k=1): 1 odd, 4 even
N1 = C(5, 1) * C(4, 4) = 5 * 1 = 5 -
N2 (k=2): 2 odd, 3 even
N2 = C(5, 2) * C(4, 3) = 10 * 4 = 40 -
N3 (k=3): 3 odd, 2 even
N3 = C(5, 3) * C(4, 2) = 10 * 6 = 60 -
N4 (k=4): 4 odd, 1 even
N4 = C(5, 4) * C(4, 1) = 5 * 4 = 20 -
N5 (k=5): 5 odd, 0 even
N5 = C(5, 5) * C(4, 0) = 1 * 1 = 1
Sum:
N1 + N2 + N3 + N4 + N5 = 5 + 40 + 60 + 20 + 1 = 126
Both methods yield the same result. The result matches option C.
(This sum is also an application of Vandermonde's Identity: \sum_{k=0}^{r} \binom{m}{k}\binom{n}{r-k} = \binom{m+n}{r}$. Here, `m=5`, `n=4`, `r=5`. The sum is \sum_{k=1}^{5} \binom{5}{k}\binom{4}{5-k}\binom{4}{5-0} = \binom{4}{5} = 0, the sum is equal to $$\sum_{k=0}^{5} \binom{5}{k}\binom{4}{5-k} = \binom{5+4}{5} = \binom{9}{5} = 126.)
More from Functions
- Let for all and g(x) = for all x R. Let denote f(g(x)) and denote g(f(x)).…2015 · Multiple correct
- For every pair of continuous function f, g : [0, 1] R such that max {f(x) : x [0, 1]} = max {g(x) : x [0, 1]}. The correct statement(s) is (are)2014 · Multiple correct
- Let be given by . Then,2014 · Multiple correct
- Let f1 : R R, f2 : [0, ) R, f3 : R R, and f4 : R [0, ) be defined by … Includes diagram2014 · MCQ
- The function , defined by , is2012 · MCQ
- Let be such that for . Then the value(s) of …2012 · Multiple correct
- Let f(x) = x2 and g(x) = sin x for all x R. Then the set of all x satisfying , where , is2011 · MCQ
- Let be defined by , where b is a constant such that . Then2011 · Multiple correct