If A = {1, 2, 3, 4}; B = {1, 2, 3, 5, 6} then find A ∩ B and B ∩ A. Are they equal?
Answers
Answered by
8
The given two sets are
A = {1, 2, 3, 4} and B = {1, 2, 3, 5, 6}
So, A ∩ B
= {x : x belongs to both A and B}
= {1, 2, 3}
and B ∩ A
= {x : x belongs to both B and A}
= {1, 2, 3}
Therefore, A ∩ B = B ∩ A
#MarkAsBrainliest
Similar questions