Sets & Venn Diagrams
Visually represent and solve problems involving sets using notation and Venn diagrams.
### Introduction to Sets
A set is a well-defined collection of distinct objects, which are called elements or members of the set. Sets are typically denoted by capital letters, and their elements are listed within curly braces `{}`. For example, the set of the first five even numbers can be written as `E = {2, 4, 6, 8, 10}`.
### Essential Set Language and Notation
To work with sets, we use a specific language and notation:
* Universal Set (ξ or U): This is the set containing all possible elements relevant to a particular problem. For instance, if we are discussing vowels in the English alphabet, then ξ = {a, b, c, ..., z}.
* Element of (∈): The symbol `∈` means 'is an element of'. For our set E, we can say `4 ∈ E`.
* Not an element of (∉): The symbol `∉` means 'is not an element of'. For our set E, `3 ∉ E`.
* Number of Elements (n(A)): This represents the number of elements in a set A, also known as its cardinality. For `E = {2, 4, 6, 8, 10}`, `n(E) = 5`.
* Empty Set (∅ or {}): A set containing no elements. For example, the set of integers that are both odd and even is the empty set.
* Subset (⊂): Set A is a subset of set B if every element of A is also an element of B. For example, if `A = {2, 4}` and `B = {1, 2, 3, 4, 5}`, then `A ⊂ B`.
* Complement of a Set (A'): The complement of set A is the set of all elements in the universal set (ξ) that are not in set A. It is denoted by `A'` or `Aᶜ`.
### Venn Diagrams
A Venn diagram is a pictorial representation of sets. The universal set `ξ` is represented by a rectangle, and subsets within it are represented by circles. The way these circles overlap (or don't) shows the relationships between the sets.
### Set Operations
1. Intersection of Sets (A ∩ B)
The intersection of two sets, A and B, is the set of elements that are common to both A and B. The key word is 'AND'. In a Venn diagram, this is the overlapping region of the two circles.
*Example:* If `A = {1, 2, 3, 4}` and `B = {3, 4, 5, 6}`, then A ∩ B = {3, 4}.
2. Union of Sets (A ∪ B)
The union of two sets, A and B, is the set of all elements that are in A, or in B, or in both. The key word is 'OR'. In a Venn diagram, it includes all areas covered by both circles.
*Example:* If `A = {1, 2, 3, 4}` and `B = {3, 4, 5, 6}`, then A ∪ B = {1, 2, 3, 4, 5, 6}. Note that common elements {3, 4} are listed only once.
### Solving Problems with Venn Diagrams
Venn diagrams are powerful tools for solving word problems involving groups of people or objects.
The Process:
Example Problem:
In a group of 50 students, 30 study Physics (P), 25 study Chemistry (C), and 10 study both. How many students study neither subject?
This process relies on the Inclusion-Exclusion Principle, which for two sets is given by the formula:
n(A ∪ B) = n(A) + n(B) - n(A ∩ B)
In our example: `n(P ∪ C) = 30 + 25 - 10 = 45`, which matches our result.
Key Points to Remember
- 1A set is a well-defined collection of distinct objects, or elements, enclosed in curly braces {}.
- 2The Universal Set (ξ) contains all elements under consideration; the Empty Set (∅) contains none.
- 3Intersection (A ∩ B) represents elements common to BOTH set A AND set B (the overlap).
- 4Union (A ∪ B) represents all elements present in set A OR set B OR both.
- 5The complement of a set (A') contains all elements in the universal set that are NOT in set A.
- 6Venn diagrams visually represent sets as circles within a rectangular universal set.
- 7When solving problems, always start by filling in the number of elements from the innermost region (the intersection) and work outwards.
- 8The key formula for two sets is n(A ∪ B) = n(A) + n(B) - n(A ∩ B).
Pakistan Example
Languages Spoken in a Karachi Office
A survey was conducted among 80 employees in a Karachi office. It was found that 50 employees speak Urdu (U), 40 speak English (E), and 25 speak both Urdu and English. Using a Venn diagram, find: 1. The number of employees who speak only Urdu. 2. The number of employees who speak only English. 3. The number of employees who speak neither language. **Solution Process:** - `n(U ∩ E) = 25` (Start with the intersection). - `Only U = n(U) - n(U ∩ E) = 50 - 25 = 25`. - `Only E = n(E) - n(U ∩ E) = 40 - 25 = 15`. - `Total speaking at least one language = 25 (Only U) + 15 (Only E) + 25 (Both) = 65`. - `Neither = Total employees - Total speakers = 80 - 65 = 15`.
Quick Revision Infographic
Mathematics — Quick Revision
Sets & Venn Diagrams
Key Concepts
Formulas to Know
A ∪ B) = n(A) + n(B) - n(A ∩ B).Languages Spoken in a Karachi Office
A survey was conducted among 80 employees in a Karachi office. It was found that 50 employees speak Urdu (U), 40 speak English (E), and 25 speak both Urdu and English. Using a Venn diagram, find: 1. The number of employees who speak only Urdu. 2. The number of employees who speak only English. 3. The number of employees who speak neither language. **Solution Process:** - `n(U ∩ E) = 25` (Start with the intersection). - `Only U = n(U) - n(U ∩ E) = 50 - 25 = 25`. - `Only E = n(E) - n(U ∩ E) = 40 - 25 = 15`. - `Total speaking at least one language = 25 (Only U) + 15 (Only E) + 25 (Both) = 65`. - `Neither = Total employees - Total speakers = 80 - 65 = 15`.