Main Content

Lesson 1 Sets and Operations with Real Numbers

Union of Sets

Operations can be performed on two sets to create a new set. These operations are called union and intersection of sets. When the union of two sets is formed, a new set is formed that contains all the elements found in the first set, all the elements in the second set, and all the elements in common between the two sets. In short, if an element is found in either of the sets, it is found in the union—everything is in the union of two sets. The union of sets is denoted by the symbol .

Examples

By using the sets A, B, C and D from the previous page:

1. AB={ 1,2,3,4 }{ 4,5,6,7 }={ 1,2,3,4,5,6,7 }

Remember- elements are listed only once in a set.

2. CD={ 4,5 }{ 9 }={ 4,5,9 }

 

To continue to the next page, click on next at the top or bottom of the page (on the right side.)


Top of page