
Ashley P. answered 08/06/21
Science PhD Student, Engineering Background, and Experienced Tutor
The union of a set is all of the elements that are in A OR B, whereas the intersection is all of the elements that are in A AND B.
Note that for the union, common elements are not repeated. Thus, the union AUB = {1,4,5,6,7,9,10}
Both A AND B have elements 5,6, and 7 so that is the intersection. A∩B = {5,6,7}