Answer:
Explanations:
Given the following sets
A = {4, 7, 10, 13, 17}
B = {3, 5, 7, 9}
We need to have the union between the two sets. The union between two sets means the combinations of all the elements in the sets without repeating any values in both sets.
A U B = {3, 4, 5, 7, 9, 10, 13, 17}