Given the following set:
A = {1,2,3,4,5,6}
B = {4,6,8}
∩ means "intersection" of two sets. In other words, the data that the two sets have in common.
Checking the given sets,
A = {1,2,3,4,5,6}
B = {4,6,8}
A∩B or A and B have a common data of 4 and 6. These two are the intersections of A and B.
Among the given choices, only Choice B is correct which is 6.
Therefore, the answer is CHOICE B : 6