

InterviewSolution
Saved Bookmarks
1. |
Let A = (a,b,c,d), B = (b,c,e) and C = (a,b,e) find: A U B |
Answer» <html><body><p>A U B = ( a , b, c ,d , e ) Step-by-step <a href="https://interviewquestions.tuteehub.com/tag/explanation-455162" style="font-weight:bold;" target="_blank" title="Click to know more about EXPLANATION">EXPLANATION</a>:where b , c are <a href="https://interviewquestions.tuteehub.com/tag/common-923599" style="font-weight:bold;" target="_blank" title="Click to know more about COMMON">COMMON</a> but it should be <a href="https://interviewquestions.tuteehub.com/tag/taken-659096" style="font-weight:bold;" target="_blank" title="Click to know more about TAKEN">TAKEN</a> once union means the total elements present in <a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a> sets They are a , b c , d , e</p></body></html> | |