TE = (-1,0, 1, 2, 3, 4) and F = (3, 4, 5, 6, 7, 8), what is En F?
{-1.0, 1, 2, 5, 6, 7, 8}
{-1.0, 1, 2, 3, 4, 5, 6, 7, 8}
(3, 4)​

Respuesta :

the right answer is {3,4}

In case of intersection, we have to list the elements which are common in both sets.Here, 3 and 4 are present in both sets.

Hope it helps...

Good luck on your assignment