

InterviewSolution
Saved Bookmarks
1. |
Observe the given Venn diagram and write the following sets.i. A ii. Biii. A ∪ B iv. Uv. A’ vi. Bvii. (A ∪B )’ |
Answer» i. A = {x, y, z, m, n} ii. B = {p, q, r, m, n} iii. A ∪ B = {x, y, z, m, n, p, q, r } iv. U = {x, y, z, m, n, p, q, r, s, t} v. A’ = {p, q, r, s, t} vi. B’ = {x, y, z, s, t} vii. (A ∪ B )’ = {s, t} |
|