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)

2 answers

A ∩(B∩C)
= A ∩ {6,8}
= {6}
Thank you...i kind of understand it better.....can u help me with the other problem please?