S = {a,b, c} how many possible subsets?

S = {a,b, c} how many possible subsets?

Explanation

Number of subsets =2n=23=8.

the number of possible subsets as 2^3 = 8.

Let's list all the subsets of set S:

- Subset 1: {} (the empty set)

- Subset 2: {a}

- Subset 3: {b}

- Subset 4: {c}

- Subset 5: {a, b}

- Subset 6: {a, c}

- Subset 7: {b, c}

- Subset 8: {a, b, c}