Intersection of two sets is the set of common elements between them.
Further Explanation:
Operations on sets are the actions that can be performed on/between sets.
Two most common operations are: Union and Intersection
Union is consists of the elements of both sets combined while intersection consists of the common elements of sets.
<u>Example:</u>
Let

The intersection is denoted by ∩.
So,
A∩B = {1,2,3,4,5} ∩ {{2,3,4,6,7}
Intersection will give the elements which will be common in both sets.
So,
A∩B= {2,3,4}
<u>Keywords:</u> Sets, Operations on sets
<u>Learn More at:</u>
#LearnwithBrainly