Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Assume that the set S has 14 elements. How many subsets of S have at most 4 elements?Asked by Bryan
Assume that the set S has 7 elements.
How many subsets of S have at most 3 elements
How many subsets of S have at most 3 elements
Answers
Answered by
Reiny
The total number of subsets = 2^7 = 128
This includes the null set
So what we want is
the null set, the set of singles, the set of doubles and the set of triples
= 1 + C(7,1) + C(7,2) + c(7,3)
= 1 + 7 + 21 + 35
= 64
So the number of subsets with at most 3 elements is 64
This includes the null set
So what we want is
the null set, the set of singles, the set of doubles and the set of triples
= 1 + C(7,1) + C(7,2) + c(7,3)
= 1 + 7 + 21 + 35
= 64
So the number of subsets with at most 3 elements is 64
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.