234k views
5 votes
find the number of subsets of s = 1 2 3 . . . 10 that contain exactly 4 elements including 3 or 4 but not both.

User Razakj
by
4.6k points

1 Answer

3 votes

Answer:

112

Explanation:

Let A be a subset of S that satisfies such condition.

If 3∈A, then the other three elements of A must be chosen from the set B={1,2,5,6,7,8,9,10} (because 3 cannot be chosen again and 4 can't be alongside 3). B has eight elements, then there are
\binom{8}{3}=56 ways to select the remaining elements of A (the binomial coefficient counts this). The remaining elements determine A uniquely, then there are 56 subsets A.

If 4∉A, we have to choose the remaining elements of A from the set B={1,2,5,6,7,8,9,10}. B has eight elements, then there are
\binom{8}{3}=56 ways to select the remaining elements of A. Thus, there are 56 choices for A.

By the sum rule, the total number of subsets is 56+56=112

User Jonathon Rossi
by
4.4k points