

InterviewSolution
Saved Bookmarks
1. |
If U = {a,b,c,d,e,f ,g,h] find the complements of the following sets(i) A={a,b,c}(ii) B={d,e,f,g}(iii) C ={a,c,e,g}(iv) D = {f,g,h,a}. |
Answer» (i) A’= {d,e,f,g,h} (ii) B’ = {a,b,c,h} (iii) C = {b,d,f,h] (iv) D’ = {b,c,d,e}. |
|