

InterviewSolution
Saved Bookmarks
1. |
If U= {1,23,4,5,6,7,8} A= {1,2,3,4,} ,B={5,6,7,8,} then verify that (A union B) =A' B' |
Answer» <html><body><p>A <a href="https://interviewquestions.tuteehub.com/tag/union-7356" style="font-weight:bold;" target="_blank" title="Click to know more about UNION">UNION</a> B=(<a href="https://interviewquestions.tuteehub.com/tag/1-256655" style="font-weight:bold;" target="_blank" title="Click to know more about 1">1</a>,<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>,3,4,5,6,7,8). (1)A'=(5,6,7,8)B'=(1,2,3,4)A'B'=(1,2,3,4,5,6,7,8). (2)from equation 1 and 2 (A union B)=A'B' hence provedHope this <a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> helps <a href="https://interviewquestions.tuteehub.com/tag/uhh-3242123" style="font-weight:bold;" target="_blank" title="Click to know more about UHH">UHH</a></p></body></html> | |