Question 581559: Find all the subsets of {2,o,t}
Answer by jim_thompson5910(35256) (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
|
|
|