Problema Solution
List all possible subsets of the given set.
I = {2, 3}
Answer provided by our tutors
List all possible subsets of the given set.
I = {2, 3}
Solution:
The possible subsets of the given set are
{NA},{2},{3},{2,3}
where {NA} signifies 'the null set'