Sign In
Find the subsets of the set with zero elements, one element, two elements, three elements, and four elements.
∅, { +}, { -}, {*}, {÷}, { +, -}, { +, *}, { +, ÷}, { -, *}, { -, ÷}, { *, ÷}, { +, -, *}, { +, -, ÷}, { +, *, ÷}, { -, *, ÷}, { +, -, *, ÷}
A subset of a set is also a set. The requirement is that all elements in the subset are also elements of the set. We can list all the subsets starting with the ones having 0 elements, followed by 1, 2, 3, and 4 elements.
The only subset of any set with zero elements is the empty set. We write this using the empty set notation. ∅
{ +}, { -}, {*}, {÷}
Next, we need to find all the two-element subsets. { +, -}, { +, *}, { +, ÷}, { -, *}, { -, ÷}, {*, ÷}
After that, we need to find all the three-element subsets. { +, -, *}, { +, -, ÷}, { +, *, ÷}, { -, *, ÷}
The original set has four elements, so we can only form one subset having four elements: the original set itself. { +, -, *, ÷}
We have a total of 16 subsets. ∅, { +}, { -}, {*}, {÷}, { +, -}, { +, *}, { +, ÷}, { -, *}, { -, ÷}, {*, ÷}, { +, -, *}, { +, -, ÷}, { +, *, ÷}, { -, *, ÷}, { +, -, *, ÷}