Question 248728: Find A U B, given A = {5, 11, 2} and B = {11, 2, 100}.
Answer by dabanfield(803) (Show Source):
You can put this solution on YOUR website! Find A U B, given A = {5, 11, 2} and B = {11, 2, 100}.
The union of two sets is the set that contains all the elements of both sets with duplicates removed:
AUB = {5,11,2,100}
|
|
|