write down all the subset of a set ( a, b)
Answers
Answered by
1
Hey Mate!
We know, if two set e.g., A and B are given and we can say only when all elements of set A are elements of set B.
Now, if we have to write all the subsets of tbe given set A. then first of all, you should find out total number of subset can be possible of set A. for example if A = {a, b, c} then, number of elements in A = 3 so, total number of subsets = 2³ = 8
and e.g., ,{a}, {b}, {c}, {a, b}, {a, c}, {b, c} , {a, b, c}.
Now, given set : {a, b}
number of elements = 2
total number of subsets of given set = 2² = 4
therefore, subsets are , {a}, {b}, {a, b}.
______________________________________________________
Hope it helps.
Please mark as Brainliest. Please.
Similar questions