SOLUTION: Construct all subsets of {a,b,c}. How many subsets are there?

Algebra ->  Finite-and-infinite-sets -> SOLUTION: Construct all subsets of {a,b,c}. How many subsets are there?      Log On


   



Question 458505: Construct all subsets of {a,b,c}. How many subsets are there?
Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
{} (empty set)
{a}
{b}
{c}
{b,c}
{c,a}
{a,b}
{a,b,c}

There are 2^3 = 8 subsets of {a,b,c}.