If A = {a, b, c, d, e, f}, B = {a, e, i, o, u}, findA − (A ∩ B).
Answers
Answered by
2
Answer:
{ b,c,d,f }
Step-by-step explanation:
A = ( a,b,c,d,e,f ) and B = ( a,e,i,o,u )
( A intersection B ) = ( a,e )
A - (A intersection B ) = ( a,b,c,d,e,f) - ( a,e )
= ( b,c,d,f )
Answered by
0
Answer:
Step-by-step explanation:
A = {a, b, c, d, e, f},
B = {a, e, i, o, u}
(A ∩ B)= {a,b, c, d, e, f} ∩{a, e, i, o, u}
= {a,e}
A − (A ∩ B)= {a, b, c, d, e, f} - {a}
={b, c, d, f}
Similar questions