Question 1080696: Enumerate all the subsets of the set 5={1,3,5,7}.How many subsets are there altogether?
Found 2 solutions by Fombitz, ikleyn: Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! subsets
.
.
.
{1}
{3}
{5}
{7}
{1,3}
{1,5}
{1,7}
{3,5}
{3,7}
{5,7}
{1,3,5}
{1,3,7}
{1,5,7}
{3,5,7}
{1,3,5,7}
{Empty Set}
Answer by ikleyn(52781) (Show Source):
|
|
|