The subsets of the set {w, x, y} are {w}, {x}, {y}, {w, x}, {w, y}, {x, y}, {w, x, y}, and { } (the empty subset). How many subsets of the set {w, x, y, z} contain w ?
four
five
seven
Eight
sixteen
登录 或 注册 后可以参加讨论
w, x, y, z 每个字母都有2种可能性,包含或者不包含,子集一共的可能性2*2*2*2=16;
包含w的情况:1*2*2*2=8;