Concept:Union of sets combines every distinct element from both sets.Explanation:Check each option using set definitions.For option A, A⊂B means every element of A is in B.But 2∈A and 2∈/B, so this is false.For option B, A∩B means elements common to both sets.Common elements are only 6 and 8, so A∩B={6,8}, not {2,6,8}.For option C, A∪B lists all distinct elements from both sets in ascending order.Thus A∪B={2,4,6,8,10}, which is true.For option D, A⊃B means every element of B is in A.But 4∈/A and 10∈/A, so this is false.Answer:C. A∪B={2,4,6,8,10}