Final answer:
The number of subsets of an n-element set is 2^n.
Step-by-step explanation:
To find the number of subsets of an n-element set, we can use a combinatorial proof. Each element in the set can either be included or excluded in each subset. So, for each element, there are 2 choices (included or excluded). Since there are n elements in the set, the total number of subsets is 2^n.