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
Logic: Finite and infinite sets
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Finite-and-infinite-sets
Question 458505
:
Construct all subsets of {a,b,c}. How many subsets are there?
Answer by
richard1234(7193)
(
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}.