102,151 views
30 votes
30 votes
How many subsets are there of the set N = {2, 45, 62, 15. 31. 53. 29)?

User Dezinezync
by
2.9k points

1 Answer

14 votes
14 votes

The number of subsets on a set is given by the following formula:


\text{Number of subsets}=2^n

Where n is the number of elements in the subset. 7 elements for this case.

That number of subsets calculated includes the set itself. N. If we wanted to calculate the number of proper subsets, we will need to subtract 1 from that formula, because the set N is not a proper subset of itself.

However, we are asked to find the number of subsets, and they are not specifying to find only the proper subsets, so we just need to use the formula above, recalling that n = 7.


\text{Number of subsets}=2^n=2^7=128^{}

There are 128 subsets in the set N.

User Nicolas Gago
by
3.3k points