If A = {1, 2, 3, 4}; B = {1, 2, 3, 5, 6} then find
and
Are they equal?
We know that the intersection of sets A and B is the set of all elements which are common to A and B.
The common elements in both A and B are 1, 2, 3.
⇒ A ⋂ B = {1, 2, 3, 4} ⋂ {1, 2, 3, 5, 6} = {1, 2, 3}
⇒ B ⋂ A = {1, 2, 3, 5, 6} ⋂ {1, 2, 3, 4} = {1, 2, 3}
∴ A ⋂ B = B ⋂ A
Ans. Yes, A ⋂ B & B ⋂ A are same.
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.