If a set has n elements, the total number of subsets it has can be calculated using the formula:
The number of proper subsets (subsets that do not contain all elements of the set) is:
Sample Set: Let the set S = {a, b}.
Further Example: Given a set A = {p, d, w, z},
Find the total number of subsets for a set with 3 elements.
Find the proper subsets for a set with 3 elements.