Set A has 10 members. The number of subsets of A that have more than 3 members is...
Explanation
The order of members in a set does not matter, so we use the concept of combinations.
The total number of subsets of a set with n members is 2n. Given n=10, the total number of subsets is:
210=1024
We are asked to find the number of subsets with more than 3 members. This means we are looking for the sum of subsets with 4, 5, 6, ..., 10 members.
An easier way is to use the complement principle: Total subsets minus subsets with 0, 1, 2, or 3 members.
The combination formula is:
C(n,r)=(rn)=r!(n−r)!n!
Let's calculate them one by one.
Subsets with 0 members
C(10,0)=0!10!10!=1
Subsets with 1 member
C(10,1)=1!9!10!=10
Subsets with 2 members
C(10,2)=2!8!10!=2×110×9=45
Subsets with 3 members
C(10,3)=3!7!10!=3×2×110×9×8=120
The number of subsets with ≤3 members is:
1+10+45+120=176
Thus, the number of subsets with more than 3 members is:
Total−(≤3)=1024−176=848
So, the number of subsets of A that have more than 3 members is 848.