SOLUTION: What are the subsets of {g,e,o,m}

Algebra ->  Subset -> SOLUTION: What are the subsets of {g,e,o,m}       Log On


   



Question 1119390: What are the subsets of {g,e,o,m}

Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
{}
{g},{e},{o},{m}
{g,e},{g,o},{g,m},{e,o},{e,m},{o,m}
{g,e,o},{g,e,m},{g,o,m},{e,o,m}
{g,e,o,m}


Counting each row, that's 1+4+6+4+1 = 16 subsets (notice it forms a row from Pascal's triangle)


For n elements, there are 2%5En+ subsets, including the improper subset of all elements.
This is so because each element is either in the subset or it is not, and that leads to 2 choices for the 1st element * 2 choices for the 2nd, *…* 2 choices for the n%5E%28th%29 element or 2%5En in all.