Answer: {c, d, j}
Work Shown
B ∪ C = B union C
B ∪ C = {d, e, i, j} union {c, e, g, j}
B ∪ C = {d, e, i, j, c, e, g, j}
B ∪ C = {d, e, i, j, c, g, j}
B ∪ C = {c, d, e, g, i, j}
A ∩ ( B ∪ C ) = A intersect ( B ∪ C )
A ∩ ( B ∪ C ) = {c, d, h, j} intersect {c, d, e, g, i, j}
A ∩ ( B ∪ C ) = {c, d, j}
----------
Explanation
B ∪ C is the union of set B and set C.
This is where we combine the two sets to form a single set. Toss any duplicates. It helps to sort the letters in alphabetical order.
The ∩ means intersection. We look at what set A and set (B ∪ C) have in common.
Side note: make sure not to confuse the universal set U with the union symbol ∪. Both look almost identical.
The Venn Diagram is shown below. The blue region is highlighted which visually represents A ∩ ( B ∪ C ).