Respuesta :

Answer:

The INTERSECTION of two sets is the set of elements which are in both sets. For example: let A = (1,2,3) and B = (3,4,5). The INTERSECTION of A and B, written A B = (3). Sometimes there will be no intersection at all.

Step-by-step explanation:

Hope this helps!