Question 899925
A={0,2,4,6,8,...}
D={2,3,4,5}
You're looking for the intersection of A and D, only members they have in common.
A int D={2,4}