The correct options are
A (A∪B)∪C
B {1,2,3,4,5,6}
Given A={1,2}, B={3,4} and C={5,6}.
A∪(B∪C)={1,2}∪({3,4}∪{5,6}) ={1,2}∪{3,4,5,6} ={1,2,3,4,5,6}
Also, (A∪B)∪C=({1,2}∪{3,4})∪{5,6} ={1,2,3,4}∪{5,6} ={1,2,3,4,5,6}.
Note that (A∪B)∪C=A∪(B∪C) is known as the associative property of union of sets.