document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #433627 by Nfrey78(18)![]() ![]() ![]() 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.\r \n" ); document.write( "\n" ); document.write( "Subsets with one element \n" ); document.write( "{A}, {B}, {C} \n" ); document.write( "Subsets with two elements \n" ); document.write( "{A, B}, {A, C} {B, C} \n" ); document.write( "Subsets with three elements \n" ); document.write( "{A, B, C} \n" ); document.write( "I almost forgot, the sets with no elements, i.e. the empty set is also a subset! \n" ); document.write( "{} \n" ); document.write( "So all the subsets would be: \n" ); document.write( "{}, {A}, {B}, {C}, {A, B}, {A, C} {B, C},{A, B, C} \n" ); document.write( " |