This MCQ module is based on: Exercises and Summary – Sets
Exercises and Summary – Sets
This mathematics assessment will be based on: Exercises and Summary – Sets
Targeting Class 11 level in Sets, with Advanced difficulty.
Upload images, PDFs, or Word documents to include their content in assessment generation.
Miscellaneous Examples
Example 23
Show that the set of letters needed to spell "CATARACT" and the set of letters needed to spell "TRACT" are equal.
\(X = \{C, A, T, R\}\)
Let Y be the set of letters in "TRACT". Then
\(Y = \{T, R, A, C\} = \{C, A, T, R\}\)
Since every element in X is in Y and every element in Y is in X, it follows that \(X = Y\).
Example 24
List all the subsets of the set \(\{-1, 0, 1\}\).
The subsets of A having one element are: \(\{-1\}\), \(\{0\}\), \(\{1\}\).
The subsets of A having two elements are: \(\{-1, 0\}\), \(\{-1, 1\}\), \(\{0, 1\}\).
The subset of A having three elements is A itself: \(\{-1, 0, 1\}\).
So, all the subsets of A are: \(\emptyset, \{-1\}, \{0\}, \{1\}, \{-1, 0\}, \{-1, 1\}, \{0, 1\}, \{-1, 0, 1\}\).
Total = \(2^3 = 8\) subsets.
Example 25
Show that \(A \cup B = A \cap B\) implies \(A = B\).
Similarly, if \(b \in B\), then \(b \in A \cup B = A \cap B\). So \(b \in A\). Therefore, \(B \subset A\).
Since \(A \subset B\) and \(B \subset A\), we have \(A = B\).
Miscellaneous Exercise on Chapter 1
\(A = \{x : x \in \mathbb{R} \text{ and } x \text{ satisfy } x^2 - 8x + 12 = 0\}\)
\(B = \{2, 4, 6\}\), \(C = \{2, 4, 6, 8, \ldots\}\), \(D = \{6\}\)
\(D = \{6\} \subset A = \{2, 6\} \subset B = \{2, 4, 6\} \subset C = \{2, 4, 6, 8, \ldots\}\).
So: \(D \subset A \subset B \subset C\).
(i) If \(x \in A\) and \(A \in B\), then \(x \in B\).
(ii) If \(A \subset B\) and \(B \in C\), then \(A \in C\).
(iii) If \(A \subset B\) and \(B \subset C\), then \(A \subset C\).
(iv) If \(A \not\subset B\) and \(B \not\subset C\), then \(A \not\subset C\).
(v) If \(x \in A\) and \(A \not\subset B\), then \(x \in B\).
(vi) If \(A \subset B\) and \(x \notin B\), then \(x \notin A\).
(ii) False. Let \(A = \{1\}\), \(B = \{1, 2\}\), \(C = \{\{1, 2\}, 3\}\). Then \(A \subset B\) and \(B \in C\), but \(A \notin C\).
(iii) True. Let \(x \in A\). Since \(A \subset B\), \(x \in B\). Since \(B \subset C\), \(x \in C\). Hence \(A \subset C\). (Transitivity of subsets.)
(iv) False. Let \(A = \{1, 2\}\), \(B = \{2, 3\}\), \(C = \{1, 2, 3\}\). Then \(A \not\subset B\) (since \(1 \notin B\)) and \(B \not\subset C\) is actually false here; let us try \(C = \{1, 3\}\). Then \(B = \{2,3\} \not\subset C = \{1,3\}\) (since \(2 \notin C\)). But \(A = \{1,2\} \not\subset C = \{1,3\}\) (since \(2 \notin C\)). This gives \(A \not\subset C\). Try: \(A = \{1\}\), \(B = \{2\}\), \(C = \{1, 3\}\). \(A \not\subset B\), \(B \not\subset C\), but \(A \subset C\). So the statement is false.
(v) False. Let \(A = \{1, 2\}\), \(B = \{2, 3\}\). Then \(1 \in A\) and \(A \not\subset B\), but \(1 \notin B\).
(vi) True. By contrapositive: if \(x \in A\), then since \(A \subset B\), \(x \in B\). Equivalently, \(x \notin B \Rightarrow x \notin A\).
Case 1: If \(b \in A\), then \(b \in A \cap B = A \cap C\), so \(b \in C\).
Case 2: If \(b \notin A\), then since \(b \in B\), we have \(b \in A \cup B = A \cup C\). Since \(b \notin A\), we must have \(b \in C\).
In both cases, \(b \in C\). So \(B \subset C\).
By a symmetric argument (swapping B and C), \(C \subset B\).
Therefore, \(B = C\).
(i) \(A \subset B\) (ii) \(A - B = \emptyset\) (iii) \(A \cup B = B\) (iv) \(A \cap B = A\)
(ii) \(\Rightarrow\) (iii): If \(A - B = \emptyset\), every element of A is in B. So \(A \cup B = B\) (adding A contributes nothing new).
(iii) \(\Rightarrow\) (iv): If \(A \cup B = B\), then every element of A is in B (otherwise \(A \cup B\) would have elements not in B). So \(A \cap B = A\).
(iv) \(\Rightarrow\) (i): If \(A \cap B = A\), then every element of A is in both A and B, meaning every element of A is in B. So \(A \subset B\).
Since \(A \subset B\), if \(x\) were in A, then \(x\) would be in B (contradiction). So \(x \notin A\).
Therefore \(x \in C\) and \(x \notin A\), which means \(x \in C - A\).
Hence \(C - B \subset C - A\).
\(A = (A \cap B) \cup (A - B)\) and \(A \cup (B - A) = A \cup B\).
Part 2: \(A \cup (B - A)\). \(B - A\) is the set of elements in B but not in A. So \(A \cup (B - A) = A \cup \{x \in B : x \notin A\}\). This gives all elements of A plus all elements of B that are not already in A, which is exactly \(A \cup B\).
(i) \(A \cup (A \cap B) = A\) (ii) \(A \cap (A \cup B) = A\)
Alternatively: \(A \cup (A \cap B) = (A \cup A) \cap (A \cup B) = A \cap (A \cup B) = A\) (since \(A \subset A \cup B\)).
(ii) Since \(A \subset A \cup B\), \(A \cap (A \cup B) = A\).
Alternatively: \(A \cap (A \cup B) = (A \cap A) \cup (A \cap B) = A \cup (A \cap B) = A\).
Then \(A \cap B = \{1\}\) and \(A \cap C = \{1\}\). So \(A \cap B = A \cap C\), but \(B = \{1, 3\} \neq \{1, 4\} = C\).
\(A = A \cap (A \cup X) = A \cap (B \cup X)\) (since \(A \cup X = B \cup X\)).
\(= (A \cap B) \cup (A \cap X) = (A \cap B) \cup \emptyset = A \cap B\).
Similarly, \(B = B \cap (B \cup X) = B \cap (A \cup X) = (B \cap A) \cup (B \cap X) = (B \cap A) \cup \emptyset = A \cap B\).
Therefore \(A = A \cap B = B\), so \(A = B\).
\(A \cap B = \{2\} \neq \emptyset\),
\(B \cap C = \{3\} \neq \emptyset\),
\(A \cap C = \{1\} \neq \emptyset\),
\(A \cap B \cap C = \emptyset\) (no element is common to all three).
(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.
(ii) False. 'a' is common to both sets.
(iii) True. No element is common (even vs odd numbers with different offsets).
(iv) True. No element is common (all elements differ).
Summary
- A set is a well-defined collection of objects.
- A set which does not contain any element is called empty set.
- A set which consists of a definite number of elements is called finite set, otherwise it is called infinite set.
- Two sets A and B are said to be equal if they have exactly the same elements.
- A set A is said to be subset of a set B if every element of A is also an element of B. Intervals are subsets of \(\mathbb{R}\).
- The union of two sets A and B is the set of all those elements which are either in A or in B.
- The intersection of two sets A and B is the set of all elements which are common. The difference of two sets A and B in this order is the set of elements which belong to A but not to B.
- The complement of a subset A of universal set U is the set of all elements of U which are not the elements of A.
- For any two sets A and B, \((A \cup B)' = A' \cap B'\) and \((A \cap B)' = A' \cup B'\) — these are De Morgan's laws.
Key Formulae at a Glance
Commutative, Associative
Commutative, Associative
\((A')' = A\), \(A \cup A' = U\)
\((A \cap B)' = A' \cup B'\)
\(A \cup (B \cap C) = (A \cup B) \cap (A \cup C)\)
Gottlob Frege presented set theory as part of the principles of logic. However, Bertrand Russell (1872–1970) showed in 1902 that the assumption of the existence of a "set of all sets" leads to a paradox (Russell's Paradox). The first axiomatisation of set theory was published by Ernst Zermelo in 1908, followed by Abraham Fraenkel in 1922. John Von Neumann contributed the axiom of regularity in 1925, and later Paul Bernays gave a more satisfactory axiomatisation. This was known as Von Neumann–Bernays (VNB) or Gödel–Bernays (GB) set theory. Despite all these challenges, Cantor's set theory remains foundational to present-day mathematics.
- Type 1 — Representation: Write \(\{x : x \text{ is a prime less than 20}\}\) in roster form.
- Type 2 — Empty set: Is \(\{x : x^2 = -1, x \in \mathbb{R}\}\) empty?
- Type 3 — Subsets: List all subsets of \(\{p, q\}\).
- Type 4 — Power set: How many elements in \(P(\{1,2,3,4\})\)?
- Type 5 — Union: Find \(\{1,2,3\} \cup \{3,4,5\}\).
- Type 6 — Intersection: Find \(\{1,2,3\} \cap \{3,4,5\}\).
- Type 7 — Difference: Find \(\{1,2,3,4\} - \{2,4,6\}\).
- Type 8 — Complement: If \(U = \{1,...,10\}\) and \(A = \{2,4,6,8\}\), find \(A'\).
1. \(\{2, 3, 5, 7, 11, 13, 17, 19\}\) 2. Yes, empty (no real number squares to −1) 3. \(\emptyset, \{p\}, \{q\}, \{p,q\}\) 4. \(2^4 = 16\) 5. \(\{1,2,3,4,5\}\) 6. \(\{3\}\) 7. \(\{1,3\}\) 8. \(\{1,3,5,7,9,10\}\)
4,500 emails need to be sent.
Jan only: \(n(P - Q) = n(P) - n(P \cap Q) = 3200 - 1500 = 1700\) users.
\(P - Q\) and \(Q - P\) cannot overlap. If \(x \in P - Q\), then \(x \in P\) and \(x \notin Q\). If \(x \in Q - P\), then \(x \in Q\) and \(x \notin P\). These are contradictory, so \((P - Q) \cap (Q - P) = \emptyset\). This follows from the property that \(A - B\), \(A \cap B\), and \(B - A\) are always mutually disjoint.
S1 = \(P - Q\) (Jan only): 1,700 users. Action: Send Feb product recommendations.
S2 = \(P \cap Q\) (Both months): 1,500 users. Action: Offer loyalty rewards / VIP discount.
S3 = \(Q - P\) (Feb only): 1,300 users. Action: Recommend Jan best-sellers they missed.
S4 = \((P \cup Q)'\) (Neither): 5,500 users. Action: Re-engagement campaign with special first-purchase offer.
Verification: \(1700 + 1500 + 1300 + 5500 = 10000 = n(U)\). The four sets are mutually disjoint and their union is U, forming a partition of the universal set.
Assertion–Reason Questions
Reason (R): Two sets are equal if and only if each is a subset of the other.
Reason (R): The set difference \(A - B\) contains those elements that are in A but not in B.
Reason (R): \(P(A)\) always contains \(\emptyset\) and A itself as elements.
Frequently Asked Questions
How to solve NCERT Sets exercises for Class 11?
Identify the type of problem: representation, subset identification, set operations, or Venn diagram questions. Apply the relevant definitions and formulas. Practice each section systematically before miscellaneous exercises.
What are the important formulas for Sets in Class 11?
Key formulas include: n(A union B) = n(A) + n(B) - n(A intersection B), number of subsets = 2^n, De Morgan Laws, and the three-set union formula.
What topics are covered in NCERT Sets exercises?
NCERT Sets exercises cover set representations, types of sets, subsets and power sets, Venn diagrams, union and intersection operations, complement and difference of sets, and application problems.
How many exercises are in NCERT Class 11 Sets chapter?
NCERT Class 11 Sets chapter contains Exercise 1.1 through Exercise 1.6, plus a Miscellaneous Exercise. Each focuses on specific concepts building from basic to complex.
What are common mistakes in Sets problems?
Common mistakes include confusing subset with element-of notation, forgetting the empty set when listing subsets, errors in De Morgan Laws, and not accounting for intersection when computing union.
Frequently Asked Questions — Sets
What is Exercises and Summary - Sets in NCERT Class 11 Mathematics?
Exercises and Summary - Sets is a key concept covered in NCERT Class 11 Mathematics, Chapter 1: Sets. This lesson builds the student's foundation in the chapter by explaining the core ideas with worked examples, definitions, and step-by-step methods aligned to the CBSE curriculum.
How do I solve problems on Exercises and Summary - Sets step by step?
To solve problems on Exercises and Summary - Sets, follow the NCERT method: identify the given quantities, choose the relevant formula or theorem, substitute values carefully, and simplify. Class 11 exercises gradually increase in difficulty — start with solved NCERT examples before attempting exercise questions, and always verify your answer by substitution or diagram.
What are the most important formulas for Chapter 1: Sets?
The essential formulas of Chapter 1 (Sets) are listed in the chapter summary and highlighted throughout the lesson in formula boxes. Memorise them and practise at least 2–3 problems per formula. CBSE board exams frequently test direct application as well as combined use of multiple formulas from this chapter.
Is Exercises and Summary - Sets important for the Class 11 board exam?
Exercises and Summary - Sets is part of the NCERT Class 11 Mathematics syllabus and appears in CBSE board exams. Questions typically include short-answer, long-answer, and competency-based items. Review the NCERT examples, exercise questions, and previous-year board problems on this topic to prepare confidently.
What mistakes should students avoid in Exercises and Summary - Sets?
Common mistakes in Exercises and Summary - Sets include skipping steps, misapplying formulas, sign errors, and losing track of units. Write each step clearly, double-check algebraic manipulations, and re-read the question after solving to verify that your answer matches what was asked.
Where can I find more NCERT practice questions on Exercises and Summary - Sets?
End-of-chapter NCERT exercises for Exercises and Summary - Sets cover all difficulty levels tested in CBSE exams. After completing them, try the examples again without looking at the solutions, attempt the NCERT Exemplar questions for Chapter 1, and solve at least one previous-year board paper to consolidate your understanding.