for A={1,2,3,4,5,6,7},compute the number of:
(a) Subsets of A.
(b) Nonempty subsets of A.
(c) proper subsets of A.
(d) Non empty proper subset of A.
(e) Subsets of A containing three element.
(f) Subsets of A containing 1,2.
(g) Proper subsets of A containing 1,2.
(h) Subset of A with an even number of element.
(i) Subset of A with an odd number of element.
(j) Subsets of A with an odd number of elements, including the element 3.
|