Concept:Use the distributive law of set intersection over union to simplify A∩(A∪B).Explanation:According to the distributive law, X∩(Y∪Z)=(X∩Y)∪(X∩Z).Here, take X=A, Y=A, and Z=B.So, A∩(A∪B)=(A∩A)∪(A∩B).Since A∩A=A, the expression becomes A∪(A∩B).The set A∩B is always a subset of A.Therefore, the union A∪(A∩B) contains no elements outside A and simplifies to just A.Thus, A∩(A∪B)=A.Answer:A (Option A).