120k views
1 vote
The sets F and H are given below.

F={c,f,g}
H= {d,e,h)
Find the union of F and H.
Find the intersection of F and H.

User Scarlette
by
6.6k points

1 Answer

0 votes

Answer:

F ∪ H = {c, d, e, f, g, h}

F ∩ H = { }

Explanation:

The union is the list of elements that are in either of the two sets.

F ∪ H = {c, d, e, f, g, h}

The intersection is the list of only those elements that appear in both sets. (There are none.)

F ∩ H = { } . . . . the empty set

User Milani
by
5.1k points