How to find proper subsets of a set??
Answers
Answered by
0
Answer:
If a set contains 'n' elements, then the number of subsets of the set is 22. Number of Proper Subsets of the Set: If a set contains 'n' elements, then the number of proper subsets of the set is 2n - 1. In general, number of proper subsets of a given set = 2m - 1, where m is the number of elements.
Answered by
0
If a set contains ‘n’ elements, then the number of proper subsets of the set is 2n - 1.
If A = {p, q} the proper subsets of A are [{ }, {p}, {q}]
⇒ Number of proper subsets of A are 3 = 22 - 1 = 4 - 1
In general, number of proper subsets of a given set = 2m - 1, where m is the number of elements.
Similar questions