203,290 views
0 votes
0 votes
Consider the set S of primes less than 15. List the set S . (Input this as a list with no spaces, use commas.) How many subsets does the set have

User Ctwhome
by
2.6k points

1 Answer

14 votes
14 votes

9514 1404 393

Answer:

S = {2, 3, 5, 7, 11, 13}

2^6 = 64 subsets

Explanation:

The list of primes less than 15 is ...

S = {2, 3, 5, 7, 11, 13}

__

A set with n unique elements has 2^n unique subsets, including the empty set and the full set. This set of 6 elements has 2^6 = 64 subsets.

User Suparna
by
2.6k points