Write all subsets of A = { x, y, z }
Answers
Answered by
3
all possible subsets of {x, y, z},
There are 2^3 = 8 subsets:
----------
- empty
- x
- y
- z
- xy
- xz
- yz
- xyz
---------
Similar questions