Given these sets:

A = {3, 4, 5, 6, 7}
B = {6, 7, 8, 9}
C = {2, 4, 6, 8}

List the elements of this set
A(B∩C)
Show your work, step by step.

3 answers

Are you missing an operator ?

A(B∩C) = A ? (B∩C)
oh im sorry its the intersect symbol, but my Word document wouldn't let me do that for some reason....
Given these sets:
A = {3, 4, 5, 6, 7}
B = {6, 7, 8, 9}
C = {2, 4, 6, 8}

List the elements of this set
A intersect(B∩C)