Question 703691: List all of the subsets of {A, B, C}. For subsets with more than one element, list the elements in alphabetical order, separated by commas.
Answer by Nfrey78(18) (Show Source):
You can put this solution on YOUR website! List all of the subsets of {A, B, C}. For subsets with more than one element, list the elements in alphabetical order, separated by commas.
Subsets with one element
{A}, {B}, {C}
Subsets with two elements
{A, B}, {A, C} {B, C}
Subsets with three elements
{A, B, C}
I almost forgot, the sets with no elements, i.e. the empty set is also a subset!
{}
So all the subsets would be:
{}, {A}, {B}, {C}, {A, B}, {A, C} {B, C},{A, B, C}
|
|
|