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

Respuesta :

9514 1404 393

Answer:

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

  2^6 = 64 subsets

Step-by-step 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.