let A = (a,b,c,d), B = (b,c,e) and C = (a,b,e) find: A U B
Answers
Answered by
1
Answer:
A U B = ( a , b, c ,d , e )
Step-by-step explanation:
where b , c are common but it should be taken once
union means the total elements present in 2 sets
They are a , b c , d , e
Similar questions