SOLUTION: List all subsets of the set given in the problem. {1,4,7}

Algebra ->  Subset -> SOLUTION: List all subsets of the set given in the problem. {1,4,7}       Log On


   



Question 481610: List all subsets of the set given in the problem.
{1,4,7}

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Subsets of {1,4,7}

{1,4,7}
{1,4},{1,7},{4,7}
{1},{4},{7}
{ }

Note: { } is the empty set. Also, notice how the set {1,4,7} is a subset of {1,4,7} (ie the set itself is a subset)