169k views
4 votes
Find A ∩ B if A = {4, 7, 10, 13, 17} and B = {3, 5, 7, 9}.

2 Answers

5 votes

Answer: The merge of two sets is a new set that has all the elements that are at least in one of the sets w/out repeating elements. The intersection of two sets is a new set that has the elements in both of the sets because {1, 2, 3}∩{2, 3, 4}={2, 3}. In this case the only common element is number 7 so: {4, 7, 10, 13, 17} ∩ {2, 5, 7, 9} = {7}.

User Jonnybot
by
5.6k points
4 votes

Answer: {7}.

Step-by-step explanation: The union of two sets is a new sets that contains all the elements that are at least in one of the sets (without repeating elements) for example {1, 2, 3}∪{2, 3, 4}={1, 2, 3, 4}. The intersection of two sets is a new set that contains the elements that are in both sets, for example: {1, 2, 3}∩{2, 3, 4}={2, 3}. In the given exercise we have an intersection of two sets, so the answer is the common elements in both sets, in this case the only common element is number 7 so:

{4, 7, 10, 13, 17} ∩ {2, 5, 7, 9} = {7}

User Anusha Dharmasena
by
6.3k points