SOLUTION: U={1,2,3,4,5,6,7}, A={1,2,3,4}, B={1,2,5,6}, C={3,5,7} I need to write all of the subsets of set C

Algebra ->  Subset -> SOLUTION: U={1,2,3,4,5,6,7}, A={1,2,3,4}, B={1,2,5,6}, C={3,5,7} I need to write all of the subsets of set C      Log On


   



Question 487005: U={1,2,3,4,5,6,7}, A={1,2,3,4}, B={1,2,5,6}, C={3,5,7}
I need to write all of the subsets of set C

Answer by John10(297) About Me  (Show Source):
You can put this solution on YOUR website!
Hint: The number of subsets of C is 2^3 = 8 subsets.
You can list them ({1},{2},{3},{1,2},....)---> total of 8 subsets.
John10:)