Question 206647This question is from textbook
: Hello,
Can someone please help me with this problem.
1. Write down all possible subsets of {x, y, z}
This question is from textbook
Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! A subset is simply a set that contains either all of the elements of the given set, or some of the elements of the given set.
So in this case, the subsets of {x, y, z} are
{x, y, z},
{x, y}, {x, z}, {y, z}
{x}, {y}, {z},
{ }
Note: { } is the empty set
|
|
|