75.0k views
4 votes
List of subsets of each set {1,3,5,7}

1 Answer

5 votes

ANSWER

{},{1},{3},{5},{7},{1,3},{1,5},{1,7},{3,5},{3,7},{5,7},{1,3,5},{1,3,7},{3,5,7},{1,5,7},{1,3,5,7}

Step-by-step explanation

The given set is {1,3,5,7}.

This set has


{2}^(n) = {2}^(4) = 16

subsets.

Where n=4 is the number of elements in the set.

Recall that the null set is a subset of every set and every set is a subset of itself.

The subsets are:

{}

{1},{3},{5},{7}

{1,3},{1,5},{1,7},{3,5},{3,7},{5,7}

{1,3,5},{1,3,7},{3,5,7},{1,5,7}

{1,3,5,7}

User Glenn Slayden
by
8.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.