12.9k views
0 votes
List all subsets of ta, b, c, d, e) containing a but not containing b

User Anel
by
8.2k points

1 Answer

3 votes

Answer:

(a), (a,c), (a,d), (a,e), (a,c,d), (a,c,e), (a,d,e), (a,c,d,e)

Explanation:

We are given the set (a,b,c,d,e).

Total number of subsets of the above set are
2^5 = 32

Subsets:

φ

(a,b,c,d,e)

(a), (b), (c), (d), (e)

(a,b), (a,c), (a,d), (a,e), (b,c), (b,d), (b,e), (c,d), (c,e), (d,e)

(a,b,c), (a,b,d), (a,b,e), (a,c,d), (a,c,e), (a,d,e), ( b,c,d), (b,c,e), (b,d,e), (c,d,e)

(a,b,c,d), (a,b,c,e), (a,b,d,e), (a,c,d,e), (b,c,d,e)

Subset having a but not b :

(a), (a,c), (a,d), (a,e), (a,c,d), (a,c,e), (a,d,e), (a,c,d,e)

User Mihsathe
by
7.8k points

No related questions found

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

9.4m questions

12.2m answers

Categories