<u><em>Answer:</em></u>
{2}
<u><em>Explanation:</em></u>
The symbol ∩ refers to intersection which means the common elements between two sets
<u>We are given that:</u>
A = {1, 2, 3}
B = {2 , 4, 6}
C = {1, 2, 3, 4, 5, 6}
Now, we are asked to get A ∩ (B∩C)
<u>1- Let's start with what's in the brackets:</u>
B∩C refers to the common elements between B and C
B∩C = {2, 4, 6} ∩ {1, 2, 3, 4, 5, 6} = {2, 4, 6}
<u>2- Now. let's consider A ∩ (B∩C):</u>
This means the common elements between set A and the set we got from part 1
A ∩ (B∩C) = {1, 2, 3} ∩ {2, 4, 6} = {2}
Hope this helps :)