Question 708260: what are the subsets of {3,5,8,11}
Answer by jsmallt9(3758) (Show Source):
You can put this solution on YOUR website! The null/empty set is a subset of every set. The other subsets will be all the sets formed from using 1 or more members of the set:
{3}
{5}
{8}
{11}
{3,5}
{3,8}
{3,11}
{5,8}
{5,11}
{8,11}
{3,5,8}
{3,5,8}
{3,8,11}
{5,8,11}
{3,5,8,11} (A set is a subset of itself)
|
|
|