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}

1 Answer

James Dowd

Updated on December 23rd, 2020

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.

 C(AB)={1,5,9}({1,2,3){2,4,6,8,10}) C(AB)={1,5,9}{2} C(AB)={ } Therefore, A is false

C(AB)={1,5,9}({1,2,3){2,4,6,8,10}) C(AB)={1,5,9}{1,2,3,4,6,8,10} C(AB)={1,2,3,4,5,6,8,9,10} Therefore, B is false

C(AB)={1,5,9}({1,2,3){2,4,6,8,10}) C(AB)={1,5,9}{2} C(AB)={1,2,5,9} Therefore, C is true

C(AB)={1,5,9}({1,2,3){2,4,6,8,10}) C(AB)={1,5,9}{1,2,3,4,6,8,10} C(AB)={1} Therefore, D is false

From above, C is our only true statement and is our answer.

Copyright © 2024 Savvy Engineer