1.

Given L = {1, 2, 3, 4}, M = {3, 4, 5, 6} and N = {1, 3, 5} Verify that L – (M ∪ N) = (L – M) ∩ (L – N)

Answer»

Given L,= {1,2, 3,4}, M= {3,4,5,6} and N= {1,3,5}

M⋃N= {1,3,4, 5,6}

L – (M⋃N) = {2}

Now, L-M= {1, 2} and L-N= {2,4}

{L-M) ⋂ {L-N)= {2}



Discussion

No Comment Found

Related InterviewSolutions