If a set has n elements, then it has ____ subsets.
2n
If set A has one element, A = {a}
Subsets of A are { } and {a}. Thus set A has 2, i.e. 21 subsets.
If set A has two elements, A = {a, b}
Subsets of A are { }, {a}, {b}, {a,b}. Thus set A has 4, i.e. 22 subsets.
If set A has three elements, A = {a, b,c}
Subsets of A are { }, {a}, {b}, {c}, {a,b},{b, c}, {c, a}, {a, b, c}. Thus set A has 8, i.e. 23 subsets.
If a set A has n elements, then A will have 2n subsets.