Q1 of 23 Page 38

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.


More from this chapter

All 23 →