90.4k views
2 votes
The sets M and J are given below.

M=(a, b, f
J = {d, g, h}
Find the intersection of M and J.
Find the union of M and J.
Write your answers using set notation (in roster form).

User Thies
by
4.8k points

1 Answer

6 votes

Intersection: { }

  • The intersection is the set of all elements in both the sets.

Union: {a, b, d, f, g, h}

  • The union is the set of all elements in at least one of the sets.
User Jacob Kranz
by
5.0k points