攻克新GRE数学的重要知识点,今天小编为大家带来的是有关Intersection of Sets的相关内容。

Intersection of Sets

Intersection of two sets is another set with only the members that are in both sets. If the two sets do not share any common member, the intersection is the empty set with no member.

Example:

Intersection of {1,2,3} and {2,3,5} is the set {2,3}.

Intersection of the set with all primes and the set with all even numbers is the set {2} since only 2 is both even and prime.

Intersection of {1,2,3} and {4,5,6} is the empty set {}.

Remember:

Intersection contains only the common members.

Two sets are disjoint if they have no member in common, that is they have an empty intersection.

Union of Sets

Union of two sets is another set with all the members from both sets.

Example:

Union of {2,3,5} and {1,3,4} is the set {1,2,3,4,5}.

Union of {1,2,1} and {1,2} is the set {1,2,1}.

Remember:

The common members do not repeat in the union.