
Intersection of Sets
A set in mathematics is a collection of well defined and distinct objects. |
Intersection of set The intersection of two sets X and Y is the set of elements that are common to both set X and set Y. |
Example : | |
A = { 1, 2, 3,4, 6,a,b} and B = { 1,4, a, b, c, d, f} | ![]() |
Intersection of A and B is | |
A U B = { 1, 4,a,b} | |