Question 950364: List all subsets of K = { e, f, g, h }
Answer by MathLover1(20850) (Show Source):
You can put this solution on YOUR website!
all subsets of K = { e, f, g, h }
Recall, the number of subsets for set is where is the number of elements in set .
in your case , so you will have subsets
recall that empty set is subset of each set
all subsets of K:
1.{ }
2.{e }
3.{f }
4.{g }
5.{ h}
6.{e,f }
7.{e,g }
8.{e,h }
9.{f,g }
10.{f,h }
11.{g,h }
12.{e,f,g }
13.{e,f,h }
14.{e,g,h }
15.{f,g,h }
16.{e,f,g,h }
|
|
|