1.

If `L = {1,2,3,4}, M = {3,4,5,6}` and `N = {1,3,5}`, then verify that `L - (M uu N) = (L-M) nn (L-N)`.

Answer» Given, `L = {1,2,3,4}, M = {3,4,5,6}` and `N = {1,3,5}`
`:. M uu N = {1,3,4,5,6}`
`L - (M uu N) = {2}`
Now, `L - M = {1,2} , L - N = {2,4}`
`:. (L-M) nn (L-M) = {2}`
Hence, `L - (M uu N) = (L-M) nn (L-M)`


Discussion

No Comment Found

Related InterviewSolutions