Venn diagrams are often pictured by different shapes, but the most common shapes are circles and rectangles.
Set A {2,4,6,8,10,12}
Set B {3,6,9,12,15,18}
(PIC) A intersect B {6,12,18}
A union B {2,3,4,6,8,10,12,14,15,16,18}
An empty set looks like { }
The intersection of 2 sets A and B is the set of all elements that are in both A and B.
-you can also write it like (A n B)
The union of 2 sets of all elements that are in A or in B or in both A and B.
-you can also write it like ( A U B)
Example
(S n B) { SBS,SBT,SBH}
(S U B) {SYS, SYH, SYT, SBT, SBS, SBH, LBT, LBS, LBH}
Lets say the set of small blue pieces (grey shaded area). The remaining pieces (red shaded area).
These 2 subsets (grey area and red area) are called complements of each other because together they make up the whole set.
Example:
For any given set U if Z subsets A and B are disjoined and thier union is U. Then A and B are complements of each other.
-you can write this as (B’=A)
So I hope I helped you learn more about Venn Diagrams!


