Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Union of Sets (): The union of two sets and is the set containing all elements that belong to , or to , or to both. In a Venn diagram, this is visualized by shading the entire area of both overlapping circles.
Intersection of Sets (): The intersection consists of only those elements that are common to both and . On a Venn diagram, this is represented by the central football-shaped overlapping region where the two circles meet.
Disjoint Sets: Two sets and are said to be disjoint if their intersection is an empty set, i.e., . Visually, these are represented as two separate circles that do not touch or overlap in the Venn diagram.
Difference of Sets (): The difference is the set of elements that belong to but do not belong to . Visually, it is shown as circle with the overlapping part shared with removed, appearing like a crescent moon shape.
Complement of a Set (): The complement of a set is the set of all elements in the Universal set that are not in . In a Venn diagram, if is the bounding rectangle and is a circle inside it, is the entire area inside the rectangle but outside the circle.
Symmetric Difference (): This operation is defined as . It includes elements that are in either or , but not in both. Visually, it shades the outer portions of both circles while leaving the middle intersection blank.
De Morgan's Laws: These are fundamental rules relating unions and intersections via complements: and . These laws show how the complement of a union is the intersection of the complements, and vice versa.
📐Formulae
(if and are disjoint)
💡Examples
Problem 1:
Given two sets and , find (i) , (ii) , and (iii) .
Solution:
Step 1: To find , combine all elements from both sets and list each unique element once: .\nStep 2: To find , identify the elements that appear in both and : .\nStep 3: To find , list elements that are in but are not present in . Since are in , we remove them from : .
Explanation:
Union represents the 'all-inclusive' set, Intersection represents 'common' elements, and Difference represents 'exclusive' elements of the first set.
Problem 2:
In a group of 70 people, 37 like coffee, 52 like tea, and each person likes at least one of the two drinks. How many people like both coffee and tea?
Solution:
Step 1: Let be the set of people who like coffee and be the set of people who like tea.\nStep 2: We are given , , and .\nStep 3: Use the formula .\nStep 4: Substitute the values: .\nStep 5: .\nStep 6: .
Explanation:
This problem uses the Principle of Inclusion-Exclusion for two sets to find the size of the intersection based on the total union and individual set sizes.