SOLUTION: How many subsets in {3,4,5}

Algebra ->  Subset -> SOLUTION: How many subsets in {3,4,5}      Log On


   



Question 1085225: How many subsets in {3,4,5}
Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

subsets in {3,4,5}:
{.} (empty set)
{3}
{4}
{5}
{3,4}
{3,5}
{4,5}
{3,4,5}