SOLUTION: List all the possible subsets of B={2,4,6,8,10}

Algebra ->  Subset -> SOLUTION: List all the possible subsets of B={2,4,6,8,10}      Log On


   



Question 756929: List all the possible subsets of B={2,4,6,8,10}
Answer by tommyt3rd(5050) About Me  (Show Source):
You can put this solution on YOUR website!
The number of subsets of a set of n elements is
2%5En
there are 32:
{}
{2}
{4}
{6}
{8}
{10}
{2,4}
{2,6}
{2,8}
{2,10}
{4,6}
{4,8}
{4,10}
{6,8}
{6,10}
{8,10}
{2,4,6}
{2,4,8}
{2,4,10}
{2,6,8}
{2,6,10}
{2,8,10}
{4,6,8}
{4,6,10}
{4,8,10}
{6,8,10}
{2,4,6,8}
{2,4,6,10}
{2,4,8,10}
{2,6,8,10}
{4,6,8,10}
{2,4,6,8,10}