find all the subsets of each of the following sets
B = {x,y}
C = {1,2,8}
D = {a,b,c,d}
E = {a}
Answers
Answered by
10
SUNSET OF SET B
- {x},{x, y},phi
SUBSET OF SET C
- {1},{1,2},{1,2,8},{1,8},{2,8},{2},{8},phi
LIKE WISE SET D AND SET E
Similar questions