Asked by jasmine



Without writing them all out, what is the number of subsets of set A = {tongue, ear, mouth, eye, nose, cheek, forehead, neck, shoulder}?

Answers

Answered by MathMate
A one-element set {a} can form two subsets: {∅}, {a}
A two-element set {a,b} can double the above list by tagging a b to each of the above two sets, thereby doubling the number: {∅},{a},{b},{a,b} for a total of 2²=4 sets.

Similarly, by doubling again, the number of subsets of a three-element set is 2³=8...

Thus, we conclude that the number of subsets (including ∅) of a set of cardinality n is 2<sup>n</sup>.

The given set has 9 elements, so how many subsets can be made?
Answered by Cris
2^9=512 subsets
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions