Write all possible subsets of A ={a, b, c}
Answers
Answered by
3
Step-by-step explanation:
Example: The set {a, b, c} has 8 subsets. They are: ∅, {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, and {a, b, c}.
Answered by
1
Step-by-step explanation:
The possible subsets are ϕ,{a},{b},{c},{a,b},{b,c},{a,c},{a,b,c}
Similar questions