Chapter 1: Sets
- Class 11 Mathematics
Summary of the Chapter
This chapter introduces the fundamental concept of Sets in mathematics. A set is defined as a well-defined collection of distinct objects. The objects in a set are called its elements or members.
Sets can be represented in two main ways:
- Roster or Tabular Form: All elements are listed, separated by commas, within braces {}. Example: A={1,2,3,4,5}.
- Set-builder Form: All elements possess a single common property, written as {x:P(x)}, where P(x) is the property. Example: B={x:x is a vowel in the English alphabet}.
The chapter discusses various types of sets:
- Empty Set (∅ or {}): A set containing no elements.
- Finite Set: A set with a definite (countable) number of elements.
- Infinite Set: A set with an unlimited number of elements.
- Equal Sets: Two sets A and B are equal (A=B) if they have exactly the same elements.
- Subsets (⊆): Set A is a subset of set B if every element of A is also an element of B. A⊂B denotes a proper subset (A⊆B and A=B).
- Power Set (P(A)): The set of all subsets of a set A. If n(A)=m, then n(P(A))=2m.
- Universal Set (U): A basic set that contains all relevant sets in a particular context.
Venn diagrams are introduced as a way to visually represent relationships between sets using circles within a rectangle (representing the universal set).
Key operations on sets are defined:
- Union (A∪B): The set of all elements which are in A or in B or in both. A∪B={x:x∈A or x∈B}.
- Intersection (A∩B): The set of all elements which are common to both A and B. A∩B={x:x∈A and x∈B}. If A∩B=∅, then A and B are disjoint sets.
- Difference (A−B): The set of all elements which are in A but not in B. A−B={x:x∈A and x∈/B}.
- Complement (A′ or Ac): The set of all elements in the universal set U that are not in A. A′=U−A={x:x∈U and x∈/A}.
Important properties like commutative laws, associative laws, distributive laws, and De Morgan's laws ((A∪B)′=A′∩B′ and (A∩B)′=A′∪B′) are discussed.
Finally, the chapter covers practical problems involving formulas related to the cardinality (number of elements) of sets, particularly n(A∪B)=n(A)+n(B)−n(A∩B) and n(A∪B∪C)=n(A)+n(B)+n(C)−n(A∩B)−n(B∩C)−n(A∩C)+n(A∩B∩C).
NCERT Textbook Questions and Answers
Exercise 1.1
Question 1: Which of the following are sets? Justify your answer.
(i) The collection of all the months of a year beginning with the letter J.
(ii) The collection of ten most talented writers of India.
(iii) A team of eleven best-cricket batsmen of the world.
(iv) The collection of all boys in your class.
(v) The collection of all natural numbers less than 100.
(vi) A collection of novels written by the writer Munshi Prem Chand.
(vii) The collection of all even integers.
(viii) The collection of questions in this Chapter.
(ix) A collection of most dangerous animals of the world.
Answer-
(i) This is a set. The collection is well-defined: {January, June, July}.
(ii) This is not a set. "Most talented" is subjective and not well-defined.
(iii) This is not a set. "Best-cricket batsmen" is subjective and not well-defined.
(iv) This is a set. It is well-defined for a specific class.
(v) This is a set. It is well-defined: {1, 2, 3, ..., 99}.
(vi) This is a set. It is well-defined as Munshi Prem Chand's novels can be listed.
(vii) This is a set. It is well-defined: {..., -4, -2, 0, 2, 4, ...}.
(viii) This is a set. It is well-defined as the questions in the chapter are specific.
(ix) This is not a set. "Most dangerous" is subjective and not well-defined.
Question 2: Let A={1,2,3,4,5,6}. Insert the appropriate symbol ∈ or ∈/ in the blank spaces:
(i) 5___A
(ii) 8___A
(iii) 0___A
(iv) 4___A
(v) 2___A
(vi) 10___A
Answer-
(i) 5∈A
(ii) 8∈/A
(iii) 0∈/A
(iv) 4∈A
(v) 2∈A
(vi) 10∈/A
Question 3: Write the following sets in roster form:
(i) A={x:x is an integer and −3≤x<7}
(ii) B={x:x is a natural number less than 6}
(iii) C={x:x is a two-digit natural number such that the sum of its digits is 8}
(iv) D={x:x is a prime number which is a divisor of 60}
(v) E=The set of all letters in the word TRIGONOMETRY
(vi) F=The set of all letters in the word BETTER
Answer-
(i) A={−3,−2,−1,0,1,2,3,4,5,6}
(ii) B={1,2,3,4,5}
(iii) C={17,26,35,44,53,62,71,80}
(iv) D={2,3,5}
(v) E={T,R,I,G,O,N,M,E,Y}
(vi) F={B,E,T,R}
Question 4: Write the following sets in the set-builder form:
(i) {3,6,9,12}
(ii) {2,4,8,16,32}
(iii) {5,25,125,625}
(iv) {2,4,6,...}
(v) {1,4,9,...,100}
Answer-
(i) {x:x=3n,n∈N and 1≤n≤4}
(ii) {x:x=2n,n∈N and 1≤n≤5}
(iii) {x:x=5n,n∈N and 1≤n≤4}
(iv) {x:x is an even natural number}
(v) {x:x=n2,n∈N and 1≤n≤10}
Question 5: List all the elements of the following sets:
(i) A={x:x is an odd natural number}
(ii) B={x:x is an integer, −1/2<x<9/2}
(iii) C={x:x is an integer, x2≤4}
(iv) D={x:x is a letter in the word "LOYAL"}
(v) E={x:x is a month of a year not having 31 days}
(vi) F={x:x is a consonant in the English alphabet which precedes k}
Answer-
(i) A={1,3,5,7,...}
(ii) B={0,1,2,3,4}
(iii) C={−2,−1,0,1,2}
(iv) D={L,O,Y,A}
(v) E={February, April, June, September, November}
(vi) F={b,c,d,f,g,h,j}
Question 6: Match each of the set on the left in the roster form with the same set on the right described in set-builder form:
(i) {1,2,3,6} (a) {x:x is a prime number and a divisor of 6}
(ii) {2,3} (b) {x:x is an odd natural number less than 10}
(iii) {M,A,T,H,E,I,C,S} (c) {x:x is a natural number and divisor of 6}
(iv) {1,3,5,7,9} (d) {x:x is a letter of the word MATHEMATICS}
Answer-
| Roster Form | Set-Builder Form |
|---|
| (i) {1,2,3,6} | (c) {x:x is a natural number and divisor of 6} |
| (ii) {2,3} | (a) {x:x is a prime number and a divisor of 6} |
| (iii) {M,A,T,H,E,I,C,S} | (d) {x:x is a letter of the word MATHEMATICS} |
| (iv) {1,3,5,7,9} | (b) {x:x is an odd natural number less than 10} |
Exercise 1.2
Question 1: Which of the following are examples of the null set?
(i) Set of odd natural numbers divisible by 2.
(ii) Set of even prime numbers.
(iii) {x:x is a natural number, x<5 and x>7}
(iv) {y:y is a point common to any two parallel lines}
Answer-
(i) No odd natural number is divisible by 2. This is a null set (∅).
(ii) The number 2 is an even prime number. This set is {2}, which is not a null set.
(iii) There is no natural number that is both less than 5 and greater than 7. This is a null set (∅).
(iv) Parallel lines never intersect, so they have no common point. This is a null set (∅).
Question 2: Which of the following sets are finite or infinite?
(i) The set of months of a year.
(ii) {1,2,3,...}
(iii) {1,2,3,...,99,100}
(iv) The set of positive integers greater than 100.
(v) The set of prime numbers less than 99.
Answer-
(i) Finite (There are 12 months).
(ii) Infinite (The set of natural numbers continues indefinitely).
(iii) Finite (The elements end at 100).
(iv) Infinite (Positive integers greater than 100 continue indefinitely: 101, 102, ...).
(v) Finite (There is a specific, countable number of primes less than 99).
Question 3: State whether each of the following sets is finite or infinite:
(i) The set of lines which are parallel to the x-axis.
(ii) The set of letters in the English alphabet.
(iii) The set of numbers which are multiple of 5.
(iv) The set of animals living on the earth.
(v) The set of circles passing through the origin (0,0).
Answer-
(i) Infinite (An infinite number of lines can be drawn parallel to the x-axis).
(ii) Finite (There are 26 letters).
(iii) Infinite (Multiples of 5 continue indefinitely: 5, 10, 15, ...).
(iv) Finite (Although very large, the number of animals on Earth is countable and finite).
(v) Infinite (An infinite number of circles can pass through the origin).
Question 4: In the following, state whether A=B or not:
(i) A={a,b,c,d}; B={d,c,b,a}
(ii) A={4,8,12,16}; B={8,4,16,18}
(iii) A={2,4,6,8,10}; B={x:x is positive even integer and x≤10}
(iv) A={x:x is a multiple of 10}; B={10,15,20,25,30,...}
Answer-
(i) A=B. The elements are exactly the same, order does not matter.
(ii) A=B. 12∈A but 12∈/B, and 18∈B but 18∈/A.
(iii) B={2,4,6,8,10}. Therefore, A=B.
(iv) A={10,20,30,40,...}. B contains numbers like 15, 25, etc., which are not multiples of 10. Therefore, A=B.
Question 5: Are the following pair of sets equal? Give reasons.
(i) A={2,3}; B={x:x is solution of x2+5x+6=0}
(ii) A={x:x is a letter in the word FOLLOW}; B={y:y is a letter in the word WOLF}
Answer-
(i) Solving x2+5x+6=0:
(x+2)(x+3)=0
x=−2 or x=−3.
So, B={−2,−3}.
Since A={2,3}, A=B.
(ii) Listing elements in roster form:
A={F,O,L,W}
B={W,O,L,F}
Since the elements are exactly the same, A=B.
Question 6: From the sets given below, select equal sets:
A={2,4,8,12}, B={1,2,3,4}, C={4,8,12,14}, D={3,1,4,2},
E={−1,1}, F={0,a}, G={1,−1}, H={0,1}
Answer-
Comparing the sets:
-
B={1,2,3,4}
-
D={3,1,4,2}
Since the elements are the same, B=D.
-
E={−1,1}
-
G={1,−1}
Since the elements are the same, E=G.
Therefore, the pairs of equal sets are B=D and E=G.
Exercise 1.3
Question 1: Make correct statements by filling in the symbols ⊂ or ⊂ in the blank spaces:
(i) {2,3,4}___{1,2,3,4,5}
(ii) {a,b,c}___{b,c,d}
(iii) {x:x is a student of Class XI of your school}___{x:x student of your school}
(iv) {x:x is a circle in the plane}___{x:x is a circle in the same plane with radius 1 unit}
(v) {x:x is a triangle in a plane}___{x:x is a rectangle in the plane}
(vi) {x:x is an equilateral triangle in a plane}___{x:x is a triangle in the same plane}
(vii) {x:x is an even natural number}___{x:x is an integer}
Answer-
(i) {2,3,4}⊂{1,2,3,4,5} (All elements of the first set are in the second)
(ii) {a,b,c}⊂{b,c,d} ('a' is not in the second set)
(iii) {x:x is a student of Class XI of your school}⊂{x:x student of your school} (All Class XI students are students of the school)
(iv) {x:x is a circle in the plane}⊂{x:x is a circle in the same plane with radius 1 unit} (The first set includes circles of all radii)
(v) {x:x is a triangle in a plane}⊂{x:x is a rectangle in the plane} (Triangles are not rectangles)
(vi) {x:x is an equilateral triangle in a plane}⊂{x:x is a triangle in the same plane} (All equilateral triangles are triangles)
(vii) {x:x is an even natural number}⊂{x:x is an integer} (All even natural numbers are integers)
Question 2: Examine whether the following statements are true or false:
(i) {a,b}⊂{b,c,a}
(ii) {a,e}⊂{x:x is a vowel in the English alphabet}
(iii) {1,2,3}⊂{1,3,5}
(iv) {a}⊂{a,b,c}
(v) {a}∈{a,b,c}
(vi) {x:x is an even natural number less than 6}⊂{x:x is a natural number which divides 36}
Answer-
(i) False. Both 'a' and 'b' are in the second set.
(ii) True. 'a' and 'e' are vowels.
(iii) False. '2' is in the first set but not in the second.
(iv) True. 'a' is an element of the second set.
(v) False. {a} is a set containing 'a'. It is a subset, not an element, of {a,b,c}. (a∈{a,b,c} is true).
(vi) True. The first set is {2,4}. Both 2 and 4 divide 36.
Question 3: Let A={1,2,{3,4},5}. Which of the following statements are incorrect and why?
(i) {3,4}⊂A
(ii) {3,4}∈A
(iii) {{3,4}}⊂A
(iv) 1∈A
(v) 1⊂A
(vi) {1,2,5}⊂A
(vii) {1,2,5}∈A
(viii) {1,2,3}⊂A
(ix) ∅∈A
(x) ∅⊂A
(xi) {∅}⊂A
Answer-
(i) Incorrect. {3,4} is an element of A, not a subset.
(ii) Correct. {3,4} is listed as an element within A.
(iii) Correct. {{3,4}} is a set containing the element {3,4}, which belongs to A.
(iv) Correct. 1 is an element of A.
(v) Incorrect. 1 is an element, not a set, so it cannot be a subset.
(vi) Correct. 1, 2, and 5 are all elements of A.
(vii) Incorrect. {1,2,5} is a set, not an element of A.
(viii) Incorrect. 3 is not an element of A (only {3,4} is).
(ix) Incorrect. The empty set ∅ is not listed as an element within A.
(x) Correct. The empty set ∅ is a subset of every set.
(xi) Incorrect. The set {∅} is a set containing the empty set. Since ∅ is not an element of A, this statement is false.
Question 4: Write down all the subsets of the following sets:
(i) {a}
(ii) {a,b}
(iii) {1,2,3}
(iv) ∅
Answer-
(i) Subsets: ∅,{a}
(ii) Subsets: ∅,{a},{b},{a,b}
(iii) Subsets: ∅,{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}
(iv) Subset: ∅ (The empty set has only one subset, itself)
Question 5: How many elements has P(A), if A=∅?
Answer-
If A=∅, then the number of elements in A is n(A)=0.
The number of elements in the power set P(A) is 2n(A).
So, n(P(A))=20=1.
P(A) has one element, which is the empty set itself: P(∅)={∅}.
Question 6: Write the following as intervals:
(i) {x:x∈R,−4<x≤6}
(ii) {x:x∈R,−12<x<−10}
(iii) {x:x∈R,0≤x<7}
(iv) {x:x∈R,3≤x≤4}
Answer-
(i) (−4,6]
(ii) (−12,−10)
(iii) [0,7)
(iv) [3,4]
Question 7: Write the following intervals in set-builder form:
(i) (−3,0)
(ii) [6,12]
(iii) (6,12]
(iv) [−23,5)
Answer-
(i) {x:x∈R,−3<x<0}
(ii) {x:x∈R,6≤x≤12}
(iii) {x:x∈R,6<x≤12}
(iv) {x:x∈R,−23≤x<5}
Question 8: What universal set(s) would you propose for each of the following:
(i) The set of right triangles.
(ii) The set of isosceles triangles.
Answer-
(i) The universal set could be the set of all triangles in a plane, or the set of all polygons in a plane.
(ii) The universal set could be the set of all triangles in a plane, or the set of all polygons in a plane.
Question 9: Given the sets A={1,3,5}, B={2,4,6} and C={0,2,4,6,8}. Which of the following may be considered as universal set(s) for all the three sets A, B and C?
(i) {0,1,2,3,4,5,6}
(ii) ∅
(iii) {0,1,2,3,4,5,6,7,8,9,10}
(iv) {1,2,3,4,5,6,7,8}
Answer-
We need a set that contains all elements of A, B, and C.
Elements are {0, 1, 2, 3, 4, 5, 6, 8}.
(i) Does not contain 8. Not a universal set.
(ii) The empty set cannot be a universal set for non-empty sets.
(iii) Contains all elements {0, 1, 2, 3, 4, 5, 6, 8}. This can be a universal set.
(iv) Does not contain 0. Not a universal set.
Therefore, only (iii) can be considered a universal set.
Exercise 1.4
Question 1: Find the union of each of the following pairs of sets:
(i) X={1,3,5}, Y={1,2,3}
(ii) A={a,e,i,o,u}, B={a,b,c}
(iii) A={x:x is a natural number and multiple of 3}, B={x:x is a natural number less than 6}
(iv) A={x:x is a natural number and 1<x≤6}, B={x:x is a natural number and 6<x<10}
(v) A={1,2,3}, B=∅
Answer-
(i) X∪Y={1,2,3,5}
(ii) A∪B={a,b,c,e,i,o,u}
(iii) A={3,6,9,12,...}, B={1,2,3,4,5}.
A∪B={1,2,3,4,5,6,9,12,...}={x:x=1,2,4,5 or x is a multiple of 3}
(iv) A={2,3,4,5,6}, B={7,8,9}.
A∪B={2,3,4,5,6,7,8,9}
(v) A∪B={1,2,3}∪∅={1,2,3}=A
Question 2: Let A={a,b},B={a,b,c}. Is A⊂B? What is A∪B?
Answer-
Yes, A⊂B because every element of A ('a' and 'b') is also an element of B.
A∪B={a,b}∪{a,b,c}={a,b,c}=B.
(Note: If A⊂B, then A∪B=B).
Question 3: If A and B are two sets such that A⊂B, then what is A∪B?
Answer-
If A⊂B, it means all elements of A are also in B.
When we take the union A∪B, we combine all elements from both sets. Since all elements of A are already included in B, the union will simply be the larger set B.
Therefore, A∪B=B.
Question 4: If A={1,2,3,4}, B={3,4,5,6}, C={5,6,7,8} and D={7,8,9,10}. Find:
(i) A∪B
(ii) A∪C
(iii) B∪C
(iv) B∪D
(v) A∪B∪C
(vi) A∪B∪D
(vii) B∪C∪D
Answer-
(i) A∪B={1,2,3,4,5,6}
(ii) A∪C={1,2,3,4,5,6,7,8}
(iii) B∪C={3,4,5,6,7,8}
(iv) B∪D={3,4,5,6,7,8,9,10}
(v) A∪B∪C=(A∪B)∪C={1,2,3,4,5,6}∪{5,6,7,8}={1,2,3,4,5,6,7,8}
(vi) A∪B∪D=(A∪B)∪D={1,2,3,4,5,6}∪{7,8,9,10}={1,2,3,4,5,6,7,8,9,10}
(vii) B∪C∪D=(B∪C)∪D={3,4,5,6,7,8}∪{7,8,9,10}={3,4,5,6,7,8,9,10}
Question 5: Find the intersection of each pair of sets of question 1 above.
Answer-
(i) X={1,3,5}, Y={1,2,3}. X∩Y={1,3}
(ii) A={a,e,i,o,u}, B={a,b,c}. A∩B={a}
(iii) A={3,6,9,...}, B={1,2,3,4,5}. A∩B={3}
(iv) A={2,3,4,5,6}, B={7,8,9}. A∩B=∅ (Disjoint sets)
(v) A={1,2,3}, B=∅. A∩B=∅
Question 6: If A={3,5,7,9,11}, B={7,9,11,13}, C={11,13,15} and D={15,17}. Find:
(i) A∩B
(ii) B∩C
(iii) A∩C∩D
(iv) A∩C
(v) B∩D
(vi) A∩(B∪C)
(vii) A∩D
(viii) A∩(B∪D)
(ix) (A∩B)∩(B∪C)
(x) (A∪D)∩(B∪C)
Answer-
(i) A∩B={7,9,11}
(ii) B∩C={11,13}
(iii) A∩C={11}. (A∩C)∩D={11}∩{15,17}=∅
(iv) A∩C={11}
(v) B∩D=∅
(vi) B∪C={7,9,11,13,15}. A∩(B∪C)={3,5,7,9,11}∩{7,9,11,13,15}={7,9,11}
(vii) A∩D=∅
(viii) B∪D={7,9,11,13,15,17}. A∩(B∪D)={3,5,7,9,11}∩{7,9,11,13,15,17}={7,9,11}
(ix) A∩B={7,9,11}. B∪C={7,9,11,13,15}. (A∩B)∩(B∪C)={7,9,11}∩{7,9,11,13,15}={7,9,11}
(x) A∪D={3,5,7,9,11,15,17}. B∪C={7,9,11,13,15}. (A∪D)∩(B∪C)={3,5,7,9,11,15,17}∩{7,9,11,13,15}={7,9,11,15}
Question 7: If A={x:x is a natural number}, B={x:x is an even natural number}, C={x:x is an odd natural number} and D={x:x is a prime number}. Find:
(i) A∩B
(ii) A∩C
(iii) A∩D
(iv) B∩C
(v) B∩D
(vi) C∩D
Answer-
A={1,2,3,4,5,...}
B={2,4,6,8,...}
C={1,3,5,7,...}
D={2,3,5,7,11,13,...}
(i) A∩B={x:x is an even natural number}=B
(ii) A∩C={x:x is an odd natural number}=C
(iii) A∩D={x:x is a prime number}=D
(iv) B∩C=∅ (No number is both even and odd)
(v) B∩D={2} (2 is the only even prime number)
(vi) C∩D={x:x is an odd prime number}={3,5,7,11,13,...}
Question 8: Which of the following pairs of sets are disjoint?
(i) {1,2,3,4} and {x:x is a natural number and 4≤x≤6}
(ii) {a,e,i,o,u} and {c,d,e,f}
(iii) {x:x is an even integer} and {x:x is an odd integer}
Answer-
(i) First set = {1,2,3,4}. Second set = {4,5,6}.
Intersection = {4}. Not disjoint.
(ii) First set = {a,e,i,o,u}. Second set = {c,d,e,f}.
Intersection = {e}. Not disjoint.
(iii) First set = {...,−2,0,2,4,...}. Second set = {...,−3,−1,1,3,...}.
Intersection = ∅. Disjoint.
Question 9: If A={3,6,9,12,15,18,21}, B={4,8,12,16,20}, C={2,4,6,8,10,12,14,16}, D={5,10,15,20}. Find:
(i) A−B
(ii) A−C
(iii) A−D
(iv) B−A
(v) C−A
(vi) D−A
(vii) B−C
(viii) B−D
(ix) C−B
(x) D−B
(xi) C−D
(xii) D−C
Answer-
(i) A−B={3,6,9,15,18,21} (Elements in A but not in B)
(ii) A−C={3,9,15,18,21}
(iii) A−D={3,6,9,12,18,21}
(iv) B−A={4,8,16,20}
(v) C−A={2,4,8,10,14,16}
(vi) D−A={5,10,20}
(vii) B−C={20}
(viii) B−D={4,8,12,16}
(ix) C−B={2,6,10,14}
(x) D−B={5,10,15}
(xi) C−D={2,4,6,8,12,14,16}
(xii) D−C={5,15,20}
Question 10: If X={a,b,c,d} and Y={f,b,d,g}. Find:
(i) X−Y
(ii) Y−X
(iii) X∩Y
Answer-
(i) X−Y={a,c}
(ii) Y−X={f,g}
(iii) X∩Y={b,d}
Question 11: If R is the set of real numbers and Q is the set of rational numbers, then what is R−Q?
Answer-
R−Q represents the set of real numbers that are not rational. This is the definition of the set of irrational numbers.
R−Q=T (where T is the set of irrational numbers).
Question 12: State whether each of the following statements is true or false. Justify your answer.
(i) {2,3,4,5} and {3,6} are disjoint sets.
(ii) {a,e,i,o,u} and {a,b,c,d} are disjoint sets.
(iii) {2,6,10,14} and {3,7,11,15} are disjoint sets.
(iv) {2,6,10} and {3,7,11} are disjoint sets.
Answer-
(i) False. The intersection is {3}.
(ii) False. The intersection is {a}.
(iii) True. There are no common elements. The intersection is ∅.
(iv) True. There are no common elements. The intersection is ∅.
Exercise 1.5
Question 1: Let U={1,2,3,4,5,6,7,8,9}, A={1,2,3,4}, B={2,4,6,8} and C={3,4,5,6}. Find:
(i) A′
(ii) B′
(iii) (A∪C)′
(iv) (A∪B)′
(v) (A′)′
(vi) (B−C)′
Answer-
(i) A′=U−A={1,2,3,4,5,6,7,8,9}−{1,2,3,4}={5,6,7,8,9}
(ii) B′=U−B={1,2,3,4,5,6,7,8,9}−{2,4,6,8}={1,3,5,7,9}
(iii) A∪C={1,2,3,4}∪{3,4,5,6}={1,2,3,4,5,6}.
(A∪C)′=U−(A∪C)={1,2,3,4,5,6,7,8,9}−{1,2,3,4,5,6}={7,8,9}
(iv) A∪B={1,2,3,4}∪{2,4,6,8}={1,2,3,4,6,8}.
(A∪B)′=U−(A∪B)={1,2,3,4,5,6,7,8,9}−{1,2,3,4,6,8}={5,7,9}
(v) A′={5,6,7,8,9}.
(A′)′=U−A′={1,2,3,4,5,6,7,8,9}−{5,6,7,8,9}={1,2,3,4}=A
(vi) B−C={2,4,6,8}−{3,4,5,6}={2,8}.
(B−C)′=U−(B−C)={1,2,3,4,5,6,7,8,9}−{2,8}={1,3,4,5,6,7,9}
Question 2: If U={a,b,c,d,e,f,g,h}, find the complements of the following sets:
(i) A={a,b,c}
(ii) B={d,e,f,g}
(iii) C={a,c,e,g}
(iv) D={f,g,h,a}
Answer-
(i) A′=U−A={d,e,f,g,h}
(ii) B′=U−B={a,b,c,h}
(iii) C′=U−C={b,d,f,h}
(iv) D′=U−D={b,c,d,e}
Question 3: Taking the set of natural numbers as the universal set, write down the complements of the following sets:
(i) {x:x is an even natural number}
(ii) {x:x is an odd natural number}
(iii) {x:x is a positive multiple of 3}
(iv) {x:x is a prime number}
(v) {x:x is a natural number divisible by 3 and 5}
(vi) {x:x is a perfect square}
(vii) {x:x is a perfect cube}
(viii) {x:x+5=8}
(ix) {x:2x+5=9}
(x) {x:x≥7}
(xi) {x:x∈N and 2x+1>10}
Answer-
Here, U=N={1,2,3,4,...}.
(i) Complement = {x:x is an odd natural number}
(ii) Complement = {x:x is an even natural number}
(iii) Complement = {x:x∈N and x is not a multiple of 3}
(iv) Complement = {x:x is a positive composite number or x=1}
(v) This set contains natural numbers divisible by 15.
Complement = {x:x∈N and x is not divisible by 15}
(vi) Complement = {x:x∈N and x is not a perfect square}
(vii) Complement = {x:x∈N and x is not a perfect cube}
(viii) The set is {3} (since x+5=8⟹x=3).
Complement = {x:x∈N and x=3}
(ix) 2x+5=9⟹2x=4⟹x=2. The set is {2}.
Complement = {x:x∈N and x=2}
(x) The set is {7,8,9,...}.
Complement = {x:x∈N and x<7}={1,2,3,4,5,6}
(xi) 2x+1>10⟹2x>9⟹x>4.5. The set is {5,6,7,...}.
Complement = {x:x∈N and x≤4.5}={1,2,3,4}
Question 4: If U={1,2,3,4,5,6,7,8,9}, A={2,4,6,8} and B={2,3,5,7}. Verify that
(i) (A∪B)′=A′∩B′
(ii) (A∩B)′=A′∪B′
Answer-
A′=U−A={1,3,5,7,9}
B′=U−B={1,4,6,8,9}
(i) LHS: A∪B={2,3,4,5,6,7,8}.
(A∪B)′=U−(A∪B)={1,9}.
RHS: A′∩B′={1,3,5,7,9}∩{1,4,6,8,9}={1,9}.
LHS = RHS. Hence, verified.
(ii) LHS: A∩B={2}.
(A∩B)′=U−(A∩B)={1,3,4,5,6,7,8,9}.
RHS: A′∪B′={1,3,5,7,9}∪{1,4,6,8,9}={1,3,4,5,6,7,8,9}.
LHS = RHS. Hence, verified.
Question 5: Draw appropriate Venn diagram for each of the following:
(i) (A∪B)′
(ii) A′∩B′
(iii) (A∩B)′
(iv) A′∪B′
Answer-
(i) (A∪B)′: Shade the region outside both circles A and B.
(ii) A′∩B′: This is the same region as (A∪B)′ by De Morgan's law. Shade the region outside both circles A and B.
attachment_0
(iii) (A∩B)′: Shade the entire region except for the common intersection area of circles A and B.
attachment_1
(iv) A′∪B′: This is the same region as (A∩B)′ by De Morgan's law. Shade the entire region except for the common intersection area of circles A and B.
Question 6: Let U be the set of all triangles in a plane. If A is the set of all triangles with at least one angle different from 60∘, what is A′?
Answer-
A is the set of all triangles that are not equilateral (since an equilateral triangle has all angles equal to 60∘).
Therefore, A′ (the complement of A) is the set of all triangles that do not have at least one angle different from 60∘. This means A′ is the set of triangles where all angles are equal to 60∘.
A′ is the set of all equilateral triangles.
Question 7: Fill in the blanks to make each of the following a true statement:
(i) A∪A′=___
(ii) ∅′∩A=___
(iii) A∩A′=___
(iv) U′∩A=___
Answer-
(i) A∪A′=U (The union of a set and its complement is the universal set)
(ii) ∅′=U. So, ∅′∩A=U∩A=A (The intersection of the universal set and any set A is A itself)
(iii) A∩A′=∅ (A set and its complement have no elements in common)
(iv) U′=∅. So, U′∩A=∅∩A=∅ (The intersection of the empty set and any set is the empty set)
Exercise 1.6
Question 1: If X and Y are two sets such that n(X)=17, n(Y)=23 and n(X∪Y)=38, find n(X∩Y).
Answer-
We use the formula: n(X∪Y)=n(X)+n(Y)−n(X∩Y).
38=17+23−n(X∩Y)
38=40−n(X∩Y)
n(X∩Y)=40−38=2.
Question 2: If X and Y are two sets such that X∪Y has 18 elements, X has 8 elements and Y has 15 elements, how many elements does X∩Y have?
Answer-
Given: n(X∪Y)=18, n(X)=8, n(Y)=15.
Using n(X∪Y)=n(X)+n(Y)−n(X∩Y):
18=8+15−n(X∩Y)
18=23−n(X∩Y)
n(X∩Y)=23−18=5.
Question 3: In a group of 400 people, 250 can speak Hindi and 200 can speak English. How many people can speak both Hindi and English?
Answer-
Let H be the set of people who speak Hindi, and E be the set of people who speak English.
Given: n(H∪E)=400, n(H)=250, n(E)=200.
We need to find n(H∩E).
Using n(H∪E)=n(H)+n(E)−n(H∩E):
400=250+200−n(H∩E)
400=450−n(H∩E)
n(H∩E)=450−400=50.
So, 50 people can speak both Hindi and English.
Question 4: If S and T are two sets such that S has 21 elements, T has 32 elements, and S∩T has 11 elements, how many elements does S∪T have?
Answer-
Given: n(S)=21, n(T)=32, n(S∩T)=11.
Using n(S∪T)=n(S)+n(T)−n(S∩T):
n(S∪T)=21+32−11
n(S∪T)=53−11=42.
Question 5: If X and Y are two sets such that X has 40 elements, X∪Y has 60 elements and X∩Y has 10 elements, how many elements does Y have?
Answer-
Given: n(X)=40, n(X∪Y)=60, n(X∩Y)=10.
Using n(X∪Y)=n(X)+n(Y)−n(X∩Y):
60=40+n(Y)−10
60=30+n(Y)
n(Y)=60−30=30.
Question 6: 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?
Answer-
Let C be the set of people who like coffee, and T be the set of people who like tea.
Given: n(C∪T)=70 (since each person likes at least one), n(C)=37, n(T)=52.
We need to find n(C∩T).
Using n(C∪T)=n(C)+n(T)−n(C∩T):
70=37+52−n(C∩T)
70=89−n(C∩T)
n(C∩T)=89−70=19.
So, 19 people like both coffee and tea.
Question 7: In a group of 65 people, 40 like cricket, 10 like both cricket and tennis. How many like tennis only and not cricket? How many like tennis?
Answer-
Let C be the set of people who like cricket, and T be the set of people who like tennis.
Given: n(C∪T)=65, n(C)=40, n(C∩T)=10.
First, find how many like tennis (n(T)):
Using n(C∪T)=n(C)+n(T)−n(C∩T):
65=40+n(T)−10
65=30+n(T)
n(T)=65−30=35.
So, 35 people like tennis.
Next, find how many like tennis only and not cricket (n(T−C)):
Using n(T−C)=n(T)−n(C∩T):
n(T−C)=35−10=25.
So, 25 people like tennis only and not cricket.
Question 8: In a committee, 50 people speak French, 20 speak Spanish and 10 speak both Spanish and French. How many speak at least one of these two languages?
Answer-
Let F be the set of people who speak French, and S be the set of people who speak Spanish.
Given: n(F)=50, n(S)=20, n(F∩S)=10.
We need to find how many speak at least one language, which is n(F∪S).
Using n(F∪S)=n(F)+n(S)−n(F∩S):
n(F∪S)=50+20−10
n(F∪S)=70−10=60.
So, 60 people speak at least one of these two languages.
Miscellaneous Exercise on Chapter 1
Question 1: Decide, among the following sets, which sets are subsets of one and another:
A={x:x∈R and x satisfy x2−8x+12=0} B={2,4,6}
C={2,4,6,8,...} D={6}
Answer-
First, find the elements of A:
x2−8x+12=0
(x−2)(x−6)=0
x=2 or x=6.
So, A={2,6}.
Now compare the sets:
- A={2,6}. Every element of A is in B. So A⊂B.
- A={2,6}. Every element of A is in C. So A⊂C.
- B={2,4,6}. Every element of B is in C. So B⊂C.
- D={6}. Every element of D is in A. So D⊂A.
- D={6}. Every element of D is in B. So D⊂B.
- D={6}. Every element of D is in C. So D⊂C.
Summary of subset relationships: D⊂A⊂B⊂C. Also, D⊂B, D⊂C, A⊂C.
Question 2: 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) False.
Example: Let A={1} and B={{1},2}. Here 1∈A and A∈B. But 1∈/B.
(ii) False.
Example: Let A={1}, B={1,2}, and C={{1,2},3}. Here A⊂B and B∈C. But A={1} is not an element of C.
(iii) True.
Proof: Let x be any element of A (x∈A). Since A⊂B, it follows that x∈B. Since B⊂C, it follows that x∈C. Since any element x in A is also in C, we conclude that A⊂C.
(iv) False.
Example: Let A={1,2}, B={2,3}, C={1,2,4}. Here A⊂B (since 1∈/B) and B⊂C (since 3∈/C). However, A⊂C is false here (as well, 2∈C but 1∈/C in this specific example - let's adjust C).
Let's try again: A={1,2}, B={2,3}, C={1,2,3,4}. Here A⊂B and B⊂C (just kidding, B IS a subset of C here).
Let's try again: A={1,2}, B={2,3}, C={1,4}. Here A⊂B and B⊂C. Also, A⊂C. This example doesn't contradict.
Let A={1,2}, B={3,4}, C={1,2,5}. Here A⊂B and B⊂C. But A⊂C is true. So the original statement is False.
(v) False.
Example: Let A={1,2} and B={2,3}. Here 1∈A and A⊂B (since 1∈/B). However, 1∈/B.
(vi) True.
Proof: We are given A⊂B and x∈/B. We want to show x∈/A. Let's assume the opposite, that x∈A. Since A⊂B, if x∈A, then it must be that x∈B. But this contradicts the given information that x∈/B. Therefore, our assumption (x∈A) must be false. Hence, x∈/A. (This is proof by contradiction).
Question 3: Let A, B and C be the sets such that A∪B=A∪C and A∩B=A∩C. Show that B=C.
Answer-
Let x be an arbitrary element such that x∈B.
We need to show that x∈C.
Since x∈B, then x∈A∪B.
Since A∪B=A∪C, we have x∈A∪C.
This means x∈A or x∈C.
Case 1: If x∈C, we are done.
Case 2: If x∈A. Since we initially assumed x∈B, this means x∈A∩B.
We are given A∩B=A∩C. So, if x∈A∩B, then x∈A∩C.
If x∈A∩C, then x∈C.
In both cases, we find that if x∈B, then x∈C. This implies B⊆C.
Now, let y be an arbitrary element such that y∈C.
We need to show that y∈B.
Since y∈C, then y∈A∪C.
Since A∪C=A∪B, we have y∈A∪B.
This means y∈A or y∈B.
Case 1: If y∈B, we are done.
Case 2: If y∈A. Since we initially assumed y∈C, this means y∈A∩C.
We are given A∩C=A∩B. So, if y∈A∩C, then y∈A∩B.
If y∈A∩B, then y∈B.
In both cases, we find that if y∈C, then y∈B. This implies C⊆B.
Since B⊆C and C⊆B, we conclude that B=C.
Question 4: Show that the following four conditions are equivalent:
(i) A⊂B
(ii) A−B=∅
(iii) A∪B=B
(iv) A∩B=A
Answer-
We need to show (i) ⟹ (ii) ⟹ (iii) ⟹ (iv) ⟹ (i).
(i) ⟹ (ii): Assume A⊂B. This means every element of A is also in B.
A−B is the set of elements that are in A but not in B. Since every element of A is in B, there are no elements that are in A but not in B. Thus, A−B=∅.
(ii) ⟹ (iii): Assume A−B=∅. This means there are no elements in A that are not in B. In other words, every element of A must also be an element of B. So, A⊂B.
A∪B contains all elements from A and all elements from B. Since all elements of A are already in B, A∪B simply contains all the elements of B. Thus, A∪B=B.
(iii) ⟹ (iv): Assume A∪B=B. Let x∈A. Then x∈A∪B. Since A∪B=B, we have x∈B. This shows that every element of A is in B, so A⊂B.
A∩B contains elements common to both A and B. Since every element of A is also in B, the common elements are precisely all the elements of A. Thus, A∩B=A.
(iv) ⟹ (i): Assume A∩B=A. This means that all elements common to A and B are exactly the elements of A. This implies that every element of A must also be an element of B. Thus, A⊂B.
Since we have shown (i) ⟹ (ii) ⟹ (iii) ⟹ (iv) ⟹ (i), all four conditions are equivalent.
Question 5: Show that if A⊂B, then C−B⊂C−A.
Answer-
Let x be an arbitrary element such that x∈C−B.
By definition of set difference, this means x∈C and x∈/B.
We are given A⊂B. This means if an element is in A, it must also be in B.
Contrapositively, if an element is not in B (x∈/B), then it cannot be in A (x∈/A).
So, we have x∈C and x∈/A.
By the definition of set difference, x∈C−A.
Since any element x in C−B is also in C−A, we conclude that C−B⊂C−A.
Question 6: Assume that P(A)=P(B). Show that A=B.
Answer-
Given P(A)=P(B).
Since A is a subset of A, A∈P(A).
Because P(A)=P(B), we have A∈P(B).
By the definition of a power set, if a set belongs to the power set of B, it must be a subset of B.
Therefore, A⊆B.
Similarly, since B is a subset of B, B∈P(B).
Because P(B)=P(A), we have B∈P(A).
By the definition of a power set, if a set belongs to the power set of A, it must be a subset of A.
Therefore, B⊆A.
Since A⊆B and B⊆A, we conclude that A=B.
Question 7: Is it true that for any sets A and B, P(A)∪P(B)=P(A∪B)? Justify your answer.
Answer-
False.
Let A={1} and B={2}.
P(A)={∅,{1}}
P(B)={∅,{2}}
P(A)∪P(B)={∅,{1},{2}}
A∪B={1,2}
P(A∪B)={∅,{1},{2},{1,2}}
Since P(A)∪P(B)=P(A∪B) (because {1,2} is in P(A∪B) but not in P(A)∪P(B)), the statement is false.
Question 8: 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: x∈B. If x∈A and x∈B, then x∈(A∩B).
Case 2: x∈/B. If x∈A and x∈/B, then x∈(A−B).
In either case, if x∈A, then x∈(A∩B)∪(A−B). So A⊆(A∩B)∪(A−B).
Now let y∈(A∩B)∪(A−B).
This means y∈(A∩B) or y∈(A−B).
If y∈(A∩B), then y∈A and y∈B. So y∈A.
If y∈(A−B), then y∈A and y∈/B. So y∈A.
In either case, if y∈(A∩B)∪(A−B), then y∈A. So (A∩B)∪(A−B)⊆A.
Since the inclusion holds both ways, A=(A∩B)∪(A−B).
Part 2: A∪(B−A)=(A∪B)
Let x∈A∪(B−A).
This means x∈A or x∈(B−A).
If x∈A, then clearly x∈(A∪B).
If x∈(B−A), then x∈B and x∈/A. If x∈B, then x∈(A∪B).
In either case, if x∈A∪(B−A), then x∈(A∪B). So A∪(B−A)⊆(A∪B).
Now let y∈(A∪B).
This means y∈A or y∈B.
If y∈A, then clearly y∈A∪(B−A).
If y∈B. There are two sub-cases:
Case 2a: y∈A. Then y∈A∪(B−A).
Case 2b: y∈/A. If y∈B and y∈/A, then y∈(B−A). So y∈A∪(B−A).
In all cases, if y∈(A∪B), then y∈A∪(B−A). So (A∪B)⊆A∪(B−A).
Since the inclusion holds both ways, A∪(B−A)=(A∪B).
Question 9: Using properties of sets, show that:
(i) A∪(A∩B)=A
(ii) A∩(A∪B)=A
Answer-
(i) A∪(A∩B)
We know A∩B⊆A.
If X⊆Y, then X∪Y=Y.
Let X=A∩B and Y=A. Then X⊆Y.
Therefore, A∪(A∩B)=A. (Absorption Law)
(ii) A∩(A∪B)
We know A⊆A∪B.
If Y⊆X, then X∩Y=Y.
Let Y=A and X=A∪B. Then Y⊆X.
Therefore, A∩(A∪B)=A. (Absorption Law)
Question 10: Show that A∩B=A∩C need not imply B=C.
Answer-
Let A={1,2}, B={2,3}, C={2,4}.
A∩B={1,2}∩{2,3}={2}.
A∩C={1,2}∩{2,4}={2}.
Here, A∩B=A∩C={2}.
However, B={2,3} and C={2,4} are not equal.
Thus, A∩B=A∩C need not imply B=C.
Question 11: 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-
Given A∪X=B∪X.
Using the hint, A=A∩(A∪X).
Since A∪X=B∪X, we can substitute:
A=A∩(B∪X)
Using the Distributive Law (P∩(Q∪R)=(P∩Q)∪(P∩R)):
A=(A∩B)∪(A∩X)
We are given A∩X=∅.
So, A=(A∩B)∪∅ A=A∩B (Since Y∪∅=Y)
This implies A⊆B. (Equation 1)
Similarly, using the hint B=B∩(B∪X).
Since B∪X=A∪X, we substitute:
B=B∩(A∪X)
Using the Distributive Law:
B=(B∩A)∪(B∩X)
We are given B∩X=∅.
So, B=(B∩A)∪∅ B=B∩A (or A∩B)
This implies B⊆A. (Equation 2)
From Equation 1 (A⊆B) and Equation 2 (B⊆A), we conclude that A=B.
Question 12: Find sets A, B and C such that A∩B,B∩C and A∩C are non-empty sets and A∩B∩C=∅.
Answer-
Let A={1,2}, B={2,3}, C={1,3}.
A∩B={2} (Non-empty)
B∩C={3} (Non-empty)
A∩C={1} (Non-empty)
A∩B∩C=(A∩B)∩C={2}∩{1,3}=∅.
These sets satisfy the conditions.
Question 13: In a survey of 600 students in a school, 150 students were found to be taking tea and 225 taking coffee, 100 were taking both tea and coffee. Find how many students were taking neither tea nor coffee.
Answer-
Let T be the set of students taking tea, and C be the set of students taking coffee.
Total students n(U)=600.
n(T)=150
n(C)=225
n(T∩C)=100
Number of students taking at least one drink (n(T∪C)):
n(T∪C)=n(T)+n(C)−n(T∩C)
n(T∪C)=150+225−100
n(T∪C)=375−100=275.
Number of students taking neither tea nor coffee is the complement of those taking at least one:
n(Neither Tea nor Coffee)=n(U)−n(T∪C)
=600−275=325.
So, 325 students were taking neither tea nor coffee.
Question 14: In a group of students, 100 students know Hindi, 50 know English and 25 know both. Each of the students knows either Hindi or English. How many students are there in the group?
Answer-
Let H be the set of students who know Hindi, and E be the set of students who know English.
n(H)=100
n(E)=50
n(H∩E)=25
Since each student knows at least one language, the total number of students in the group is n(H∪E).
n(H∪E)=n(H)+n(E)−n(H∩E)
n(H∪E)=100+50−25
n(H∪E)=150−25=125.
There are 125 students in the group.
Question 15: In a survey of 60 people, it was found that 25 people read newspaper H, 26 read newspaper T, 26 read newspaper I, 9 read both H and I, 11 read both H and T, 8 read both T and I, 3 read all three newspapers. Find:
(i) the number of people who read at least one of the newspapers.
(ii) the number of people who read exactly one newspaper.
Answer-
Let H, T, I be the sets of people who read newspapers H, T, and I respectively.
n(U)=60
n(H)=25
n(T)=26
n(I)=26
n(H∩I)=9
n(H∩T)=11
n(T∩I)=8
n(H∩T∩I)=3
(i) Number of people who read at least one newspaper = n(H∪T∪I).
n(H∪T∪I)=n(H)+n(T)+n(I)−n(H∩T)−n(H∩I)−n(T∩I)+n(H∩T∩I)
n(H∪T∪I)=25+26+26−11−9−8+3
n(H∪T∪I)=77−28+3
n(H∪T∪I)=49+3=52.
(ii) Number of people who read exactly one newspaper.
n(H only)=n(H)−n(H∩T)−n(H∩I)+n(H∩T∩I) (Using Venn Diagram logic is easier)
Or, n(H only)=n(H)−n(H∩T only)−n(H∩I only)−n(H∩T∩I)
n(H∩T only)=n(H∩T)−n(H∩T∩I)=11−3=8
n(H∩I only)=n(H∩I)−n(H∩T∩I)=9−3=6
n(T∩I only)=n(T∩I)−n(H∩T∩I)=8−3=5
n(H only)=n(H)−(8+6+3)=25−17=8
n(T only)=n(T)−(8+5+3)=26−16=10
n(I only)=n(I)−(6+5+3)=26−14=12
Number reading exactly one newspaper = n(H only)+n(T only)+n(I only)
=8+10+12=30.
Question 16: In a survey it was found that 21 people liked product A, 26 liked product B and 29 liked product C. If 14 people liked products A and B, 12 people liked products C and A, 14 people liked products B and C and 8 liked all the three products. Find how many liked product C only.
Answer-
Let A, B, C be the sets of people who liked products A, B, and C respectively.
n(A)=21
n(B)=26
n(C)=29
n(A∩B)=14
n(C∩A)=12
n(B∩C)=14
n(A∩B∩C)=8
We need to find n(C only).
Using the formula derived from Venn diagrams:
n(C only)=n(C)−n(A∩C only)−n(B∩C only)−n(A∩B∩C)
First find the 'only intersection' parts:
n(A∩C only)=n(A∩C)−n(A∩B∩C)=12−8=4
n(B∩C only)=n(B∩C)−n(A∩B∩C)=14−8=6
Now calculate n(C only):
n(C only)=n(C)−n(A∩C only)−n(B∩C only)−n(A∩B∩C)
n(C only)=29−4−6−8
n(C only)=29−18=11.
So, 11 people liked product C only.
Important Keywords from the Chapter
- Set: A well-defined collection of distinct objects.
- Element/Member: An object belonging to a set.
- Roster Form: Representing a set by listing its elements.
- Set-builder Form: Representing a set by stating a common property of its elements.
- Empty Set (∅): A set with no elements.
- Finite Set: A set with a countable number of elements.
- Infinite Set: A set with an uncountable number of elements.
- Equal Sets: Sets having exactly the same elements.
- Subset (⊆): A set where all its elements are contained within another set.
- Proper Subset (⊂): A subset that is not equal to the original set.
- Power Set (P(A)): The set of all subsets of a given set A.
- Universal Set (U): The set containing all elements under consideration.
- Venn Diagram: A diagram representing sets using circles and rectangles.
- Union (A∪B): Set of elements in A or B or both.
- Intersection (A∩B): Set of elements common to both A and B.
- Disjoint Sets: Sets with no common elements (A∩B=∅).
- Difference (A−B): Set of elements in A but not in B.
- Complement (A′): Set of elements in U but not in A.
- Cardinality (n(A)): The number of elements in a set A.
- De Morgan's Laws: Laws relating complements with union and intersection.