Answer:
Given, Two Sets One is A and Other is B
Let elements of the Set A = { a, b, c, d }
and elements of the Set B = { a, b, c, d, e, f }
Now, We can Say A Subset B.
Step-by-step explanation:
i. AUB = B
Solution:
A = { a, b, c, d }
B = { a, b, c, d, e, f }
AUB = { a, b, c, d } U { a, b, c, d, e, f }
= { a, b, c, d, e, f }.
ii. AnB = A
Solution:
A = { a, b, c, d }
B = { a, b, c, d, e, f }
AnB = { a, b, c, d } n { a, b, c, d, e, f }
= { a, b, c, d }.