Respuesta :
a union B is the set containing all elements in set A and set B there for A union B is the set {1 2 3 4 5 6 7 8 9}
A U B means "A union B".
This means to unite all elements found in both sets into one set without repetition.
AUB = {1,2,3,4,5,6,7,8,9} U {2,4,6,8}
AUB = {1, 2, 3, 4, 5, 6, 7, 8, 9}
This means to unite all elements found in both sets into one set without repetition.
AUB = {1,2,3,4,5,6,7,8,9} U {2,4,6,8}
AUB = {1, 2, 3, 4, 5, 6, 7, 8, 9}