Class 11 : Maths (In English) – Lesson 1. Sets
EXPLANATION & SUMMARY
π· Full Explanation
πΆ 1. Introduction to Sets
The concept of sets is one of the most fundamental ideas in mathematics. A set is simply a well-defined collection of distinct objects, considered as a single entity. For example:
The set of natural numbers: {1, 2, 3, 4, β¦}
The set of vowels in English alphabet: {a, e, i, o, u}
A set is well-defined if there is no ambiguity about whether an object belongs to the set or not.
πΆ 2. Representation of Sets
Sets can be represented in two major ways:
(a) Roster or Tabular Form
The elements of the set are listed, separated by commas, and enclosed in curly brackets.
Example: A = {2, 4, 6, 8}
(b) Set-Builder Form
Describes the common property of elements using a rule.
Example: A = {x : x is an even natural number less than 10}
πΆ 3. Types of Sets
Empty Set (Null Set): A set with no elements.
Notation: β
or { }
Example: Set of odd numbers divisible by 2.
Finite and Infinite Sets
Finite: Number of elements is countable.
Example: {1, 2, 3, 4}
Infinite: Elements cannot be counted.
Example: Set of natural numbers.
Equal Sets: Two sets A and B are equal if they have exactly the same elements.
Example: A = {1, 2}, B = {2, 1}
Equivalent Sets: Sets with the same number of elements (cardinality).
Example: A = {1, 2, 3}, B = {a, b, c}
Singleton Set: A set with only one element.
Example: A = {5}
Subset: A is a subset of B if every element of A is in B.
Notation: A β B
Proper Subset: If A β B and A β B, then A is a proper subset of B.
Notation: A β B
Power Set: The set of all subsets of a set A.
If A has n elements, then power set of A has 2βΏ elements.
Notation: P(A)
Universal Set: The set containing all elements under consideration. Denoted by U.
Complement of a Set: Set of elements in U but not in A.
Notation: Aβ² or AαΆ
πΆ 4. Venn Diagrams
Venn Diagrams are visual representations of sets using closed curves (usually circles) inside a rectangle representing the universal set.
Common area = intersection
Total area covered = union
Outside area = complement
πΆ 5. Operations on Sets
(i) Union of Sets (A βͺ B)
Set of all elements that belong to A or B or both.
Example: A = {1, 2}, B = {2, 3}, A βͺ B = {1, 2, 3}
(ii) Intersection of Sets (A β© B)
Set of elements common to both A and B.
Example: A β© B = {2}
(iii) Difference of Sets (A β B)
Elements of A that are not in B.
Example: A β B = {1}
(iv) Complement of a Set (Aβ²)
Elements in universal set U but not in A.
πΆ 6. Properties of Set Operations
Union Properties:
A βͺ β
= A
A βͺ A = A
A βͺ B = B βͺ A (Commutative)
A βͺ (B βͺ C) = (A βͺ B) βͺ C (Associative)
A βͺ U = U
Intersection Properties:
A β© β
= β
A β© A = A
A β© B = B β© A (Commutative)
A β© (B β© C) = (A β© B) β© C (Associative)
A β© U = A
Distributive Laws:
A βͺ (B β© C) = (A βͺ B) β© (A βͺ C)
A β© (B βͺ C) = (A β© B) βͺ (A β© C)
πΆ 7. Complement Laws
A βͺ Aβ² = U
A β© Aβ² = β
(Aβ²)β² = A
Uβ² = β
β
β² = U
πΆ 8. De Morganβs Laws
(A βͺ B)β² = Aβ² β© Bβ²
(A β© B)β² = Aβ² βͺ Bβ²
These are extremely useful in simplifying expressions involving complements.
πΆ 9. Practical Problems on Union and Intersection
Let A and B be two finite sets. Then:
n(A βͺ B) = n(A) + n(B) β n(A β© B)
In case of three sets:
n(A βͺ B βͺ C) = n(A) + n(B) + n(C) β n(A β© B) β n(B β© C) β n(C β© A) + n(A β© B β© C)
These formulas are used to solve real-life problems involving survey data, counting, and distribution of elements across overlapping categories.
πΆ 10. Cardinality
The cardinality of a set is the number of elements in it, denoted by n(A).
Example: If A = {1, 2, 3}, then n(A) = 3
πΆ 11. Applications of Sets
Sets form the basis for many areas in mathematics like:
Probability theory: Events are treated as sets.
Functions and Relations: Defined using sets of ordered pairs.
Computer science: Data structures use set logic.
Logic and proofs: Statements are modeled using set theory.
Survey analysis: Sets are used to count overlapping responses.
β
Summary (β300 Words)
The chapter “Sets” introduces the foundational concept of sets, a well-defined collection of objects considered as a unit. It begins with the definition and representation of sets β using roster form and set-builder form β and proceeds to explain types of sets like empty, finite, infinite, singleton, equal, equivalent, subset, power set, and universal set.
Key operations on sets are explained:
Union (A βͺ B) combines all elements from both sets.
Intersection (A β© B) gives common elements.
Difference (A β B) yields elements in A but not in B.
Complement (Aβ²) includes all elements not in A.
Venn diagrams are introduced as visual tools for representing these operations. Important properties such as commutative, associative, distributive, and identity laws are explored, along with De Morganβs laws, which relate unions and intersections of complements.
The chapter also presents practical formulas like:
n(A βͺ B) = n(A) + n(B) β n(A β© B) These are used to solve real-world problems involving overlapping data, especially in survey analysis.
The concept of cardinality (n(A)) is introduced to count the number of elements in a set.
Finally, the importance of sets is emphasized through their wide-ranging applications in mathematics, computer science, probability, logic, and daily problem-solving.
————————————————————————————————————————————————————————————————————————————
QUESTIONS FROM TEXTBOOK
π· Q1.
Decide, among the following sets, which sets are subsets of one and another:
A = {x : x β β and x satisfy xΒ² β 8x + 12 = 0},
B = {2, 4, 6},
C = {2, 4, 6, 8, β¦},
D = {β
}
β
Answer:
Step 1: Solve the quadratic equation in set A:
xΒ² β 8x + 12 = 0
β (x β 6)(x β 2) = 0
β x = 2, 6
β΄ A = {2, 6}
Now the sets are:
A = {2, 6}
B = {2, 4, 6}
C = {2, 4, 6, 8, 10, β¦} (even natural numbers β₯ 2)
D = {β
} (singleton set containing the empty set)
Step 2: Check subset relations:
A β B β Yes (2, 6 β B)
A β C β Yes (2, 6 β C)
B β C β Yes (2, 4, 6 β C)
β
β A β Yes (empty set is subset of every set)
D β A or B or C β No (β
β A, B or C; D contains β
)
π· Q2.
In each of the following, determine whether the statement is true or false. If it is true, prove it. If it is false, give an example.
(i) If x β A and A β B, then x β B
(ii) If A β B and B β C, then A β C
(iii) If A β B and B β C, then A β C
(iv) If A β B and B β C, then A β C
(v) If x β A and A β B, then x β B
(vi) If A β B and x β B, then x β A
β
Answer:
(i) True:
If A β B, then every element of A is in B.
Given x β A β x β B
(ii) False:
Example:
A = {1}, B = {1, 2}, C = {{1, 2}}
Then A β B and B β C, but A β C
(iii) True:
If A β B and B β C, then A β C (transitive property)
(iv) False:
Counterexample:
A = {1}, B = {1, 2}, C = {3, 4}
Then A β B and B β C, but A β C is false (1 β C)
(v) False:
Example:
A = {1}, B = {2, 3} β A β B and 1 β B
(vi) True:
If x β B, and A β B, then x β A
π· Q3.
Let A, B and C be the sets such that A βͺ B = A βͺ C and A β© B = A β© C.
Show that B = C.
β
Answer:
We are given:
A βͺ B = A βͺ C β¦(1)
A β© B = A β© C β¦(2)
To prove: B = C
Let x β B
Case 1: x β A
Then x β A β© B β x β A β© C β x β C
Case 2: x β A
Then x β B but not in A β x β A βͺ B β x β A βͺ C
But x β A β x β C
Thus, every x β B β x β C β B β C
Similarly, reverse steps β C β B
β΄ B = C
π· Q4.
Show that the following four conditions are equivalent:
(i) A β B
(ii) A β B = β
(iii) A βͺ B = B
(iv) A β© B = A
β
Answer:
We will prove equivalence:
(i) β (ii):
If A β B, then all elements of A are in B
β A β B = β
(ii) β (iii):
If A β B = β
β All elements of A are in B
β A βͺ B = B
(iii) β (iv):
A βͺ B = B β A β B β A β© B = A
(iv) β (i):
A β© B = A β All elements of A are in B
β A β B
Hence, all four statements are equivalent.
π· Q5.
Show that if A β B, then C β B β C β A
β
Answer:
Let x β C β B
β x β C and x β B
Given A β B β all elements of A are in B
Then if x β B β x β A (since A β B)
β x β C and x β A
β x β C β A
Hence, x β C β A
β΄ C β B β C β A
π· Q6.
Show that for any sets A and B,
A = (A β© B) βͺ (A β B) and
A βͺ (B β A) = A βͺ B
β
Answer:
Part 1: A = (A β© B) βͺ (A β B)
Let x β A
Case 1: If x β B β x β A β© B
Case 2: If x β B β x β A β B
So in both cases, x β (A β© B) βͺ (A β B)
β΄ A β (A β© B) βͺ (A β B)
Now, let x β (A β© B) βͺ (A β B)
Then x β A β© B or x β A β B β in both cases, x β A
β΄ (A β© B) βͺ (A β B) β A
Hence, A = (A β© B) βͺ (A β B)
Part 2: A βͺ (B β A) = A βͺ B
Let x β A βͺ (B β A)
Then x β A or x β (B β A)
β x β A or (x β B and x β A) β in both cases, x β A βͺ B
β΄ A βͺ (B β A) β A βͺ B
Now let x β A βͺ B
If x β A β x β A βͺ (B β A)
If x β B:
If x β A β x β A
If x β A β x β B β A β x β A βͺ (B β A)
β΄ A βͺ B β A βͺ (B β A)
Hence, A βͺ (B β A) = A βͺ B
π· Q7.
Using properties of sets, show that
(i) A βͺ (A β© B) = A
(ii) A β© (A βͺ B) = A
β
Answer:
(i) A βͺ (A β© B) = A
β By the absorption law of sets
A βͺ (A β© B) = A
(ii) A β© (A βͺ B) = A
β By another absorption law
A β© (A βͺ B) = A
Hence, both are proved using standard set identities.
π· Q8.
Show that A β© B = A β© C need not imply B = C
β
Answer:
Let us take a counterexample:
Let A = {1, 2, 3}
B = {2, 3, 4}
C = {2, 3, 5}
Then:
A β© B = {2, 3}
A β© C = {2, 3}
So A β© B = A β© C β
But clearly:
B β C β (B has 4, C has 5)
β΄ Even though A β© B = A β© C, it does not imply that B = C
π· Q9.
Let A and B be sets. If A β© X = B β© X = β
and A βͺ X = B βͺ X for some set X, show that A = B.
(Hints: A = A β© (A βͺ X), B = B β© (B βͺ X) and use Distributive law)
β
Answer:
We are given:
A β© X = β
and B β© X = β
β No element of X is in A or B
Also: A βͺ X = B βͺ X β (1)
Now:
A = A β© (A βͺ X) [identity: A = A β© U for any superset U]
= A β© (B βͺ X) [from (1)]
= (A β© B) βͺ (A β© X) [Distributive law]
= (A β© B) βͺ β
[since A β© X = β
]
= A β© B
Similarly:
B = B β© (B βͺ X)
= B β© (A βͺ X)
= (B β© A) βͺ (B β© X)
= (A β© B) βͺ β
= A β© B
Hence: A = A β© B = B β A = B
π· Q10.
Find sets A, B and C such that
A β© B, B β© C and A β© C are non-empty sets, and
A β© B β© C = β
β
Answer:
We need three sets such that:
All pairwise intersections are non-empty
But triple intersection is empty
Let:
A = {1, 2}
B = {2, 3}
C = {1, 3}
Then:
A β© B = {2} β β
B β© C = {3} β β
A β© C = {1} β β
A β© B β© C = β
(no element common to all three)
Hence, these sets satisfy the required condition.
————————————————————————————————————————————————————————————————————————————
OTHER IMPORTANT QUESTIONS FOR EXAMS
(CBSE MODEL QUESTIONS PAPER)
ESPECIALLY MADE FROM THIS LESSON ONLY
π¦ SECTION A β (1 mark each)
π· Q1.
If A = {1, 2, 3}, then how many subsets does A have?
(A) 3
(B) 6
(C) 8
(D) 9
β
Answer:
Number of subsets = 2βΏ = 2Β³ = 8
Correct option: (C)
π· Q2.
Which of the following is a universal set for the set A = {x : x is a prime number less than 10}?
(A) β
(B) β
(C) {1, 2, 3, β¦, 100}
(D) {x : x is a natural number less than 15}
β
Answer:
A = {2, 3, 5, 7} β {x : x is a natural number less than 15}
Correct option: (D)
π· Q3.
Let A = {2, 4, 6}, B = {4, 6, 8}. Find A βͺ B.
β
Answer:
A βͺ B = {2, 4, 6, 8}
π· Q4.
Let A = {a, b, c}, then P(A) (power set of A) has how many elements?
β
Answer:
Number of elements in power set = 2Β³ = 8
π· Q5.
If A β B, then which of the following is always true?
(A) A β© B = A
(B) A βͺ B = A
(C) A β© B = B
(D) A β B = A
β
Answer:
Correct option: (A)
π· Q6.
Write the complement of the set A = {1, 3, 5} in the universal set U = {1, 2, 3, 4, 5, 6}
β
Answer:
AαΆ = {2, 4, 6}
π· Q7.
Let A = {x : x is a vowel in the word ‘EDUCATION’}. Write A.
β
Answer:
Vowels in ‘EDUCATION’ = {A, E, I, O, U}
So, A = {A, E, I, O, U}
π· Q8.
If n(A) = 7, how many elements will be in P(A)?
β
Answer:
|P(A)| = 2β· = 128
π· Q9.
Assertion (A): If A β© B = A, then A β B
Reason (R): A β© B = elements common to both A and B
(A) Both A and R are true, and R is the correct explanation
(B) Both A and R are true, but R is not the correct explanation
(C) A is true but R is false
(D) A is false but R is true
β
Answer:
Correct option: (A)
π· Q10.
If A = {x β β : x < 5}, write A in roster form.
β
Answer:
A = {1, 2, 3, 4}
π· Q11.
Give an example of two sets whose union is the universal set and intersection is null.
β
Answer:
A = {1, 2}, B = {3, 4}, U = {1, 2, 3, 4}
A βͺ B = U and A β© B = β
π· Q12.
If A β B = β
, what can you say about sets A and B?
β
Answer:
A β B
π· Q13.
Let A = {2, 4, 6, 8}, B = {1, 3, 5}, find A β© B.
β
Answer:
A β© B = β
(no common elements)
π· Q14.
Which of the following is not a well-defined set?
(A) Set of all tall students in class
(B) Set of all even numbers
(C) Set of months with 30 days
(D) Set of natural numbers less than 5
β
Answer:
Correct option: (A) (subjective β not well-defined)
π· Q15.
Let A = {1, 2, 3}, B = {3, 4, 5}, find A β© B and A βͺ B.
β
Answer:
A β© B = {3}, A βͺ B = {1, 2, 3, 4, 5}
π· Q16.
If A β B and B β C, then A β C.
State True or False.
β
Answer:
True
π· Q17.
Find the number of subsets of the empty set.
β
Answer:
Only one subset β β
itself
Answer: 1
π· Q18.
If A = {1, 2, 3} and B = {3, 4, 5}, find (A β B) βͺ (B β A)
β
Answer:
A β B = {1, 2}
B β A = {4, 5}
So union = {1, 2, 4, 5}
π¨ SECTION B β (2 marks each)
π· Q19.
Let A = {2, 3, 4, 5}, B = {4, 5, 6, 7}. Find:
(i) A βͺ B
(ii) A β© B
β
Answer:
(i) A βͺ B = {2, 3, 4, 5, 6, 7}
(ii) A β© B = {4, 5}
π· Q20.
Prove that:
(A βͺ B)β² = Aβ² β© Bβ²
β
Answer:
LHS: (A βͺ B)β² = all elements not in A βͺ B
RHS: Aβ² β© Bβ² = elements not in A and not in B
β Both represent elements outside A and B
β΄ (A βͺ B)β² = Aβ² β© Bβ² (De Morganβs law)
π· Q21.
Find the number of elements in the union of two sets A and B if
n(A) = 20, n(B) = 15, and n(A β© B) = 5
β
Answer:
By formula:
n(A βͺ B) = n(A) + n(B) β n(A β© B)
= 20 + 15 β 5 = 30
Answer: 30
π· Q22.
Let U = {1, 2, 3, β¦, 10}, A = {2, 4, 6, 8, 10}, B = {1, 2, 3, 4}.
Find Aβ², Bβ², and (A βͺ B)β²
β
Answer:
Aβ² = U β A = {1, 3, 5, 7, 9}
Bβ² = U β B = {5, 6, 7, 8, 9, 10}
A βͺ B = {1, 2, 3, 4, 6, 8, 10}
(A βͺ B)β² = {5, 7, 9}
π· Q23.
Give an example each of:
(i) Two sets A and B such that A β B
(ii) A proper subset of a set
β
Answer:
(i) A = {1, 2}, B = {1, 2, 3} β A β B
(ii) A = {a}, B = {a, b} β A β B
π§ SECTION C β (3 marks each)
π· Q24.
In a group of 50 students, 30 like Mathematics, 25 like Physics, and 10 like both.
How many students like only Mathematics or only Physics?
β
Answer:
Let M = students liking Math = 30
P = students liking Physics = 25
M β© P = 10
Then:
Only Math = M β (M β© P) = 30 β 10 = 20
Only Physics = P β (M β© P) = 25 β 10 = 15
Total liking only one subject = 20 + 15 = 35
π· Q25.
Let A = {1, 2, 3, 4, 5}, B = {3, 4, 5, 6, 7}. Find:
(i) A β B
(ii) B β A
(iii) A Ξ B (symmetric difference)
β
Answer:
(i) A β B = {1, 2}
(ii) B β A = {6, 7}
(iii) A Ξ B = (A β B) βͺ (B β A) = {1, 2, 6, 7}
π· Q26.
In a survey of 60 people, 25 liked tea, 35 liked coffee, and 10 liked both.
Find the number of people who liked:
(i) Only tea
(ii) Only coffee
(iii) Neither tea nor coffee
β
Answer:
Let T = 25, C = 35, T β© C = 10
Only tea = 25 β 10 = 15
Only coffee = 35 β 10 = 25
Liked at least one = T βͺ C = 25 + 35 β 10 = 50
Neither = 60 β 50 = 10
π· Q27.
If A = {1, 2, 3}, B = {2, 3, 4, 5}, and U = {1, 2, 3, 4, 5, 6},
verify De Morganβs law:
(A β© B)β² = Aβ² βͺ Bβ²
β
Answer:
A β© B = {2, 3}
(A β© B)β² = U β {2, 3} = {1, 4, 5, 6}
Aβ² = U β A = {4, 5, 6}
Bβ² = U β B = {1, 6}
Aβ² βͺ Bβ² = {1, 4, 5, 6}
β΄ LHS = RHS = {1, 4, 5, 6} β
Verified
π· Q28.
Let A = {x β β : x is a multiple of 3, x β€ 18}
B = {x β β : x is a multiple of 2, x β€ 18}
Find A βͺ B and A β© B
β
Answer:
A = {3, 6, 9, 12, 15, 18}
B = {2, 4, 6, 8, 10, 12, 14, 16, 18}
A βͺ B = {2, 3, 4, 6, 8, 9, 10, 12, 14, 15, 16, 18}
A β© B = {6, 12, 18}
π₯ SECTION D β (4 marks each, Case-Based)
π· Q29.
Case Study:
A survey was conducted in a college to find out the number of students who like Hindi (H), English (E), and Sanskrit (S).
The data collected is:
n(H) = 40, n(E) = 50, n(S) = 30,
n(H β© E) = 20, n(E β© S) = 15, n(H β© S) = 10,
n(H β© E β© S) = 5
Total number of students = 100
(i) How many students like only Hindi?
(ii) How many like exactly two languages?
(iii) How many like none of the three languages?
(iv) How many like at least one language?
β
Answer:
(i) Only Hindi = n(H) β n(H β© E) β n(H β© S) + n(H β© E β© S)
= 40 β 20 β 10 + 5 = 15
(ii) Exactly two =
[n(H β© E) β n(H β© E β© S)] +
[n(E β© S) β n(H β© E β© S)] +
[n(H β© S) β n(H β© E β© S)]
= (20β5) + (15β5) + (10β5) = 15 + 10 + 5 = 30
(iii) Total liking at least one =
n(H) + n(E) + n(S) β n(H β© E) β n(E β© S) β n(H β© S) + n(H β© E β© S)
= 40 + 50 + 30 β 20 β 15 β 10 + 5 = 80
None = 100 β 80 = 20
(iv) At least one = 80
π· Q30.
Case Study:
In a class of 60 students:
30 like Biology, 25 like Chemistry, and 10 like both.
Let A = set of students who like Biology,
B = set of students who like Chemistry.
(i) Find n(A βͺ B)
(ii) How many like only Biology?
(iii) How many like only Chemistry?
(iv) How many like neither subject?
β
Answer:
(i) n(A βͺ B) = n(A) + n(B) β n(A β© B)
= 30 + 25 β 10 = 45
(ii) Only Biology = n(A) β n(A β© B) = 30 β 10 = 20
(iii) Only Chemistry = 25 β 10 = 15
(iv) Neither = 60 β 45 = 15
π· Q31.
Case Study:
Let A = set of students who passed in Math,
B = set of students who passed in Science.
In a class of 50 students,
n(A) = 28, n(B) = 32, n(A βͺ B) = 45
(i) Find number of students who passed in both
(ii) Find number of students who failed in both
(iii) Find number of students who passed only in Math
(iv) Find number of students who passed in exactly one subject
β
Answer:
(i) n(A β© B) = n(A) + n(B) β n(A βͺ B)
= 28 + 32 β 45 = 15
(ii) Failed both = 50 β 45 = 5
(iii) Only Math = 28 β 15 = 13
(iv) Exactly one = (28β15) + (32β15) = 13 + 17 = 30
πͺ SECTION E β (5 marks each, Long Answer)
π· Q32.
Let U = {1, 2, 3, β¦, 10}, A = {1, 2, 3, 4, 5}, B = {4, 5, 6, 7}, and C = {5, 6, 7, 8, 9}.
Find:
(i) (A βͺ B) β© C
(ii) (A β© B) βͺ (B β© C)
(iii) Aβ² β© Bβ² β© Cβ²
β
Answer:
(i) A βͺ B = {1, 2, 3, 4, 5, 6, 7}
β (A βͺ B) β© C = {5, 6, 7}
(ii) A β© B = {4, 5}, B β© C = {5, 6, 7}
β Union = {4, 5, 6, 7}
(iii) Aβ² = {6, 7, 8, 9, 10},
Bβ² = {1, 2, 3, 8, 9, 10},
Cβ² = {1, 2, 3, 4, 10}
Intersection = {10}
π· Q33.
In a class of 80 students:
n(M) = 40 (like Math),
n(P) = 50 (like Physics),
n(C) = 45 (like Chemistry),
n(M β© P) = 20,
n(P β© C) = 25,
n(M β© C) = 15,
n(M β© P β© C) = 10
Find how many students:
(i) like all three subjects
(ii) like only Math
(iii) like only Physics
(iv) like exactly two subjects
(v) like none of the three
β
Answer:
(i) All three = 10
(ii) Only Math = n(M) β n(M β© P) β n(M β© C) + n(M β© P β© C)
= 40 β 20 β 15 + 10 = 15
(iii) Only Physics = 50 β 20 β 25 + 10 = 15
(iv) Exactly two =
(M β© P β all three) + (P β© C β all three) + (M β© C β all three)
= (20β10) + (25β10) + (15β10) = 10 + 15 + 5 = 30
(v) Total liking at least one =
n(M) + n(P) + n(C) β n(M β© P) β n(P β© C) β n(M β© C) + n(M β© P β© C)
= 40 + 50 + 45 β 20 β 25 β 15 + 10 = 85
β None = 80 β 85 = β5 (Not possible: contradiction)
Recheck total students: Adjusted value of total should be 90 (not 80) to resolve this
If total is 90 β None = 90 β 85 = 5
π· Q34.
Prove using set theory:
(A β B) β© (B β A) = β
and
(A βͺ B) β (A β© B) = (A β B) βͺ (B β A)
β
Answer:
First:
(A β B) = elements in A not in B
(B β A) = elements in B not in A
Their intersection β no common element β β
β
Hence proved
Second:
(A βͺ B) β (A β© B)
= elements in A or B but not both
= symmetric difference
= (A β B) βͺ (B β A)
β
Hence proved
π· Q35.
Let A = {x : x is a multiple of 2 up to 20}
B = {x : x is a multiple of 3 up to 20}
C = {x : x is a multiple of 5 up to 20}
Find:
(i) A βͺ B βͺ C
(ii) A β© B
(iii) (A β© C) βͺ (B β© C)
β
Answer:
A = {2, 4, 6, 8, 10, 12, 14, 16, 18, 20}
B = {3, 6, 9, 12, 15, 18}
C = {5, 10, 15, 20}
(i) A βͺ B βͺ C = {2, 3, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20}
(ii) A β© B = {6, 12, 18}
(iii) A β© C = {10, 20}, B β© C = {15}
β Union = {10, 15, 20}
————————————————————————————————————————————————————————————————————————————