SOLUTION: calulate the number of possible subsets for the following {2,4,6,8}

Algebra ->  Subset -> SOLUTION: calulate the number of possible subsets for the following {2,4,6,8}      Log On


   



Question 671734: calulate the number of possible subsets for the following {2,4,6,8}
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
calulate the number of possible subsets for the following {2,4,6,8}
------
Each element is either in or not in each subset.
-----
# of subsets = 2^4 = 16
=============================
Cheers,
Stan H.