Question 602340
Find the number of subsets of a five-element set.
----
Here is a typical subset: {-,-,-,-,-}
Each of the elements is either in or not in this subset.
How many subsets are there?
Ans: 2^5 = 32
===================
Cheers,
Stan H.
============