Given two or more sets there is a set which is their union and a set which is there intersection. But, there is no such thing as a "union intersection set", as required for the answer to the question.
Chat with our AI personalities
If B = {10111213} and C = {1213} then their intersection is the empty set, {}.The union of A with an empty set is set A.
if we have set A and B consider A={1,2,3,4}and B={3,4,5,6} the union of these sets is A and B={1,2,3,4,5,6}and the intersection is{3,4} the union and the intersection are same only if A=B
The main set operations are: union, intersection and complement.
The basic operations are union, intersection and complement.
Given any two sets, for instance, A={ai} and B={bi}, the union of the sets are the values that are contained in either A orB, whereas the intersection of the sets are the values that are contained in both A and B.For instance, let A={1, 2, 4, 6, 9, 12} and B={1, 5, 7, 9, 11, 15}, then the union would be A∪B={1, 2, 4, 5, 6, 7, 9, 11, 12, 15} and the intersection would be A∩B={1, 9}.