Вы находитесь на странице: 1из 4

Union and Intersection

The UNION of two sets is the set of elements which are in either set.

For example: let A = (1,2,3) and let B = (3,4,5). Now the UNION of A and B, written A B=
(1,2,3,4,5). There is no need to list the 3 twice.

The INTERSECTION of two sets is the set of elements which are in both sets.

For example: let A = (1,2,3) and B = (3,4,5). The INTERSECTION of A and B, written A B=
(3).

14.4 Union and intersection


Union
The union of two sets is a new set that contains all of the elements that are in at least one of the two sets.
The union is written as A∪BA∪B or “A or BA or B”.
Intersection
The intersection of two sets is a new set that contains all of the elements that are in both sets. The
intersection is written as A∩BA∩B or “A and BA and B”.
The figure below shows the union and intersection for different configurations of two events in a sample space,
using Venn diagrams.
Figure 14.1: The unions and intersections of different events. Note that in the middle column the
intersection, A∩BA∩B, is empty since the two sets do not overlap. In the final column the
union, A∪BA∪B, is equal to AA and the intersection, A∩BA∩B, is equal to BB since BB is fully contained
in AA.
EXERCISE 14.4
A group of learners are given the following Venn diagram:

The sample space can be described as {n:n ϵ Z, 1≤n≤15}{n:n ϵ Z, 1≤n≤15}.


They are asked to identify the event set of the intersection between event set AA and event set BB,
also written as A∩BA∩B. They get stuck, and you offer to help them find it.
Which set best describes the event set of A∩BA∩B?
 {7;10;11}{7;10;11}
 {1;2;3;4;5;6;7;9;10;11}{1;2;3;4;5;6;7;9;10;11}
 {1;2;3;4;5;6;7;9;10}{1;2;3;4;5;6;7;9;10}
 {7;10}{7;10}
The intersection between event set AA and event set BB, also written as A∩BA∩B, can be shaded as
follows:
Therefore the event set {7;10}{7;10} best describes the event set of A∩BA∩B.
Show Answer
A group of learners are given the following Venn diagram:

The sample space can be described as {n:n ϵ Z, 1≤n≤15}{n:n ϵ Z, 1≤n≤15}


They are asked to identify the event set of the union between event set AA and event set BB, also
written as A∪BA∪B. They get stuck, and you offer to help them find it.
Which set best describes the event set of A∪BA∪B?
 {1;6;7;10;15}{1;6;7;10;15}
 {1;2;4;5;6;7;8;9;10;11;12;13;14;15}{1;2;4;5;6;7;8;9;10;11;12;13;14;15}
 {2;4;5;9;10;11;12;13;14}{2;4;5;9;10;11;12;13;14}
 {3}{3}
The union between event set AA and event set BB, also written as A∪BA∪B, can be shaded as
follows:

Therefore the event set {1;2;4;5;6;7;8;9;10;11;12;13;14;15}{1;2;4;5;6;7;8;9;10;11;12;13;14;15} best


describes the event set of A∪BA∪B.

Вам также может понравиться