find the power of sets A= {2,4,6}
Answers
Answered by
1
Step-by-step explanation:
All The Subsets
power set of {a,b,c}
For the set {a,b,c}:
The empty set {} is a subset of {a,b,c}
And these are subsets: {a}, {b} and {c}
And these are also subsets: {a,b}, {a,c} and {b,c}
And {a,b,c} is a subset of {a,b,c}
And altogether we get the Power Set of {a,b,c}:
P(S) = { {}, {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, {a, b, c} }
Think of it as all the different ways we can select the items (the order of the items doesn't matter),
Similar questions