T/F: 3 ∈ {3,4,5}
True
T/F: {3} ∈ {3,4,5}
False
T/F: {3} ∈ I{3},{4},{5}J
True
T/F: {3} ⊆ {3,4,5}
True
3 ⊆ {3,4,5}
False
T/F: { } ⊆ {3,4,5}
True
Determine the number of distinct subsets in A = {1, 2, 3}
2^3 = 8
List the subsets in A = {1, 2, 3}
{ }, {1, 2, 3}, {1, 2}, {1, 3}, {2, 3}, {1}, {2}, {3}