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
Logic: Subset
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Subset
Question 671734
:
calulate the number of possible subsets for the following {2,4,6,8}
Answer by
stanbon(75887)
(
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.