Example 1: Identifying Sets
Question: Which of the following are sets? (i) The collection of all months of a year beginning with the letter J. (ii) The collection of ten most talented writers of India.
Solution: (i) This is a set. The collection is well-defined because we can definitively list its members: {January, June, July}. (ii) This is not a set. The criterion 'most talented' is subjective and not well-defined, as it can vary from person to person.
Example 2: Set-Builder to Roster Form
Question: Write the set in roster form.
Solution:
The integers that are greater than or equal to -3 and less than 7 are -3, -2, -1, 0, 1, 2, 3, 4, 5, and 6. Therefore, the set in roster form is:
Example 3: Roster to Set-Builder Form
Question: Write the set in set-builder form.
Solution:
Each element in the set is a multiple of 3. Specifically, they are the first four multiples of 3. We can write this as:
Example 4: Identifying the Null Set
Question: Which of the following is an example of the null set? (i) Set of odd natural numbers divisible by 2. (ii) Set of even prime numbers.
Solution: (i) An odd number cannot be divisible by 2. Therefore, this set has no elements and is the null set (). (ii) The number 2 is an even prime number. The set is {2}, which is a singleton set, not the null set.
Example 5: Finite vs. Infinite Sets
Question: State whether the following set is finite or infinite: The set of lines which are parallel to the x-axis.
Solution: There are infinitely many lines that can be drawn parallel to the x-axis (e.g., y=1, y=2, y=2.5, etc.). Therefore, the set is infinite.
Example 6: Checking Set Equality
Question: Are the sets and equal?
Solution: First, find the elements of set B by solving the quadratic equation: . The solutions are and . So, . Set A is . Since A and B do not have the exact same elements, A is not equal to B (A ≠ B).
Example 7: Understanding Subsets
Question: Let . Which of the following statements are correct and which are incorrect? (i) (ii)
Solution: The elements of set A are 1, 2, the set {3, 4}, and 5. (i) Incorrect. For to be a subset of A, its elements (3 and 4) must be elements of A. They are not. The element is the set itself. (ii) Correct. The object is listed as a single element within set A.
Example 8: Writing Subsets
Question: Write down all the subsets of the set .
Solution: The subsets are:
- Subsets with 0 elements:
- Subsets with 1 element:
- Subsets with 2 elements:
- Subsets with 3 elements: There are subsets in total.
Example 9: Intervals
Question: Write the set as an interval.
Solution: The set includes all real numbers greater than -4 and less than or equal to 6. The number -4 is excluded (open bracket) and 6 is included (closed bracket). The interval is .
Example 10: Union of Sets
Question: If and , find .
Solution:
First, write the sets in roster form:
The union includes all unique elements from both sets:
This can also be written as .
Example 11: Intersection of Sets
Question: If and , find .
Solution:
The intersection contains only the elements that are common to both sets A and B. The common elements are 7, 9, and 11.
Example 12: Intersection with Union
Question: If , , , find .
Solution:
- First, find : .
- Next, find the intersection of A with this new set: .
The common elements are 7, 9, and 11.
Example 13: Identifying Disjoint Sets
Question: Are the sets and disjoint?
Solution: The first set is . The second set is . Their intersection is . Since the intersection is not the empty set, the sets are not disjoint.
Example 14: Difference of Sets
Question: If and , find and .
Solution: contains elements that are in A but not in B. Removing 12 from A gives: .
contains elements that are in B but not in A. Removing 12 from B gives: .
Example 15: Complement of a Set
Question: Let , , . Find .
Solution:
- First, find : .
- Next, find the complement of this set with respect to U. This means finding all elements in U that are not in .
Example 16: Verifying De Morgan's Law
Question: Using the sets from the previous example, find and and verify that .
Solution: We have , , . From the previous example, .
- Find : .
- Find : .
- Find : This is the set of elements common to and .
Since both calculations result in the same set, the law is verified.
Example 17: Complement in Words
Question: Taking the set of natural numbers as the universal set, write the complement of the set .
Solution:
The complement will be the set of all natural numbers that are not prime. This includes the number 1 and all composite numbers.
Example 18: Set Equality from Operations
Question: Show that for any sets A and B, .
Solution: This is best understood with a Venn diagram, but we can prove it using set properties. Let . There are two possibilities:
- : If is in B, then . This means is in the right-hand side.
- : If is not in B, then . This also means is in the right-hand side. So, any element in A is in .
Now let . This means or .
- If , then .
- If , then . In both cases, . So, any element in the right-hand side is in A. Since both sets are subsets of each other, they are equal.
Example 19: Absorption Law
Question: Using properties of sets, show that .
Solution: We know that for any set X, . So, . Now let's show that . Let . This means or .
- If , we are done.
- If , then and . This also implies . In both cases, any element of is also an element of A. Therefore, . Since both sets are subsets of each other, they are equal.
Example 20: Solving for Sets
Question: Let A, B, and C be sets such that and . Show that .
Solution: To show that , we need to prove that and . Let be an arbitrary element of B (). Then . Since , we have , which means or . Case 1: If , then . Since , we have , which implies . Case 2: If , then we are done. In both cases, we see that if , then . Thus, . A symmetrical argument shows that . Therefore, B = C.
Question: In a class of 100 students, 52 passed Mathematics, 47 passed Physics, and 40 passed Chemistry. Of these, 20 passed both Mathematics and Physics, 18 passed both Physics and Chemistry, 15 passed both Mathematics and Chemistry, and 5 passed all three. How many students passed at least one subject?
Solution: Use the principle of inclusion–exclusion for three sets M, P, C:
|M ∪ P ∪ C| = |M| + |P| + |C| − |M ∩ P| − |P ∩ C| − |M ∩ C| + |M ∩ P ∩ C|
= 52 + 47 + 40 − 20 − 18 − 15 + 5 = 91
So 91 students passed at least one subject.