find proper sets for (ABCD)
Answers
Answered by
0
Hier ist Ihre Antwort. Markieren Sie als Kleie
Answered by
0
Answer:
Number of proper subsets would be (2^n)-2
Here n=4
So number of proper subsets will be
(2^4)-2
=14
This can be explained as follows
Given set {A, B, C, D}
Now all subsets:{}, {A}, {B}, {C}, {D}, {A, B}, {B, C}, {C, D}, {D, A}, {A, C}, {B, D}, {A, B, C}, {A, B, D}, {A, C, D}, {B, C, D}, {A, B, C, D}
They are totally 16 in number i. e. 2^n
Now the empty set {} and complete set {A, B, C, D} are not considered proper subsets.
Therefore no. of proper subsets will be 14.
Similar questions