SOLUTION: Find all the subsets of {2,o,t}

Algebra ->  Subset -> SOLUTION: Find all the subsets of {2,o,t}      Log On


   



Question 581559: Find all the subsets of {2,o,t}
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Subsets of {2,o,t}:
{}
{2}, {o}, {t},
{2, o}, {2, t}, {o, t}
{2, o, t}

Note: {} is the empty set

Also, notice how there are 2^3 = 8 subsets