the sets e and f are given below
E= (-2, -1,3,5,6,7)
F=(-2,2,6)

what is the intersection of e and f
find the union of e and f
write your answers using set notation

Respuesta :

r3t40

Intersection of two sets E and F is set G which contains elements x that are common to set E and set F.

[tex]G=E\cap F=\{x; x\in E\wedge x\in F\}[/tex]

Here G is,

[tex]G=\{-2,6\}[/tex]

Union of two sets E and F is a set H which contains all elements x that occur in set E or set F.

[tex]H=E\cup F=\{x; x\in E\vee x\in F\}[/tex]

Hence,

[tex]H=\{-2,-1,2,3,5,6,7\}[/tex]

Hope this helps.

r3t40