The correct options are
A {}
D (A∩B)∩C
Given A={1,2}, B={2,4} and C={4,6}.
A∩(B∩C)={1,2}∩({2,4}∩{4,6}) ={1,2}∩{4} ={}
Also, (A∩B)∩C=({1,2}∩{2,4})∩{4,6} ={2}∩{4,6} ={}.
Note that (A∩B)∩C=A∩(B∩C) is known as the associative property of intersection of sets.