Givens: and and ,
Solve:
(X union Y) intersection Z
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This problem is solved using simple set theory and knowledge of union and intersection of sets. Union of two sets, X and Y , i.e., X ∪ Y is defined as the set consisting of all the elements of X and Y while intersection of two sets X and Y denotes the set consisting of all those elements which are common to both X and Y .
Now, given here that --> X = { 3 , 4 , 7 , 1 8 } , Y = { 4 , 7 , 1 6 , 1 9 } , Z = { 1 6 , 1 8 , 1 9 }
Then, we have, X ∪ Y = { 3 , 4 , 7 , 1 8 } ∪ { 4 , 7 , 1 6 , 1 9 } = { 3 , 4 , 7 , 1 6 , 1 8 , 1 9 }
Now, we further have, ( X ∪ Y ) ∩ Z = { 3 , 4 , 7 , 1 6 , 1 8 , 1 9 } ∩ { 1 6 , 1 8 , 1 9 } = { 1 6 , 1 8 , 1 9 }