DMS Assignment
DMS Assignment
1.Let A = {1, 3, 5, 7, 9}, B = {2, 4, 6, 8, 10}, C = {3, 5, 7}, and D = {5, 6, 7, 8}. Find:
a) A' (complement of A)
b) B ∩ C (intersection of B and C)
c) D - A (difference between D and A)
d) A ∪ C (union of A and C)
e) Construct the power set of D (the collection of all its subsets).
2. Let X = {a, e, i, o, u}, the set of vowels in the alphabet.
Define sets Y = {a, b, c, d}, Z = {e, i, o}, and W = {a, c, e, g}. Find:
a) Y' (complement of Y)
b) X ∩ Z (intersection of X and Z)
c) W - X (difference between W and X)
d) X ∪ W (union of X and W)
e) Construct the power set of Z (the collection of all its subsets).
5. In a survey conducted among 300 social media users, 180 individuals prefer using
WhatsApp,
while 100 individuals favor Telegram. Among them, 50 individuals actively use both
platforms.
Furthermore, 40 individuals are regular users of Twitter, and 35 individuals use LinkedIn.
Out of these,
20 individuals are avid users of both Twitter and LinkedIn. How many social media users
neither prefer
WhatsApp nor use Telegram?
6. In a survey conducted among 250 social media users, 150 individuals prefer using
YouTube,
while 90 individuals favor Twitch. Among them, 30 individuals actively use both platforms.
Furthermore, 50 individuals are regular users of TikTok, and 45 individuals use Reddit.
Out of these,
25 individuals are avid users of both TikTok and Reddit. How many social media users
neither prefer
YouTube nor use Twitch?
7. a)Let P={10,20,30,40,50}, Q={20,30,40,50,60}, R={40,50,60,70}, S={60,70,80}.
Find Q’, P-Q,R’-P’
b)Let X = {12, 15, 18, 21}. Construct the power set of X (the collection of all its subsets).
9. Using boolean identities reduce the given boolean expression F(x,y,z) = x'y+y'z +xy'z'