Since we have the symbol ⋃, we are looking for the of the given .
B&={2,4,6,8,10}
C&={3,5,7,8}
A union of two sets is the set that contains all found in both sets. Therefore, the union of B and C holds all elements that are in both B and C. Note that a union only contains unique values, so if there is any element existing in both sets, we will only include it once in the union.
B&={2,4,6,8,10}
C&={3,5,7,8}
B ⋃ C &={2,3,4,5,6,7,8,10}