If A={1,2,3}, B={2,4,6,8,10}, and C={1,5,9}, which of the following statements is true?
A. C∩(A∩B)={1,2,5,9}
B. C∪(A∪B)={1,2,5,9}
C. C∪(A∩B)={1,2,5,9}
D. C∩(A∪B)={1,2,5,9}
As a reminder, represents the intersection of the sets, and will output the common terms in the sets being compared.
represents the union of the sets, and will combine all terms written in the sets being compared into one set.
Following the order of operations, we must perform the operation written in the parenthesis first for each choice.
From above, C is our only true statement and is our answer.