Join WhatsApp Icon JEE WhatsApp Group
NCERT Solutions for Class 11 Maths

Chapter 1: Sets

Download Solutions PDF
Daily JEE Updates, Tips & Important Alerts
Join 30,000+ students and stay updated with JEE notifications and preparation insights.
Join Now!
Free PDF
Complete NCERT Solution PDF for Chapter 1: Sets

NCERT Solutions For Class 11 Maths Chapter 1 Sets helps students understand the basic concepts of collections, grouping, and representation of mathematical objects. The page provides detailed NCERT Solutions that explain important topics such as types of sets, subsets, universal sets, Venn diagrams, and operations on sets. NCERT Solutions For Class 11 Maths make it easier for students to learn concepts like union, intersection, difference, and complement of sets through clear explanations. The chapter builds the foundation required for understanding relations, functions, and advanced mathematical concepts. These solutions help students solve textbook exercises, revise concepts, and improve problem-solving skills. Students can access the chapter PDF for quick revision and regular practice. The structured explanations make learning set theory simple and effective.

Download Solutions PDF

Examples 1-5

Example 1 Write the solution set of the equation $$x^2 + x - 2 = 0$$ in roster form.

Solution

We need to find all real numbers $$x$$ that satisfy the equation $$x^2 + x - 2 = 0$$.

Factorise the quadratic by splitting the middle term:

$$x^2 + x - 2 = x^2 + 2x - x - 2 = x(x + 2) - 1(x + 2) = (x - 1)(x + 2).$$

So $$(x - 1)(x + 2) = 0$$, which gives $$x = 1$$ or $$x = -2$$.

Hence the solution set, written in roster form, is $$\{1, -2\}$$.

Answer

$$\{1, -2\}$$

Example 2 Write the set $$\{x : x \text{ is a positive integer and } x^2 < 40\}$$ in the roster form.

Solution

We need to list all positive integers $$x$$ such that $$x^2 < 40$$.

Check positive integers one by one:

$$1^2 = 1 < 40$$ ✓, $$2^2 = 4 < 40$$ ✓, $$3^2 = 9 < 40$$ ✓, $$4^2 = 16 < 40$$ ✓, $$5^2 = 25 < 40$$ ✓, $$6^2 = 36 < 40$$ ✓, $$7^2 = 49 \not< 40$$ ✗.

Since $$x^2$$ grows as $$x$$ grows, no positive integer $$\geq 7$$ satisfies the condition.

Therefore, in roster form the required set is $$\{1, 2, 3, 4, 5, 6\}$$.

Answer

$$\{1, 2, 3, 4, 5, 6\}$$

Example 3 Write the set $$A = \{1, 4, 9, 16, 25, \ldots\}$$ in set-builder form.

Solution

Look for the pattern in the elements:

$$1 = 1^2,\ \ 4 = 2^2,\ \ 9 = 3^2,\ \ 16 = 4^2,\ \ 25 = 5^2, \ldots$$

So each element is the square of a natural number, and every such square appears. Therefore

$$A = \{x : x = n^2,\ n \in \mathbf{N}\}.$$

Answer

$$A = \{x : x = n^2,\ n \in \mathbf{N}\}$$

Example 4 Write the set $$\left\{\dfrac{1}{2}, \dfrac{2}{3}, \dfrac{3}{4}, \dfrac{4}{5}, \dfrac{5}{6}, \dfrac{6}{7}\right\}$$ in the set-builder form.

Solution

Each term has the form $$\dfrac{n}{n+1}$$:

$$\dfrac{1}{2} = \dfrac{1}{1+1},\ \ \dfrac{2}{3} = \dfrac{2}{2+1},\ \ \dfrac{3}{4} = \dfrac{3}{3+1},\ \ \dfrac{4}{5} = \dfrac{4}{4+1},\ \ \dfrac{5}{6} = \dfrac{5}{5+1},\ \ \dfrac{6}{7} = \dfrac{6}{6+1}.$$

So $$n$$ ranges over the natural numbers from $$1$$ to $$6$$. Hence the set in set-builder form is

$$\left\{x : x = \dfrac{n}{n+1},\ \text{where } n \in \mathbf{N},\ 1 \leq n \leq 6\right\}.$$

Answer

$$\left\{x : x = \dfrac{n}{n+1},\ n \in \mathbf{N},\ 1 \leq n \leq 6\right\}$$

Example 5 Match each of the set on the left described in the roster form with the same set on the right described in the set-builder form:
(a) $$\{x : x \text{ is a positive integer and is a divisor of } 18\}$$
(b) $$\{x : x \text{ is an integer and } x^2 - 9 = 0\}$$
(c) $$\{x : x \text{ is an integer and } x + 1 = 1\}$$
(d) $$\{x : x \text{ is a letter of the word PRINCIPAL}\}$$

(i) $$\{P, R, I, N, C, A, L\}$$

Solution

The set on the right is $$\{P, R, I, N, C, A, L\}$$, a collection of letters.

Among the four set-builder descriptions on the left, the only one that describes a set of letters is (d) $$\{x : x \text{ is a letter of the word PRINCIPAL}\}$$.

The word PRINCIPAL is made up of the letters P, R, I, N, C, I, P, A, L; removing the repeated letters gives the distinct letters $$\{P, R, I, N, C, A, L\}$$, which is exactly this set.

Hence this set matches with (d).

Answer

(d)

(ii) $$\{0\}$$

Solution

The set on the right is $$\{0\}$$, whose only element is the integer $$0$$.

Test the set-builder description (c) $$\{x : x \text{ is an integer and } x + 1 = 1\}$$: solving $$x + 1 = 1$$ gives $$x = 0$$, which is an integer, so (c) describes exactly the set $$\{0\}$$.

The remaining descriptions give $$\{1, 2, 3, 6, 9, 18\}$$ for (a), $$\{3, -3\}$$ for (b) and a set of letters for (d) — none of which equals $$\{0\}$$.

Hence this set matches with (c).

Answer

(c)

(iii) $$\{1, 2, 3, 6, 9, 18\}$$

Solution

The set on the right is $$\{1, 2, 3, 6, 9, 18\}$$.

These are precisely the positive integers that divide $$18$$: since $$18 = 1 \times 18 = 2 \times 9 = 3 \times 6$$, its divisors are $$1, 2, 3, 6, 9, 18$$.

This matches description (a) $$\{x : x \text{ is a positive integer and is a divisor of } 18\}$$.

Hence this set matches with (a).

Answer

(a)

(iv) $$\{3, -3\}$$

Solution

The set on the right is $$\{3, -3\}$$.

Consider description (b) $$\{x : x \text{ is an integer and } x^2 - 9 = 0\}$$. Solving $$x^2 - 9 = 0$$ gives $$x^2 = 9$$, so $$x = 3$$ or $$x = -3$$; both are integers, giving the set $$\{3, -3\}$$.

Hence this set matches with (b).

Answer

(b)

Exercise 1.1

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.

Solution

The months beginning with the letter J are well-defined: January, June and July. Membership can be decided without ambiguity for every month.

Hence the collection is a set.

Answer

Set: $$\{\text{January, June, July}\}$$.

(ii) The collection of ten most talented writers of India.

Solution

``Most talented'' is a subjective criterion — different people will pick different writers. Therefore the collection is not well-defined.

Hence it is not a set.

Answer

Not a set.

(iii) A team of eleven best-cricket batsmen of the world.

Solution

``Best cricket batsmen'' is subjective; different people would name different players. So the collection is not well-defined.

Hence it is not a set.

Answer

Not a set.

(iv) The collection of all boys in your class.

Solution

Whether or not a given person is a boy in the class is a definite, well-defined property.

Hence the collection is a set.

Answer

Set.

(v) The collection of all natural numbers less than 100.

Solution

For any given natural number we can clearly decide whether it is less than $$100$$ or not. The criterion is well-defined.

Hence it is a set, namely $$\{1, 2, 3, \ldots, 99\}$$.

Answer

Set: $$\{1, 2, 3, \ldots, 99\}$$.

(vi) A collection of novels written by the writer Munshi Prem Chand.

Solution

It can be unambiguously decided whether a particular novel was written by Munshi Prem Chand. The criterion is well-defined.

Hence the collection is a set.

Answer

Set.

(vii) The collection of all even integers.

Solution

For any integer we can unambiguously decide whether it is even (divisible by $$2$$) or not. The criterion is well-defined.

Hence the collection is a set, $$\{\ldots, -4, -2, 0, 2, 4, \ldots\}$$.

Answer

Set.

(viii) The collection of questions in this Chapter.

Solution

Each question printed in the chapter can be identified unambiguously. The criterion is well-defined.

Hence the collection is a set.

Answer

Set.

(ix) A collection of most dangerous animals of the world.

Solution

``Most dangerous'' is subjective; different people will disagree on which animals belong. So the collection is not well-defined.

Hence it is not a set.

Answer

Not a set.

2 Let $$A = \{1, 2, 3, 4, 5, 6\}$$. Insert the appropriate symbol $$\in$$ or $$\notin$$ in the blank spaces:

(i) $$5 \, \ldots \, A$$

Solution

$$A = \{1, 2, 3, 4, 5, 6\}$$ and $$5$$ is listed in $$A$$, so $$5$$ belongs to $$A$$.

Hence $$5 \in A$$.

Answer

$$5 \in A$$

(ii) $$8 \, \ldots \, A$$

Solution

$$8$$ is not listed among the elements $$1, 2, 3, 4, 5, 6$$ of $$A$$, so $$8$$ does not belong to $$A$$.

Hence $$8 \notin A$$.

Answer

$$8 \notin A$$

(iii) $$0 \, \ldots \, A$$

Solution

$$0$$ is not in the list $$\{1, 2, 3, 4, 5, 6\}$$, so $$0$$ does not belong to $$A$$.

Hence $$0 \notin A$$.

Answer

$$0 \notin A$$

(iv) $$4 \, \ldots \, A$$

Solution

$$4$$ is listed in $$A = \{1, 2, 3, 4, 5, 6\}$$, so $$4$$ belongs to $$A$$.

Hence $$4 \in A$$.

Answer

$$4 \in A$$

(v) $$2 \, \ldots \, A$$

Solution

$$2$$ is listed in $$A = \{1, 2, 3, 4, 5, 6\}$$, so $$2$$ belongs to $$A$$.

Hence $$2 \in A$$.

Answer

$$2 \in A$$

(vi) $$10 \, \ldots \, A$$

Solution

$$10$$ is not in the list $$\{1, 2, 3, 4, 5, 6\}$$, so $$10$$ does not belong to $$A$$.

Hence $$10 \notin A$$.

Answer

$$10 \notin A$$

3 Write the following sets in roster form:

(i) $$A = \{x : x \text{ is an integer and } -3 < x < 7\}$$

Solution

We list all integers strictly greater than $$-3$$ and strictly less than $$7$$:

$$-2, -1, 0, 1, 2, 3, 4, 5, 6.$$

Hence in roster form,

$$A = \{-2, -1, 0, 1, 2, 3, 4, 5, 6\}.$$

Answer

$$A = \{-2, -1, 0, 1, 2, 3, 4, 5, 6\}$$

(ii) $$B = \{x : x \text{ is a natural number less than } 6\}$$

Solution

Natural numbers strictly less than $$6$$ are $$1, 2, 3, 4, 5$$.

Hence in roster form, $$B = \{1, 2, 3, 4, 5\}$$.

Answer

$$B = \{1, 2, 3, 4, 5\}$$

(iii) $$C = \{x : x \text{ is a two-digit natural number such that the sum of its digits is } 8\}$$

Solution

A two-digit number has the form $$\overline{ab}$$ with $$a \in \{1, 2, \ldots, 9\}$$ and $$b \in \{0, 1, \ldots, 9\}$$. We need $$a + b = 8$$.

Possible $$(a, b)$$ pairs: $$(1, 7), (2, 6), (3, 5), (4, 4), (5, 3), (6, 2), (7, 1), (8, 0)$$.

The corresponding numbers are $$17, 26, 35, 44, 53, 62, 71, 80$$.

Hence $$C = \{17, 26, 35, 44, 53, 62, 71, 80\}$$.

Answer

$$C = \{17, 26, 35, 44, 53, 62, 71, 80\}$$

(iv) $$D = \{x : x \text{ is a prime number which is divisor of } 60\}$$

Solution

Factorise: $$60 = 2^2 \times 3 \times 5$$.

The prime divisors of $$60$$ are $$2, 3, 5$$.

Hence $$D = \{2, 3, 5\}$$.

Answer

$$D = \{2, 3, 5\}$$

(v) $$E = $$ The set of all letters in the word TRIGONOMETRY

Solution

The letters of ``TRIGONOMETRY'' are T, R, I, G, O, N, O, M, E, T, R, Y. Remove repeated letters: T, R, I, G, O, N, M, E, Y.

Hence $$E = \{T, R, I, G, O, N, M, E, Y\}$$.

Answer

$$E = \{T, R, I, G, O, N, M, E, Y\}$$

(vi) $$F = $$ The set of all letters in the word BETTER

Solution

The letters of ``BETTER'' are B, E, T, T, E, R. Remove repetitions: B, E, T, R.

Hence $$F = \{B, E, T, R\}$$.

Answer

$$F = \{B, E, T, R\}$$

4 Write the following sets in the set-builder form:

(i) $$\{3, 6, 9, 12\}$$

Solution

The elements $$3, 6, 9, 12$$ are multiples of $$3$$, specifically $$3 \cdot 1, 3 \cdot 2, 3 \cdot 3, 3 \cdot 4$$.

Hence in set-builder form, $$\{3, 6, 9, 12\} = \{x : x = 3n,\ n \in \mathbf{N},\ 1 \leq n \leq 4\}$$.

Answer

$$\{x : x = 3n,\ n \in \mathbf{N},\ 1 \leq n \leq 4\}$$

(ii) $$\{2, 4, 8, 16, 32\}$$

Solution

The elements are powers of $$2$$: $$2 = 2^1,\ 4 = 2^2,\ 8 = 2^3,\ 16 = 2^4,\ 32 = 2^5$$.

Hence in set-builder form, $$\{2, 4, 8, 16, 32\} = \{x : x = 2^n,\ n \in \mathbf{N},\ 1 \leq n \leq 5\}$$.

Answer

$$\{x : x = 2^n,\ n \in \mathbf{N},\ 1 \leq n \leq 5\}$$

(iii) $$\{5, 25, 125, 625\}$$

Solution

The elements are powers of $$5$$: $$5 = 5^1,\ 25 = 5^2,\ 125 = 5^3,\ 625 = 5^4$$.

Hence in set-builder form, $$\{5, 25, 125, 625\} = \{x : x = 5^n,\ n \in \mathbf{N},\ 1 \leq n \leq 4\}$$.

Answer

$$\{x : x = 5^n,\ n \in \mathbf{N},\ 1 \leq n \leq 4\}$$

(iv) $$\{2, 4, 6, \ldots\}$$

Solution

The elements are all positive even integers, i.e. multiples of $$2$$ starting from $$2$$.

Hence in set-builder form, $$\{2, 4, 6, \ldots\} = \{x : x \text{ is an even natural number}\}$$, or equivalently $$\{x : x = 2n,\ n \in \mathbf{N}\}$$.

Answer

$$\{x : x \text{ is an even natural number}\}$$

(v) $$\{1, 4, 9, \ldots, 100\}$$

Solution

The elements are perfect squares: $$1 = 1^2,\ 4 = 2^2,\ 9 = 3^2, \ldots, 100 = 10^2$$.

Hence in set-builder form, $$\{1, 4, 9, \ldots, 100\} = \{x : x = n^2,\ n \in \mathbf{N},\ 1 \leq n \leq 10\}$$.

Answer

$$\{x : x = n^2,\ n \in \mathbf{N},\ 1 \leq n \leq 10\}$$

5 List all the elements of the following sets:

(i) $$A = \{x : x \text{ is an odd natural number}\}$$

Solution

Odd natural numbers are $$1, 3, 5, 7, \ldots$$

Hence $$A = \{1, 3, 5, 7, 9, \ldots\}$$.

Answer

$$A = \{1, 3, 5, 7, 9, \ldots\}$$

(ii) $$B = \left\{x : x \text{ is an integer},\ -\dfrac{1}{2} < x < \dfrac{9}{2}\right\}$$

Solution

We need integers $$x$$ with $$-\dfrac{1}{2} < x < \dfrac{9}{2}$$, i.e. $$-0.5 < x < 4.5$$.

The integers in this range are $$0, 1, 2, 3, 4$$.

Hence $$B = \{0, 1, 2, 3, 4\}$$.

Answer

$$B = \{0, 1, 2, 3, 4\}$$

(iii) $$C = \{x : x \text{ is an integer},\ x^2 \leq 4\}$$

Solution

$$x^2 \leq 4 \iff -2 \leq x \leq 2$$.

The integers satisfying this are $$-2, -1, 0, 1, 2$$.

Hence $$C = \{-2, -1, 0, 1, 2\}$$.

Answer

$$C = \{-2, -1, 0, 1, 2\}$$

(iv) $$D = \{x : x \text{ is a letter in the word ``LOYAL''}\}$$

Solution

The letters of ``LOYAL'' are L, O, Y, A, L. Removing the repeated L, the distinct letters are L, O, Y, A.

Hence $$D = \{L, O, Y, A\}$$.

Answer

$$D = \{L, O, Y, A\}$$

(v) $$E = \{x : x \text{ is a month of a year not having } 31 \text{ days}\}$$

Solution

Months with $$31$$ days: January, March, May, July, August, October, December.

The remaining months (not having $$31$$ days) are February ($$28$$ or $$29$$), April, June, September, November (each having $$30$$ days).

Hence $$E = \{\text{February, April, June, September, November}\}$$.

Answer

$$E = \{\text{February, April, June, September, November}\}$$

(vi) $$F = \{x : x \text{ is a consonant in the English alphabet which precedes } k\}$$

Solution

The English letters that precede $$k$$ are $$a, b, c, d, e, f, g, h, i, j$$. Discarding the vowels $$a, e, i$$, the consonants are $$b, c, d, f, g, h, j$$.

Hence $$F = \{b, c, d, f, g, h, j\}$$.

Answer

$$F = \{b, c, d, f, g, h, j\}$$

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:
(a) $$\{x : x \text{ is a prime number and a divisor of } 6\}$$
(b) $$\{x : x \text{ is an odd natural number less than } 10\}$$
(c) $$\{x : x \text{ is natural number and divisor of } 6\}$$
(d) $$\{x : x \text{ is a letter of the word MATHEMATICS}\}$$

(i) $$\{1, 2, 3, 6\}$$

Solution

The set on the right is $$\{1, 2, 3, 6\}$$.

These are exactly the natural numbers that divide $$6$$: since $$6 = 1 \times 6 = 2 \times 3$$, its divisors are $$1, 2, 3, 6$$.

This matches description (c) $$\{x : x \text{ is a natural number and divisor of } 6\}$$. (Description (a) asks only for the prime divisors, which would give just $$\{2, 3\}$$.)

Hence this set matches with (c).

Answer

(c)

(ii) $$\{2, 3\}$$

Solution

The set on the right is $$\{2, 3\}$$.

The divisors of $$6$$ are $$1, 2, 3, 6$$, and among these the prime numbers are $$2$$ and $$3$$.

So $$\{2, 3\}$$ is the set of prime numbers that are divisors of $$6$$, which is description (a) $$\{x : x \text{ is a prime number and a divisor of } 6\}$$.

Hence this set matches with (a).

Answer

(a)

(iii) $$\{M, A, T, H, E, I, C, S\}$$

Solution

The set on the right is $$\{M, A, T, H, E, I, C, S\}$$, a collection of letters.

The word MATHEMATICS is made up of the letters M, A, T, H, E, M, A, T, I, C, S; removing the repeated letters gives the distinct letters $$\{M, A, T, H, E, I, C, S\}$$.

This matches description (d) $$\{x : x \text{ is a letter of the word MATHEMATICS}\}$$.

Hence this set matches with (d).

Answer

(d)

(iv) $$\{1, 3, 5, 7, 9\}$$

Solution

The set on the right is $$\{1, 3, 5, 7, 9\}$$.

These are exactly the odd natural numbers less than $$10$$.

This matches description (b) $$\{x : x \text{ is an odd natural number less than } 10\}$$.

Hence this set matches with (b).

Answer

(b)

Examples 6-8

Example 6 State which of the following sets are finite or infinite:

(i) $$\{x : x \in \mathbf{N} \text{ and } (x - 1)(x - 2) = 0\}$$

Solution

$$(x - 1)(x - 2) = 0 \Rightarrow x = 1$$ or $$x = 2$$. Both are natural numbers.

The set is $$\{1, 2\}$$, which has only two elements.

Hence it is a finite set.

Answer

Finite.

(ii) $$\{x : x \in \mathbf{N} \text{ and } x^2 = 4\}$$

Solution

$$x^2 = 4 \Rightarrow x = \pm 2$$. Out of these only $$x = 2$$ is a natural number.

The set is $$\{2\}$$, which has one element.

Hence it is a finite set.

Answer

Finite.

(iii) $$\{x : x \in \mathbf{N} \text{ and } 2x - 1 = 0\}$$

Solution

$$2x - 1 = 0 \Rightarrow x = \dfrac{1}{2}$$, which is not a natural number.

So the set has no elements; it is the empty set $$\phi$$, which is finite.

Answer

Finite (in fact empty).

(iv) $$\{x : x \in \mathbf{N} \text{ and } x \text{ is prime}\}$$

Solution

There are infinitely many prime natural numbers (Euclid's theorem), $$2, 3, 5, 7, 11, \ldots$$

Hence the set is an infinite set.

Answer

Infinite.

(v) $$\{x : x \in \mathbf{N} \text{ and } x \text{ is odd}\}$$

Solution

The odd natural numbers are $$1, 3, 5, 7, \ldots$$ — there are infinitely many.

Hence the set is an infinite set.

Answer

Infinite.

Example 7 Find the pairs of equal sets, if any, give reasons:
$$A = \{0\}$$, $$B = \{x : x > 15 \text{ and } x < 5\}$$, $$C = \{x : x - 5 = 0\}$$, $$D = \{x : x^2 = 25\}$$, $$E = \{x : x \text{ is an integral positive root of the equation } x^2 - 2x - 15 = 0\}$$.

Solution

Write each set in roster form.

$$A = \{0\}$$.

$$B$$: $$x > 15$$ and $$x < 5$$ cannot hold simultaneously, so $$B = \phi$$.

$$C$$: $$x - 5 = 0 \Rightarrow x = 5$$, so $$C = \{5\}$$.

$$D$$: $$x^2 = 25 \Rightarrow x = \pm 5$$, so $$D = \{-5, 5\}$$.

$$E$$: $$x^2 - 2x - 15 = 0 \Rightarrow (x - 5)(x + 3) = 0 \Rightarrow x = 5$$ or $$x = -3$$. The positive integral root is $$5$$, so $$E = \{5\}$$.

Compare: $$A = \{0\}$$ has element $$0$$ — different from all others. $$B = \phi$$ is empty — different from any non-empty set. $$D = \{-5, 5\}$$ has two elements — different from singletons.

Only $$C$$ and $$E$$ have exactly the same element $$5$$.

Hence the only pair of equal sets is $$C = E$$.

Answer

$$C = E = \{5\}$$.

Example 8 Which of the following pairs of sets are equal? Justify your answer.

(i) $$X$$, the set of letters in ``ALLOY'' and $$B$$, the set of letters in ``LOYAL''.

Solution

Write in roster form. Letters of ALLOY: A, L, L, O, Y; distinct letters: $$X = \{A, L, O, Y\}$$.

Letters of LOYAL: L, O, Y, A, L; distinct letters: $$B = \{L, O, Y, A\} = \{A, L, O, Y\}$$.

Since both sets consist of exactly the same elements, $$X = B$$.

Answer

Equal: $$X = B$$.

(ii) $$A = \{n : n \in \mathbf{Z} \text{ and } n^2 \leq 4\}$$ and $$B = \{x : x \in \mathbf{R} \text{ and } x^2 - 3x + 2 = 0\}$$.

Solution

For $$A$$: $$n^2 \leq 4 \iff -2 \leq n \leq 2$$. Integers in this range: $$A = \{-2, -1, 0, 1, 2\}$$.

For $$B$$: $$x^2 - 3x + 2 = 0 \Rightarrow (x - 1)(x - 2) = 0 \Rightarrow x = 1$$ or $$x = 2$$. So $$B = \{1, 2\}$$.

$$A$$ has $$5$$ elements and $$B$$ has $$2$$ elements, so $$A \neq B$$.

Answer

Not equal: $$A \neq B$$.

Exercise 1.2

1 Which of the following are examples of the null set

(i) Set of odd natural numbers divisible by 2

Solution

An odd number is not divisible by $$2$$ (by definition of ``odd''). So no natural number is both odd and divisible by $$2$$.

Hence the set has no elements; it is the null set.

Answer

Yes, null set.

(ii) Set of even prime numbers

Solution

The number $$2$$ is even and prime. So the set is $$\{2\}$$, which is non-empty.

Hence it is not a null set.

Answer

No, not a null set; it is $$\{2\}$$.

(iii) $$\{x : x \text{ is a natural number},\ x < 5 \text{ and } x > 7\}$$

Solution

No number can simultaneously be less than $$5$$ and greater than $$7$$.

Hence the set is empty; it is the null set.

Answer

Yes, null set.

(iv) $$\{y : y \text{ is a point common to any two parallel lines}\}$$

Solution

Two parallel lines (in a plane) never meet, so they have no common point.

Hence the set is empty; it is the null set.

Answer

Yes, null set.

2 Which of the following sets are finite or infinite

(i) The set of months of a year

Solution

There are exactly $$12$$ months in a year.

Hence the set is finite.

Answer

Finite.

(ii) $$\{1, 2, 3, \ldots\}$$

Solution

This is the set of all natural numbers, which continues without end.

Hence it is an infinite set.

Answer

Infinite.

(iii) $$\{1, 2, 3, \ldots, 99, 100\}$$

Solution

The set contains exactly $$100$$ elements.

Hence it is finite.

Answer

Finite.

(iv) The set of positive integers greater than 100

Solution

The set is $$\{101, 102, 103, \ldots\}$$, which continues without end.

Hence it is an infinite set.

Answer

Infinite.

(v) The set of prime numbers less than 99

Solution

The primes less than $$99$$ form a finite list: $$2, 3, 5, 7, 11, \ldots, 97$$ (there are $$25$$ such primes).

Hence the set is finite.

Answer

Finite.

3 State whether each of the following set is finite or infinite:

(i) The set of lines which are parallel to the $$x$$-axis

Solution

For each real number $$c$$, the line $$y = c$$ is parallel to the $$x$$-axis. Since there are infinitely many real numbers $$c$$, there are infinitely many such lines.

Hence the set is infinite.

Answer

Infinite.

(ii) The set of letters in the English alphabet

Solution

The English alphabet has $$26$$ letters.

Hence the set is finite.

Answer

Finite.

(iii) The set of numbers which are multiple of 5

Solution

The multiples of $$5$$ are $$\ldots, -10, -5, 0, 5, 10, 15, \ldots$$, an unending list.

Hence the set is infinite.

Answer

Infinite.

(iv) The set of animals living on the earth

Solution

Although very large, the number of animals living on the earth at any given moment is a definite (finite) number.

Hence the set is finite.

Answer

Finite.

(v) The set of circles passing through the origin $$(0, 0)$$

Solution

For each positive radius $$r$$ and each centre $$(h, k)$$ with $$h^2 + k^2 = r^2$$, there is a distinct circle through the origin. There are infinitely many such choices.

Hence the set of such circles is infinite.

Answer

Infinite.

4 In the following, state whether $$A = B$$ or not:

(i) $$A = \{a, b, c, d\}$$   $$B = \{d, c, b, a\}$$

Solution

Order of listing does not matter in a set. $$A$$ and $$B$$ contain exactly the same elements $$a, b, c, d$$.

Hence $$A = B$$.

Answer

$$A = B$$.

(ii) $$A = \{4, 8, 12, 16\}$$   $$B = \{8, 4, 16, 18\}$$

Solution

$$12 \in A$$ but $$12 \notin B$$. Also $$18 \in B$$ but $$18 \notin A$$.

Hence $$A \neq B$$.

Answer

$$A \neq B$$.

(iii) $$A = \{2, 4, 6, 8, 10\}$$   $$B = \{x : x \text{ is positive even integer and } x \leq 10\}$$

Solution

The positive even integers $$x$$ with $$x \leq 10$$ are $$2, 4, 6, 8, 10$$, so $$B = \{2, 4, 6, 8, 10\}$$.

Hence $$A = B$$.

Answer

$$A = B$$.

(iv) $$A = \{x : x \text{ is a multiple of } 10\}$$   $$B = \{10, 15, 20, 25, 30, \ldots\}$$

Solution

$$A = \{10, 20, 30, 40, \ldots\}$$ (multiples of $$10$$). $$B$$ also contains $$15$$, but $$15$$ is not a multiple of $$10$$. So $$15 \in B$$ while $$15 \notin A$$.

Hence $$A \neq B$$.

Answer

$$A \neq B$$.

5 Are the following pair of sets equal? Give reasons.

(i) $$A = \{2, 3\}$$, $$B = \{x : x \text{ is solution of } x^2 + 5x + 6 = 0\}$$

Solution

Solve $$x^2 + 5x + 6 = 0$$: $$(x + 2)(x + 3) = 0 \Rightarrow x = -2$$ or $$x = -3$$.

So $$B = \{-2, -3\}$$, whereas $$A = \{2, 3\}$$.

The elements are different, so $$A \neq B$$.

Answer

$$A \neq B$$.

(ii) $$A = \{x : x \text{ is a letter in the word FOLLOW}\}$$, $$B = \{y : y \text{ is a letter in the word WOLF}\}$$

Solution

Distinct letters of FOLLOW: F, O, L, W. So $$A = \{F, O, L, W\}$$.

Distinct letters of WOLF: W, O, L, F. So $$B = \{W, O, L, F\} = \{F, O, L, W\}$$.

Both sets contain exactly the same letters.

Hence $$A = B$$.

Answer

$$A = B$$.

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\}$$

Solution

Compare elements of each set.

$$B = \{1, 2, 3, 4\}$$ and $$D = \{3, 1, 4, 2\}$$ — both contain exactly the elements $$1, 2, 3, 4$$, so $$B = D$$.

$$E = \{-1, 1\}$$ and $$G = \{1, -1\}$$ — both contain exactly the elements $$-1, 1$$, so $$E = G$$.

For the remaining sets:

  • $$A = \{2, 4, 8, 12\}$$ and $$C = \{4, 8, 12, 14\}$$: $$2 \in A$$ but $$2 \notin C$$; $$14 \in C$$ but $$14 \notin A$$. So $$A \neq C$$.
  • $$F = \{0, a\}$$ contains the letter $$a$$, which appears in no other set, so $$F$$ is not equal to any other set.
  • $$H = \{0, 1\}$$ has $$0$$, which appears only in $$F$$. But $$F$$ has $$a \neq 1$$. So $$H \neq F$$ and $$H$$ is not equal to any other set.

Hence the equal pairs are $$B = D$$ and $$E = G$$.

Answer

$$B = D$$ and $$E = G$$.

Examples 9-11

Example 9 Consider the sets $$\phi$$, $$A = \{1, 3\}$$, $$B = \{1, 5, 9\}$$, $$C = \{1, 3, 5, 7, 9\}$$. Insert the symbol $$\subset$$ or $$\not\subset$$ between each of the following pair of sets:

(i) $$\phi \, \ldots \, B$$

Solution

The empty set is a subset of every set.

Hence $$\phi \subset B$$.

Answer

$$\phi \subset B$$

(ii) $$A \, \ldots \, B$$

Solution

$$A = \{1, 3\}$$, $$B = \{1, 5, 9\}$$. The element $$3 \in A$$ but $$3 \notin B$$.

Hence $$A \not\subset B$$.

Answer

$$A \not\subset B$$

(iii) $$A \, \ldots \, C$$

Solution

$$A = \{1, 3\}$$, $$C = \{1, 3, 5, 7, 9\}$$. Both elements $$1, 3$$ of $$A$$ are in $$C$$.

Hence $$A \subset C$$.

Answer

$$A \subset C$$

(iv) $$B \, \ldots \, C$$

Solution

$$B = \{1, 5, 9\}$$, $$C = \{1, 3, 5, 7, 9\}$$. Every element of $$B$$ ($$1, 5, 9$$) is in $$C$$.

Hence $$B \subset C$$.

Answer

$$B \subset C$$

Example 10 Let $$A = \{a, e, i, o, u\}$$ and $$B = \{a, b, c, d\}$$. Is $$A$$ a subset of $$B$$? No. (Why?). Is $$B$$ a subset of $$A$$? No. (Why?)

Solution

Recall: $$X \subset Y$$ means every element of $$X$$ is an element of $$Y$$. A single counter-example (an element of $$X$$ not in $$Y$$) is enough to show $$X \not\subset Y$$.

Is $$A \subset B$$? The element $$e \in A$$ but $$e \notin B = \{a, b, c, d\}$$. So $$A \not\subset B$$.

Is $$B \subset A$$? The element $$b \in B$$ but $$b \notin A = \{a, e, i, o, u\}$$. So $$B \not\subset A$$.

Answer

$$A \not\subset B$$ (e.g. $$e \in A,\ e \notin B$$) and $$B \not\subset A$$ (e.g. $$b \in B,\ b \notin A$$).

Example 11 Let $$A$$, $$B$$ and $$C$$ be three sets. If $$A \in B$$ and $$B \subset C$$, is it true that $$A \subset C$$? If not, give an example.

Solution

It is not true in general. ``$$\in$$'' (element of) and ``$$\subset$$'' (subset of) are different relations and cannot be chained.

Counter-example. Take

$$A = \{1\},\ \ B = \{\{1\}, 2\},\ \ C = \{\{1\}, 2, 3\}.$$

Then $$A = \{1\}$$ is itself a listed element of $$B$$, so $$A \in B$$. Also every element of $$B$$ (namely $$\{1\}$$ and $$2$$) is an element of $$C$$, so $$B \subset C$$.

But is $$A \subset C$$? The only element of $$A$$ is $$1$$, and $$1 \notin C$$ (the elements of $$C$$ are $$\{1\}, 2, 3$$; the bare number $$1$$ is not listed).

Hence $$A \not\subset C$$, showing the implication fails.

Answer

Not true; e.g. $$A = \{1\},\ B = \{\{1\}, 2\},\ C = \{\{1\}, 2, 3\}$$ give $$A \in B,\ B \subset C$$ but $$A \not\subset C$$.

Exercise 1.3

1 Make correct statements by filling in the symbols $$\subset$$ or $$\not\subset$$ in the blank spaces:

(i) $$\{2, 3, 4\} \, \ldots \, \{1, 2, 3, 4, 5\}$$

Solution

Each of $$2, 3, 4$$ is an element of $$\{1, 2, 3, 4, 5\}$$.

Hence $$\{2, 3, 4\} \subset \{1, 2, 3, 4, 5\}$$.

Answer

$$\{2, 3, 4\} \subset \{1, 2, 3, 4, 5\}$$

(ii) $$\{a, b, c\} \, \ldots \, \{b, c, d\}$$

Solution

The element $$a \in \{a, b, c\}$$ but $$a \notin \{b, c, d\}$$.

Hence $$\{a, b, c\} \not\subset \{b, c, d\}$$.

Answer

$$\{a, b, c\} \not\subset \{b, c, d\}$$

(iii) $$\{x : x \text{ is a student of Class XI of your school}\} \, \ldots \, \{x : x \text{ student of your school}\}$$

Solution

Every Class XI student of the school is, in particular, a student of the school.

Hence the first set is a subset of the second; ``$$\subset$$''.

Answer

$$\subset$$

(iv) $$\{x : x \text{ is a circle in the plane}\} \, \ldots \, \{x : x \text{ is a circle in the same plane with radius } 1 \text{ unit}\}$$

Solution

The first set contains circles of every radius (e.g. radius $$2$$). Such a circle is not of radius $$1$$, so it is not in the second set.

Hence the first set is not contained in the second; ``$$\not\subset$$''.

Answer

$$\not\subset$$

(v) $$\{x : x \text{ is a triangle in a plane}\} \, \ldots \, \{x : x \text{ is a rectangle in the plane}\}$$

Solution

A triangle (a $$3$$-sided polygon) is never a rectangle (a $$4$$-sided polygon). So no triangle lies in the set of rectangles.

Hence ``$$\not\subset$$''.

Answer

$$\not\subset$$

(vi) $$\{x : x \text{ is an equilateral triangle in a plane}\} \, \ldots \, \{x : x \text{ is a triangle in the same plane}\}$$

Solution

Every equilateral triangle is, in particular, a triangle.

Hence ``$$\subset$$''.

Answer

$$\subset$$

(vii) $$\{x : x \text{ is an even natural number}\} \, \ldots \, \{x : x \text{ is an integer}\}$$

Solution

Every even natural number ($$2, 4, 6, \ldots$$) is an integer.

Hence ``$$\subset$$''.

Answer

$$\subset$$

2 Examine whether the following statements are true or false:

(i) $$\{a, b\} \not\subset \{b, c, a\}$$

Solution

$$a \in \{b, c, a\}$$ and $$b \in \{b, c, a\}$$. So every element of $$\{a, b\}$$ lies in $$\{b, c, a\}$$, meaning $$\{a, b\} \subset \{b, c, a\}$$.

The given statement claims the opposite, so it is false.

Answer

False.

(ii) $$\{a, e\} \subset \{x : x \text{ is a vowel in the English alphabet}\}$$

Solution

The set of vowels is $$\{a, e, i, o, u\}$$. Both $$a$$ and $$e$$ are in this set.

Hence $$\{a, e\} \subset \{a, e, i, o, u\}$$ — the statement is true.

Answer

True.

(iii) $$\{1, 2, 3\} \subset \{1, 3, 5\}$$

Solution

$$2 \in \{1, 2, 3\}$$ but $$2 \notin \{1, 3, 5\}$$.

Hence the statement is false.

Answer

False.

(iv) $$\{a\} \subset \{a, b, c\}$$

Solution

The only element of $$\{a\}$$ is $$a$$, and $$a \in \{a, b, c\}$$.

Hence the statement is true.

Answer

True.

(v) $$\{a\} \in \{a, b, c\}$$

Solution

The elements of $$\{a, b, c\}$$ are $$a, b, c$$ (not the set $$\{a\}$$).

Hence $$\{a\} \notin \{a, b, c\}$$; the statement is false.

Answer

False.

(vi) $$\{x : x \text{ is an even natural number less than } 6\} \subset \{x : x \text{ is a natural number which divides } 36\}$$

Solution

Left set: even natural numbers $$< 6$$ are $$\{2, 4\}$$.

Right set: natural-number divisors of $$36$$ are $$\{1, 2, 3, 4, 6, 9, 12, 18, 36\}$$.

$$2 \in \{1, 2, 3, 4, 6, 9, 12, 18, 36\}$$ and $$4 \in \{1, 2, 3, 4, 6, 9, 12, 18, 36\}$$.

Hence the inclusion holds; the statement is true.

Answer

True.

3 Let $$A = \{1, 2, \{3, 4\}, 5\}$$. Which of the following statements are incorrect and why?

(i) $$\{3, 4\} \subset A$$

Solution

The elements of $$A$$ are $$1, 2, \{3, 4\}, 5$$. The numbers $$3$$ and $$4$$ are not themselves elements of $$A$$ — only the set $$\{3, 4\}$$ is.

For $$\{3, 4\} \subset A$$, we would need both $$3 \in A$$ and $$4 \in A$$, which is false.

Hence the statement is incorrect.

Answer

Incorrect.

(ii) $$\{3, 4\} \in A$$

Solution

The set $$\{3, 4\}$$ is one of the listed elements of $$A = \{1, 2, \{3, 4\}, 5\}$$.

Hence $$\{3, 4\} \in A$$ is correct.

Answer

Correct.

(iii) $$\{\{3, 4\}\} \subset A$$

Solution

The only element of $$\{\{3, 4\}\}$$ is $$\{3, 4\}$$, and $$\{3, 4\} \in A$$.

Hence every element of $$\{\{3, 4\}\}$$ lies in $$A$$, so $$\{\{3, 4\}\} \subset A$$ is correct.

Answer

Correct.

(iv) $$1 \in A$$

Solution

$$1$$ is listed as an element of $$A = \{1, 2, \{3, 4\}, 5\}$$.

Hence $$1 \in A$$ is correct.

Answer

Correct.

(v) $$1 \subset A$$

Solution

``$$\subset$$'' is a relation between two sets, but $$1$$ is a number, not a set. So $$1 \subset A$$ is meaningless.

Hence the statement is incorrect.

Answer

Incorrect.

(vi) $$\{1, 2, 5\} \subset A$$

Solution

Each of $$1, 2, 5$$ is a listed element of $$A = \{1, 2, \{3, 4\}, 5\}$$.

Hence $$\{1, 2, 5\} \subset A$$ is correct.

Answer

Correct.

(vii) $$\{1, 2, 5\} \in A$$

Solution

The set $$\{1, 2, 5\}$$ is not one of the listed elements of $$A$$ (the elements are $$1, 2, \{3, 4\}, 5$$).

Hence $$\{1, 2, 5\} \notin A$$; the statement is incorrect.

Answer

Incorrect.

(viii) $$\{1, 2, 3\} \subset A$$

Solution

$$3 \in \{1, 2, 3\}$$ but the bare number $$3$$ is not a listed element of $$A$$ (only $$\{3, 4\}$$ is).

Hence $$\{1, 2, 3\} \not\subset A$$; the statement is incorrect.

Answer

Incorrect.

(ix) $$\phi \in A$$

Solution

The empty set $$\phi$$ is not one of the listed elements of $$A$$.

Hence $$\phi \notin A$$; the statement is incorrect.

Answer

Incorrect.

(x) $$\phi \subset A$$

Solution

The empty set is a subset of every set.

Hence $$\phi \subset A$$ is correct.

Answer

Correct.

(xi) $$\{\phi\} \subset A$$

Solution

The only element of $$\{\phi\}$$ is $$\phi$$. For $$\{\phi\} \subset A$$ we need $$\phi \in A$$, but $$\phi$$ is not listed as an element of $$A$$.

Hence $$\{\phi\} \not\subset A$$; the statement is incorrect.

Answer

Incorrect.

4 Write down all the subsets of the following sets

(i) $$\{a\}$$

Solution

A set with $$n$$ elements has $$2^n$$ subsets. Here $$n = 1$$, so there are $$2^1 = 2$$ subsets: the empty subset and the set itself.

Subsets of $$\{a\}$$: $$\phi,\ \{a\}$$.

Answer

$$\phi,\ \{a\}$$.

(ii) $$\{a, b\}$$

Solution

With $$n = 2$$ elements there are $$2^2 = 4$$ subsets.

Subsets of $$\{a, b\}$$: $$\phi,\ \{a\},\ \{b\},\ \{a, b\}$$.

Answer

$$\phi,\ \{a\},\ \{b\},\ \{a, b\}$$.

(iii) $$\{1, 2, 3\}$$

Solution

With $$n = 3$$ elements there are $$2^3 = 8$$ subsets.

List them by size:

Size $$0$$: $$\phi$$.

Size $$1$$: $$\{1\},\ \{2\},\ \{3\}$$.

Size $$2$$: $$\{1, 2\},\ \{1, 3\},\ \{2, 3\}$$.

Size $$3$$: $$\{1, 2, 3\}$$.

Total: $$1 + 3 + 3 + 1 = 8$$ subsets.

Answer

$$\phi,\ \{1\},\ \{2\},\ \{3\},\ \{1, 2\},\ \{1, 3\},\ \{2, 3\},\ \{1, 2, 3\}$$.

(iv) $$\phi$$

Solution

The empty set has $$0$$ elements and hence $$2^0 = 1$$ subset — namely itself.

The only subset is $$\phi$$.

Answer

$$\phi$$.

5 Write the following as intervals:

(i) $$\{x : x \in \mathbf{R},\ -4 < x \leq 6\}$$

Solution

``$$<$$'' (strict) corresponds to an open endpoint ``$$($$''; ``$$\leq$$'' (non-strict) corresponds to a closed endpoint ``$$]$$''.

Hence the interval is $$(-4, 6]$$.

Answer

$$(-4, 6]$$

(ii) $$\{x : x \in \mathbf{R},\ -12 < x < -10\}$$

Solution

Both endpoints are strict, so the interval is open at both ends.

Hence the interval is $$(-12, -10)$$.

Answer

$$(-12, -10)$$

(iii) $$\{x : x \in \mathbf{R},\ 0 \leq x < 7\}$$

Solution

$$0$$ is included ($$\leq$$) and $$7$$ is excluded ($$<$$).

Hence the interval is $$[0, 7)$$.

Answer

$$[0, 7)$$

(iv) $$\{x : x \in \mathbf{R},\ 3 \leq x \leq 4\}$$

Solution

Both endpoints are included.

Hence the interval is $$[3, 4]$$.

Answer

$$[3, 4]$$

6 Write the following intervals in set-builder form:

(i) $$(-3, 0)$$

Solution

Round brackets mean the endpoints are excluded.

Hence $$(-3, 0) = \{x : x \in \mathbf{R},\ -3 < x < 0\}$$.

Answer

$$\{x : x \in \mathbf{R},\ -3 < x < 0\}$$

(ii) $$[6, 12]$$

Solution

Square brackets mean the endpoints are included.

Hence $$[6, 12] = \{x : x \in \mathbf{R},\ 6 \leq x \leq 12\}$$.

Answer

$$\{x : x \in \mathbf{R},\ 6 \leq x \leq 12\}$$

(iii) $$(6, 12]$$

Solution

The left endpoint $$6$$ is excluded; the right endpoint $$12$$ is included.

Hence $$(6, 12] = \{x : x \in \mathbf{R},\ 6 < x \leq 12\}$$.

Answer

$$\{x : x \in \mathbf{R},\ 6 < x \leq 12\}$$

(iv) $$[-23, 5)$$

Solution

The left endpoint $$-23$$ is included; the right endpoint $$5$$ is excluded.

Hence $$[-23, 5) = \{x : x \in \mathbf{R},\ -23 \leq x < 5\}$$.

Answer

$$\{x : x \in \mathbf{R},\ -23 \leq x < 5\}$$

7 What universal set(s) would you propose for each of the following:

(i) The set of right triangles.

Solution

The set of right triangles is a particular sub-collection of all triangles in a plane. A natural universal set that contains every right triangle is the set of all triangles in a plane (or, more broadly, the set of all polygons / plane figures).

Answer

Universal set: the set of all triangles in a plane.

(ii) The set of isosceles triangles.

Solution

Every isosceles triangle is a triangle. A suitable universal set is the set of all triangles in a plane.

Answer

Universal set: the set of all triangles in a plane.

8 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\}$$

Solution

For a universal set $$U$$ we need $$A \subset U$$, $$B \subset U$$ and $$C \subset U$$.

$$C = \{0, 2, 4, 6, 8\}$$ has $$8$$ as an element, but $$8 \notin \{0, 1, 2, 3, 4, 5, 6\}$$. So $$C \not\subset \{0, 1, 2, 3, 4, 5, 6\}$$.

Hence this is not a universal set for $$A, B, C$$.

Answer

No.

(ii) $$\phi$$

Solution

The empty set has no elements, so it cannot contain the non-empty sets $$A$$, $$B$$, $$C$$ as subsets in a useful way (in fact $$A \not\subset \phi$$ since $$1 \in A,\ 1 \notin \phi$$).

Hence $$\phi$$ cannot serve as the universal set.

Answer

No.

(iii) $$\{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$$

Solution

Check each set: $$A = \{1, 3, 5\} \subset \{0, 1, \ldots, 10\}$$ ✓, $$B = \{2, 4, 6\} \subset \{0, 1, \ldots, 10\}$$ ✓, $$C = \{0, 2, 4, 6, 8\} \subset \{0, 1, \ldots, 10\}$$ ✓.

All three are subsets, so this can serve as a universal set.

Answer

Yes.

(iv) $$\{1, 2, 3, 4, 5, 6, 7, 8\}$$

Solution

$$C = \{0, 2, 4, 6, 8\}$$ has $$0$$, but $$0 \notin \{1, 2, 3, 4, 5, 6, 7, 8\}$$.

So $$C \not\subset \{1, 2, 3, 4, 5, 6, 7, 8\}$$; it cannot serve as a universal set for all three.

Answer

No.

Examples 12-19

Example 12 Let $$A = \{2, 4, 6, 8\}$$ and $$B = \{6, 8, 10, 12\}$$. Find $$A \cup B$$.

Solution

$$A \cup B$$ contains every element that lies in $$A$$ or in $$B$$ (or both), listed without repetition.

Elements of $$A$$: $$2, 4, 6, 8$$. Elements of $$B$$: $$6, 8, 10, 12$$. Combining and removing repeats:

$$A \cup B = \{2, 4, 6, 8, 10, 12\}.$$

Answer

$$A \cup B = \{2, 4, 6, 8, 10, 12\}$$

Example 13 Let $$A = \{a, e, i, o, u\}$$ and $$B = \{a, i, u\}$$. Show that $$A \cup B = A$$.

Solution

Observe that every element of $$B$$ (namely $$a, i, u$$) is already in $$A$$, i.e. $$B \subset A$$.

Then $$A \cup B = \{a, e, i, o, u\} \cup \{a, i, u\} = \{a, e, i, o, u\} = A$$.

(General fact: if $$B \subset A$$ then $$A \cup B = A$$.)

Answer

Shown: $$A \cup B = A$$.

Example 14 Let $$X = \{\text{Ram, Geeta, Akbar}\}$$ be the set of students of Class XI, who are in school hockey team. Let $$Y = \{\text{Geeta, David, Ashok}\}$$ be the set of students from Class XI who are in the school football team. Find $$X \cup Y$$ and interpret the set.

Solution

$$X \cup Y$$ contains all elements appearing in $$X$$ or $$Y$$ (listing common names once):

$$X \cup Y = \{\text{Ram, Geeta, Akbar, David, Ashok}\}.$$

Interpretation: $$X \cup Y$$ is the set of those Class XI students who play at least one of the two games — hockey or football.

Answer

$$X \cup Y = \{\text{Ram, Geeta, Akbar, David, Ashok}\}$$ — the Class XI students who play hockey or football (or both).

Example 15 Consider the sets $$A$$ and $$B$$ of Example 12. Find $$A \cap B$$.

Solution

$$A = \{2, 4, 6, 8\}$$ and $$B = \{6, 8, 10, 12\}$$.

$$A \cap B$$ is the set of elements common to both. The common elements are $$6$$ and $$8$$.

Hence $$A \cap B = \{6, 8\}$$.

Answer

$$A \cap B = \{6, 8\}$$

Example 16 Consider the sets $$X$$ and $$Y$$ of Example 14. Find $$X \cap Y$$.

Solution

$$X = \{\text{Ram, Geeta, Akbar}\}$$ and $$Y = \{\text{Geeta, David, Ashok}\}$$.

The only name common to both is ``Geeta''.

Hence $$X \cap Y = \{\text{Geeta}\}$$. Interpretation: Geeta is the only student who is in both the hockey and the football teams.

Answer

$$X \cap Y = \{\text{Geeta}\}$$

Example 17 Let $$A = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$$ and $$B = \{2, 3, 5, 7\}$$. Find $$A \cap B$$ and hence show that $$A \cap B = B$$.

Solution

Every element of $$B$$ ($$2, 3, 5, 7$$) is in $$A$$, so $$B \subset A$$.

$$A \cap B$$ consists of elements common to $$A$$ and $$B$$. Since $$B \subset A$$, every element of $$B$$ is common; therefore $$A \cap B = B$$.

Explicitly, $$A \cap B = \{2, 3, 5, 7\} = B$$.

Answer

$$A \cap B = \{2, 3, 5, 7\} = B$$.

Example 18 Let $$A = \{1, 2, 3, 4, 5, 6\}$$, $$B = \{2, 4, 6, 8\}$$. Find $$A - B$$ and $$B - A$$.

Solution

$$A - B$$ consists of elements of $$A$$ that are not in $$B$$. From $$A = \{1, 2, 3, 4, 5, 6\}$$, drop the elements of $$B$$ ($$2, 4, 6$$): we are left with $$1, 3, 5$$.

$$A - B = \{1, 3, 5\}.$$

$$B - A$$ consists of elements of $$B$$ that are not in $$A$$. From $$B = \{2, 4, 6, 8\}$$, drop those in $$A$$ ($$2, 4, 6$$): we are left with $$8$$.

$$B - A = \{8\}.$$

Answer

$$A - B = \{1, 3, 5\}$$, $$B - A = \{8\}$$.

Example 19 Let $$V = \{a, e, i, o, u\}$$ and $$B = \{a, i, k, u\}$$. Find $$V - B$$ and $$B - V$$.

Solution

$$V - B$$: elements of $$V$$ not in $$B$$. Remove $$a, i, u$$ (common with $$B$$) from $$V$$; we are left with $$e, o$$.

$$V - B = \{e, o\}.$$

$$B - V$$: elements of $$B$$ not in $$V$$. Remove $$a, i, u$$ from $$B$$; we are left with $$k$$.

$$B - V = \{k\}.$$

Answer

$$V - B = \{e, o\}$$, $$B - V = \{k\}$$.

Exercise 1.4

1 Find the union of each of the following pairs of sets:

(i) $$X = \{1, 3, 5\}$$   $$Y = \{1, 2, 3\}$$

Solution

$$X \cup Y$$ contains every element appearing in $$X$$ or $$Y$$, without repetition. Combining $$1, 3, 5$$ and $$1, 2, 3$$ gives $$1, 2, 3, 5$$.

Hence $$X \cup Y = \{1, 2, 3, 5\}$$.

Answer

$$X \cup Y = \{1, 2, 3, 5\}$$

(ii) $$A = \{a, e, i, o, u\}$$   $$B = \{a, b, c\}$$

Solution

Combining the elements of $$A$$ and $$B$$ without repetition:

$$A \cup B = \{a, b, c, e, i, o, u\}.$$

Answer

$$A \cup B = \{a, b, c, e, i, o, u\}$$

(iii) $$A = \{x : x \text{ is a natural number and multiple of } 3\}$$
$$B = \{x : x \text{ is a natural number less than } 6\}$$

Solution

$$A = \{3, 6, 9, 12, 15, \ldots\}$$ (positive multiples of $$3$$).

$$B = \{1, 2, 3, 4, 5\}$$ (natural numbers $$< 6$$).

$$A \cup B$$ contains $$1, 2, 4, 5$$ (from $$B$$ only) together with every multiple of $$3$$. Note that $$3 \in A \cap B$$, so it appears only once.

$$A \cup B = \{1, 2, 3, 4, 5, 6, 9, 12, 15, \ldots\}$$.

In set-builder form: $$A \cup B = \{x : x \in \mathbf{N},\ x < 6 \text{ or } x \text{ is a multiple of } 3\}$$.

Answer

$$A \cup B = \{1, 2, 3, 4, 5, 6, 9, 12, 15, \ldots\}$$

(iv) $$A = \{x : x \text{ is a natural number and } 1 < x \leq 6\}$$
$$B = \{x : x \text{ is a natural number and } 6 < x < 10\}$$

Solution

$$A = \{2, 3, 4, 5, 6\}$$ (natural numbers with $$1 < x \leq 6$$).

$$B = \{7, 8, 9\}$$ (natural numbers with $$6 < x < 10$$).

Combining gives $$A \cup B = \{2, 3, 4, 5, 6, 7, 8, 9\}$$.

In set-builder form: $$A \cup B = \{x : x \in \mathbf{N},\ 1 < x < 10\}$$.

Answer

$$A \cup B = \{2, 3, 4, 5, 6, 7, 8, 9\}$$

(v) $$A = \{1, 2, 3\}$$, $$B = \phi$$

Solution

The empty set has no elements, so adding it changes nothing: $$A \cup \phi = A$$.

Hence $$A \cup B = \{1, 2, 3\}$$.

Answer

$$A \cup B = \{1, 2, 3\}$$

2 Let $$A = \{a, b\}$$, $$B = \{a, b, c\}$$. Is $$A \subset B$$? What is $$A \cup B$$?

Solution

Both elements of $$A$$ ($$a, b$$) are in $$B$$. Hence $$A \subset B$$.

Since $$A \subset B$$, we have $$A \cup B = B = \{a, b, c\}$$.

Answer

Yes, $$A \subset B$$, and $$A \cup B = \{a, b, c\}$$.

3 If $$A$$ and $$B$$ are two sets such that $$A \subset B$$, then what is $$A \cup B$$?

Solution

$$A \cup B$$ is the set of elements lying in $$A$$ or $$B$$. Since every element of $$A$$ is already in $$B$$ (because $$A \subset B$$), adding the elements of $$A$$ to $$B$$ produces no new elements.

Hence $$A \cup B = B$$.

Answer

$$A \cup B = B$$.

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 \cup B$$

Solution

Combine elements of $$A = \{1, 2, 3, 4\}$$ and $$B = \{3, 4, 5, 6\}$$ without repetition.

$$A \cup B = \{1, 2, 3, 4, 5, 6\}.$$

Answer

$$\{1, 2, 3, 4, 5, 6\}$$

(ii) $$A \cup C$$

Solution

$$A = \{1, 2, 3, 4\}$$, $$C = \{5, 6, 7, 8\}$$. They share no element.

$$A \cup C = \{1, 2, 3, 4, 5, 6, 7, 8\}.$$

Answer

$$\{1, 2, 3, 4, 5, 6, 7, 8\}$$

(iii) $$B \cup C$$

Solution

$$B = \{3, 4, 5, 6\}$$, $$C = \{5, 6, 7, 8\}$$. Common elements $$5, 6$$ are listed once.

$$B \cup C = \{3, 4, 5, 6, 7, 8\}.$$

Answer

$$\{3, 4, 5, 6, 7, 8\}$$

(iv) $$B \cup D$$

Solution

$$B = \{3, 4, 5, 6\}$$, $$D = \{7, 8, 9, 10\}$$. They share no element.

$$B \cup D = \{3, 4, 5, 6, 7, 8, 9, 10\}.$$

Answer

$$\{3, 4, 5, 6, 7, 8, 9, 10\}$$

(v) $$A \cup B \cup C$$

Solution

From (i), $$A \cup B = \{1, 2, 3, 4, 5, 6\}$$. Now form union with $$C = \{5, 6, 7, 8\}$$ (adding the new elements $$7, 8$$).

$$A \cup B \cup C = \{1, 2, 3, 4, 5, 6, 7, 8\}.$$

Answer

$$\{1, 2, 3, 4, 5, 6, 7, 8\}$$

(vi) $$A \cup B \cup D$$

Solution

From (i), $$A \cup B = \{1, 2, 3, 4, 5, 6\}$$. Union with $$D = \{7, 8, 9, 10\}$$ adds $$7, 8, 9, 10$$.

$$A \cup B \cup D = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}.$$

Answer

$$\{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$$

(vii) $$B \cup C \cup D$$

Solution

From (iii), $$B \cup C = \{3, 4, 5, 6, 7, 8\}$$. Union with $$D = \{7, 8, 9, 10\}$$ adds $$9, 10$$.

$$B \cup C \cup D = \{3, 4, 5, 6, 7, 8, 9, 10\}.$$

Answer

$$\{3, 4, 5, 6, 7, 8, 9, 10\}$$

5 Find the intersection of each pair of sets of question 1 above.

Solution

(i) $$X = \{1, 3, 5\}$$, $$Y = \{1, 2, 3\}$$. Common elements: $$1, 3$$.

$$X \cap Y = \{1, 3\}.$$

(ii) $$A = \{a, e, i, o, u\}$$, $$B = \{a, b, c\}$$. Common element: $$a$$.

$$A \cap B = \{a\}.$$

(iii) $$A = \{3, 6, 9, 12, 15, \ldots\}$$, $$B = \{1, 2, 3, 4, 5\}$$. The only multiple of $$3$$ in $$B$$ is $$3$$.

$$A \cap B = \{3\}.$$

(iv) $$A = \{2, 3, 4, 5, 6\}$$, $$B = \{7, 8, 9\}$$. No common element.

$$A \cap B = \phi.$$

(v) $$A = \{1, 2, 3\}$$, $$B = \phi$$. The empty set shares no elements with anything.

$$A \cap B = \phi.$$

Answer

(i) $$\{1, 3\}$$, (ii) $$\{a\}$$, (iii) $$\{3\}$$, (iv) $$\phi$$, (v) $$\phi$$.

6 If $$A = \{3, 5, 7, 9, 11\}$$, $$B = \{7, 9, 11, 13\}$$, $$C = \{11, 13, 15\}$$ and $$D = \{15, 17\}$$; find

(i) $$A \cap B$$

Solution

$$A = \{3, 5, 7, 9, 11\}$$, $$B = \{7, 9, 11, 13\}$$. Common elements: $$7, 9, 11$$.

$$A \cap B = \{7, 9, 11\}.$$

Answer

$$\{7, 9, 11\}$$

(ii) $$B \cap C$$

Solution

$$B = \{7, 9, 11, 13\}$$, $$C = \{11, 13, 15\}$$. Common elements: $$11, 13$$.

$$B \cap C = \{11, 13\}.$$

Answer

$$\{11, 13\}$$

(iii) $$A \cap C \cap D$$

Solution

$$A \cap C$$: common elements of $$\{3, 5, 7, 9, 11\}$$ and $$\{11, 13, 15\}$$ is $$\{11\}$$.

$$(A \cap C) \cap D = \{11\} \cap \{15, 17\} = \phi$$.

Hence $$A \cap C \cap D = \phi$$.

Answer

$$\phi$$

(iv) $$A \cap C$$

Solution

$$A = \{3, 5, 7, 9, 11\}$$, $$C = \{11, 13, 15\}$$. Common element: $$11$$.

$$A \cap C = \{11\}.$$

Answer

$$\{11\}$$

(v) $$B \cap D$$

Solution

$$B = \{7, 9, 11, 13\}$$, $$D = \{15, 17\}$$. No common element.

$$B \cap D = \phi.$$

Answer

$$\phi$$

(vi) $$A \cap (B \cup C)$$

Solution

First, $$B \cup C = \{7, 9, 11, 13\} \cup \{11, 13, 15\} = \{7, 9, 11, 13, 15\}$$.

Then $$A \cap (B \cup C) = \{3, 5, 7, 9, 11\} \cap \{7, 9, 11, 13, 15\} = \{7, 9, 11\}$$.

Answer

$$\{7, 9, 11\}$$

(vii) $$A \cap D$$

Solution

$$A = \{3, 5, 7, 9, 11\}$$, $$D = \{15, 17\}$$. No common element.

$$A \cap D = \phi.$$

Answer

$$\phi$$

(viii) $$A \cap (B \cup D)$$

Solution

First, $$B \cup D = \{7, 9, 11, 13\} \cup \{15, 17\} = \{7, 9, 11, 13, 15, 17\}$$.

Then $$A \cap (B \cup D) = \{3, 5, 7, 9, 11\} \cap \{7, 9, 11, 13, 15, 17\} = \{7, 9, 11\}$$.

Answer

$$\{7, 9, 11\}$$

(ix) $$(A \cap B) \cap (B \cup C)$$

Solution

From (i), $$A \cap B = \{7, 9, 11\}$$. From (vi), $$B \cup C = \{7, 9, 11, 13, 15\}$$.

$$(A \cap B) \cap (B \cup C) = \{7, 9, 11\} \cap \{7, 9, 11, 13, 15\} = \{7, 9, 11\}.$$

(Alternatively: $$A \cap B \subset B \subset B \cup C$$, so the intersection equals $$A \cap B$$.)

Answer

$$\{7, 9, 11\}$$

(x) $$(A \cup D) \cap (B \cup C)$$

Solution

$$A \cup D = \{3, 5, 7, 9, 11\} \cup \{15, 17\} = \{3, 5, 7, 9, 11, 15, 17\}$$.

From (vi), $$B \cup C = \{7, 9, 11, 13, 15\}$$.

Common elements of $$\{3, 5, 7, 9, 11, 15, 17\}$$ and $$\{7, 9, 11, 13, 15\}$$ are $$7, 9, 11, 15$$.

$$(A \cup D) \cap (B \cup C) = \{7, 9, 11, 15\}.$$

Answer

$$\{7, 9, 11, 15\}$$

7 If $$A = \{x : x \text{ is a natural number}\}$$, $$B = \{x : x \text{ is an even natural number}\}$$, $$C = \{x : x \text{ is an odd natural number}\}$$ and $$D = \{x : x \text{ is a prime number}\}$$, find

(i) $$A \cap B$$

Solution

$$A$$ is all natural numbers and $$B$$ is all even natural numbers, so $$B \subset A$$.

Hence $$A \cap B = B = \{x : x \text{ is an even natural number}\}$$.

Answer

$$A \cap B = B$$ (even natural numbers).

(ii) $$A \cap C$$

Solution

$$C$$ (odd natural numbers) is a subset of $$A$$ (all natural numbers).

Hence $$A \cap C = C = \{x : x \text{ is an odd natural number}\}$$.

Answer

$$A \cap C = C$$ (odd natural numbers).

(iii) $$A \cap D$$

Solution

$$D$$ (primes) is a subset of $$A$$ (all natural numbers), since every prime is a natural number.

Hence $$A \cap D = D = \{x : x \text{ is a prime number}\}$$.

Answer

$$A \cap D = D$$ (primes).

(iv) $$B \cap C$$

Solution

$$B$$ is the set of even natural numbers and $$C$$ is the set of odd natural numbers. A natural number cannot be both even and odd.

Hence $$B \cap C = \phi$$.

Answer

$$B \cap C = \phi$$.

(v) $$B \cap D$$

Solution

$$B$$ = even natural numbers, $$D$$ = primes. A prime is even only if it equals $$2$$ (since any other even number has $$2$$ as a proper divisor).

Hence $$B \cap D = \{2\}$$.

Answer

$$B \cap D = \{2\}$$.

(vi) $$C \cap D$$

Solution

$$C$$ = odd natural numbers, $$D$$ = primes. The common elements are the odd primes: $$3, 5, 7, 11, 13, \ldots$$ (every prime except $$2$$).

Hence $$C \cap D = \{x : x \text{ is an odd prime}\} = \{3, 5, 7, 11, 13, \ldots\}$$.

Answer

$$C \cap D = \{\text{odd primes}\} = \{3, 5, 7, 11, 13, \ldots\}$$.

8 Which of the following pairs of sets are disjoint

(i) $$\{1, 2, 3, 4\}$$ and $$\{x : x \text{ is a natural number and } 4 \leq x \leq 6\}$$

Solution

The second set is $$\{4, 5, 6\}$$.

$$\{1, 2, 3, 4\} \cap \{4, 5, 6\} = \{4\} \neq \phi$$.

Hence the sets are not disjoint.

Answer

Not disjoint (common element $$4$$).

(ii) $$\{a, e, i, o, u\}$$ and $$\{c, d, e, f\}$$

Solution

The letter $$e$$ appears in both sets, so $$\{a, e, i, o, u\} \cap \{c, d, e, f\} = \{e\} \neq \phi$$.

Hence the sets are not disjoint.

Answer

Not disjoint (common element $$e$$).

(iii) $$\{x : x \text{ is an even integer}\}$$ and $$\{x : x \text{ is an odd integer}\}$$

Solution

No integer is simultaneously even and odd, so the intersection is empty.

Hence the sets are disjoint.

Answer

Disjoint.

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$$

Solution

Elements of $$A$$ not in $$B$$: from $$\{3, 6, 9, 12, 15, 18, 21\}$$ drop $$12$$ (the only one also in $$B$$).

$$A - B = \{3, 6, 9, 15, 18, 21\}.$$

Answer

$$\{3, 6, 9, 15, 18, 21\}$$

(ii) $$A - C$$

Solution

Elements of $$A$$ not in $$C = \{2, 4, 6, 8, 10, 12, 14, 16\}$$: drop $$6$$ and $$12$$ from $$A$$.

$$A - C = \{3, 9, 15, 18, 21\}.$$

Answer

$$\{3, 9, 15, 18, 21\}$$

(iii) $$A - D$$

Solution

Elements of $$A$$ not in $$D = \{5, 10, 15, 20\}$$: drop $$15$$.

$$A - D = \{3, 6, 9, 12, 18, 21\}.$$

Answer

$$\{3, 6, 9, 12, 18, 21\}$$

(iv) $$B - A$$

Solution

Elements of $$B = \{4, 8, 12, 16, 20\}$$ not in $$A$$: drop $$12$$.

$$B - A = \{4, 8, 16, 20\}.$$

Answer

$$\{4, 8, 16, 20\}$$

(v) $$C - A$$

Solution

Elements of $$C = \{2, 4, 6, 8, 10, 12, 14, 16\}$$ not in $$A = \{3, 6, 9, 12, 15, 18, 21\}$$: drop $$6, 12$$.

$$C - A = \{2, 4, 8, 10, 14, 16\}.$$

Answer

$$\{2, 4, 8, 10, 14, 16\}$$

(vi) $$D - A$$

Solution

Elements of $$D = \{5, 10, 15, 20\}$$ not in $$A$$: drop $$15$$.

$$D - A = \{5, 10, 20\}.$$

Answer

$$\{5, 10, 20\}$$

(vii) $$B - C$$

Solution

Elements of $$B = \{4, 8, 12, 16, 20\}$$ not in $$C = \{2, 4, 6, 8, 10, 12, 14, 16\}$$: drop $$4, 8, 12, 16$$ (all common with $$C$$); leftover $$20$$.

$$B - C = \{20\}.$$

Answer

$$\{20\}$$

(viii) $$B - D$$

Solution

Elements of $$B$$ not in $$D = \{5, 10, 15, 20\}$$: drop $$20$$.

$$B - D = \{4, 8, 12, 16\}.$$

Answer

$$\{4, 8, 12, 16\}$$

(ix) $$C - B$$

Solution

$$C - B$$ consists of the elements of $$C$$ that are not in $$B$$.

Here $$C = \{2, 4, 6, 8, 10, 12, 14, 16\}$$ and $$B = \{4, 8, 12, 16, 20\}$$. The elements common to both sets are $$4, 8, 12, 16$$, so we drop these from $$C$$.

$$C - B = \{2, 6, 10, 14\}.$$

Answer

$$\{2, 6, 10, 14\}$$

(x) $$D - B$$

Solution

Elements of $$D = \{5, 10, 15, 20\}$$ not in $$B$$: drop $$20$$.

$$D - B = \{5, 10, 15\}.$$

Answer

$$\{5, 10, 15\}$$

(xi) $$C - D$$

Solution

$$C - D$$ consists of the elements of $$C$$ that are not in $$D$$.

Here $$C = \{2, 4, 6, 8, 10, 12, 14, 16\}$$ and $$D = \{5, 10, 15, 20\}$$. The only element common to both sets is $$10$$, so we drop it from $$C$$.

$$C - D = \{2, 4, 6, 8, 12, 14, 16\}.$$

Answer

$$\{2, 4, 6, 8, 12, 14, 16\}$$

(xii) $$D - C$$

Solution

Elements of $$D = \{5, 10, 15, 20\}$$ not in $$C = \{2, 4, 6, 8, 10, 12, 14, 16\}$$: drop $$10$$.

$$D - C = \{5, 15, 20\}.$$

Answer

$$\{5, 15, 20\}$$

10 If $$X = \{a, b, c, d\}$$ and $$Y = \{f, b, d, g\}$$, find

(i) $$X - Y$$

Solution

Elements of $$X = \{a, b, c, d\}$$ not in $$Y = \{f, b, d, g\}$$: drop $$b, d$$.

$$X - Y = \{a, c\}.$$

Answer

$$\{a, c\}$$

(ii) $$Y - X$$

Solution

Elements of $$Y = \{f, b, d, g\}$$ not in $$X$$: drop $$b, d$$.

$$Y - X = \{f, g\}.$$

Answer

$$\{f, g\}$$

(iii) $$X \cap Y$$

Solution

Common elements of $$X = \{a, b, c, d\}$$ and $$Y = \{f, b, d, g\}$$: $$b$$ and $$d$$.

$$X \cap Y = \{b, d\}.$$

Answer

$$\{b, d\}$$

11 If $$\mathbf{R}$$ is the set of real numbers and $$\mathbf{Q}$$ is the set of rational numbers, then what is $$\mathbf{R} - \mathbf{Q}$$?

Solution

$$\mathbf{R} - \mathbf{Q}$$ is the set of real numbers that are not rational.

By definition, these are the irrational numbers (numbers such as $$\sqrt{2},\ \sqrt{3},\ \pi,\ e, \ldots$$).

Hence $$\mathbf{R} - \mathbf{Q} = \{x : x \text{ is an irrational number}\}$$.

Answer

The set of irrational numbers.

12 State whether each of the following statement is true or false. Justify your answer.

(i) $$\{2, 3, 4, 5\}$$ and $$\{3, 6\}$$ are disjoint sets.

Solution

$$3$$ appears in both sets, so $$\{2, 3, 4, 5\} \cap \{3, 6\} = \{3\} \neq \phi$$.

Hence the statement is false.

Answer

False.

(ii) $$\{a, e, i, o, u\}$$ and $$\{a, b, c, d\}$$ are disjoint sets.

Solution

$$a$$ appears in both sets, so the intersection is $$\{a\} \neq \phi$$.

Hence the statement is false.

Answer

False.

(iii) $$\{2, 6, 10, 14\}$$ and $$\{3, 7, 11, 15\}$$ are disjoint sets.

Solution

Comparing elements, no number appears in both sets — one consists of even numbers, the other of odd numbers. So the intersection is empty.

Hence the statement is true.

Answer

True.

(iv) $$\{2, 6, 10\}$$ and $$\{3, 7, 11\}$$ are disjoint sets.

Solution

The first set has only even numbers; the second has only odd numbers. No element is common.

Hence the statement is true.

Answer

True.

Examples 20-22

Example 20 Let $$U = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$$ and $$A = \{1, 3, 5, 7, 9\}$$. Find $$A'$$.

Solution

$$A'$$ (the complement of $$A$$ relative to $$U$$) is the set of elements of $$U$$ that do not belong to $$A$$.

$$A' = U - A = \{1, 2, 3, \ldots, 10\} - \{1, 3, 5, 7, 9\} = \{2, 4, 6, 8, 10\}.$$

Answer

$$A' = \{2, 4, 6, 8, 10\}$$

Example 21 Let $$U$$ be universal set of all the students of Class XI of a coeducational school and $$A$$ be the set of all girls in Class XI. Find $$A'$$.

Solution

$$A'$$ is the set of Class XI students who are not girls, i.e. the boys in Class XI.

Hence $$A' = $$ the set of all boys in Class XI.

Answer

$$A' = $$ the set of all boys in Class XI.

Example 22 Let $$U = \{1, 2, 3, 4, 5, 6\}$$, $$A = \{2, 3\}$$ and $$B = \{3, 4, 5\}$$. Find $$A'$$, $$B'$$, $$A' \cap B'$$, $$A \cup B$$ and hence show that $$(A \cup B)' = A' \cap B'$$.

Solution

Find $$A'$$: $$A' = U - A = \{1, 2, 3, 4, 5, 6\} - \{2, 3\} = \{1, 4, 5, 6\}$$.

Find $$B'$$: $$B' = U - B = \{1, 2, 3, 4, 5, 6\} - \{3, 4, 5\} = \{1, 2, 6\}$$.

Find $$A' \cap B'$$: common elements of $$\{1, 4, 5, 6\}$$ and $$\{1, 2, 6\}$$ are $$1, 6$$.

$$A' \cap B' = \{1, 6\}.$$

Find $$A \cup B$$: $$A \cup B = \{2, 3\} \cup \{3, 4, 5\} = \{2, 3, 4, 5\}$$.

Find $$(A \cup B)'$$: $$(A \cup B)' = U - (A \cup B) = \{1, 2, 3, 4, 5, 6\} - \{2, 3, 4, 5\} = \{1, 6\}$$.

Comparing, $$(A \cup B)' = \{1, 6\} = A' \cap B'$$.

Hence De Morgan's law $$(A \cup B)' = A' \cap B'$$ is verified.

Answer

$$A' = \{1, 4, 5, 6\}$$, $$B' = \{1, 2, 6\}$$, $$A' \cap B' = \{1, 6\}$$, $$A \cup B = \{2, 3, 4, 5\}$$, $$(A \cup B)' = \{1, 6\}$$. Verified $$(A \cup B)' = A' \cap B'$$.

Exercise 1.5

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'$$

Solution

$$A' = U - A = \{1, 2, 3, 4, 5, 6, 7, 8, 9\} - \{1, 2, 3, 4\} = \{5, 6, 7, 8, 9\}$$.

Answer

$$A' = \{5, 6, 7, 8, 9\}$$

(ii) $$B'$$

Solution

$$B' = U - B = \{1, 2, 3, 4, 5, 6, 7, 8, 9\} - \{2, 4, 6, 8\} = \{1, 3, 5, 7, 9\}$$.

Answer

$$B' = \{1, 3, 5, 7, 9\}$$

(iii) $$(A \cup C)'$$

Solution

$$A \cup C = \{1, 2, 3, 4\} \cup \{3, 4, 5, 6\} = \{1, 2, 3, 4, 5, 6\}$$.

$$(A \cup C)' = U - (A \cup C) = \{1, 2, 3, 4, 5, 6, 7, 8, 9\} - \{1, 2, 3, 4, 5, 6\} = \{7, 8, 9\}$$.

Answer

$$(A \cup C)' = \{7, 8, 9\}$$

(iv) $$(A \cup B)'$$

Solution

$$A \cup B = \{1, 2, 3, 4\} \cup \{2, 4, 6, 8\} = \{1, 2, 3, 4, 6, 8\}$$.

$$(A \cup B)' = U - (A \cup B) = \{1, 2, 3, 4, 5, 6, 7, 8, 9\} - \{1, 2, 3, 4, 6, 8\} = \{5, 7, 9\}$$.

Answer

$$(A \cup B)' = \{5, 7, 9\}$$

(v) $$(A')'$$

Solution

From (i), $$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$$.

(This illustrates the general identity $$(A')' = A$$.)

Answer

$$(A')' = \{1, 2, 3, 4\} = A$$

(vi) $$(B - C)'$$

Solution

$$B - C = \{2, 4, 6, 8\} - \{3, 4, 5, 6\} = \{2, 8\}$$ (drop the elements $$4, 6$$ shared with $$C$$).

$$(B - C)' = U - (B - C) = \{1, 2, 3, 4, 5, 6, 7, 8, 9\} - \{2, 8\} = \{1, 3, 4, 5, 6, 7, 9\}$$.

Answer

$$(B - C)' = \{1, 3, 4, 5, 6, 7, 9\}$$

2 If $$U = \{a, b, c, d, e, f, g, h\}$$, find the complements of the following sets:

(i) $$A = \{a, b, c\}$$

Solution

$$A' = U - A = \{a, b, c, d, e, f, g, h\} - \{a, b, c\} = \{d, e, f, g, h\}$$.

Answer

$$A' = \{d, e, f, g, h\}$$

(ii) $$B = \{d, e, f, g\}$$

Solution

$$B' = U - B = \{a, b, c, d, e, f, g, h\} - \{d, e, f, g\} = \{a, b, c, h\}$$.

Answer

$$B' = \{a, b, c, h\}$$

(iii) $$C = \{a, c, e, g\}$$

Solution

$$C' = U - C = \{a, b, c, d, e, f, g, h\} - \{a, c, e, g\} = \{b, d, f, h\}$$.

Answer

$$C' = \{b, d, f, h\}$$

(iv) $$D = \{f, g, h, a\}$$

Solution

$$D' = U - D = \{a, b, c, d, e, f, g, h\} - \{a, f, g, h\} = \{b, c, d, e\}$$.

Answer

$$D' = \{b, c, d, e\}$$

3 Taking the set of natural numbers as the universal set, write down the complements of the following sets:

(i) $$\{x : x \text{ is an even natural number}\}$$

Solution

With $$U = \mathbf{N}$$, the complement of the even natural numbers is the set of natural numbers that are not even, i.e. the odd natural numbers.

$$\{x : x \text{ is an even natural number}\}' = \{x : x \text{ is an odd natural number}\}.$$

Answer

$$\{x : x \text{ is an odd natural number}\}$$

(ii) $$\{x : x \text{ is an odd natural number}\}$$

Solution

The complement (in $$\mathbf{N}$$) of the odd natural numbers is the even natural numbers.

Answer

$$\{x : x \text{ is an even natural number}\}$$

(iii) $$\{x : x \text{ is a positive multiple of } 3\}$$

Solution

The complement in $$\mathbf{N}$$ consists of natural numbers that are not multiples of $$3$$.

Hence $$\{x : x \in \mathbf{N} \text{ and } x \text{ is not a multiple of } 3\}$$.

Answer

$$\{x : x \in \mathbf{N} \text{ and } x \text{ is not a multiple of } 3\}$$

(iv) $$\{x : x \text{ is a prime number}\}$$

Solution

The complement in $$\mathbf{N}$$ is the set of natural numbers that are not prime — i.e. $$1$$ together with all composite numbers.

Answer

$$\{x : x \in \mathbf{N} \text{ and } x \text{ is either } 1 \text{ or a composite number}\}$$

(v) $$\{x : x \text{ is a natural number divisible by } 3 \text{ and } 5\}$$

Solution

A natural number divisible by both $$3$$ and $$5$$ is divisible by $$\mathrm{lcm}(3, 5) = 15$$. So the given set is $$\{15, 30, 45, \ldots\}$$.

The complement in $$\mathbf{N}$$ is the set of natural numbers not divisible by $$15$$.

Answer

$$\{x : x \in \mathbf{N} \text{ and } x \text{ is not divisible by } 15\}$$

(vi) $$\{x : x \text{ is a perfect square}\}$$

Solution

The given set is $$\{1, 4, 9, 16, 25, \ldots\}$$. Its complement in $$\mathbf{N}$$ consists of those natural numbers which are not perfect squares.

Answer

$$\{x : x \in \mathbf{N} \text{ and } x \text{ is not a perfect square}\}$$

(vii) $$\{x : x \text{ is a perfect cube}\}$$

Solution

The given set is $$\{1, 8, 27, 64, 125, \ldots\}$$. Its complement in $$\mathbf{N}$$ consists of natural numbers which are not perfect cubes.

Answer

$$\{x : x \in \mathbf{N} \text{ and } x \text{ is not a perfect cube}\}$$

(viii) $$\{x : x + 5 = 8\}$$

Solution

$$x + 5 = 8 \Rightarrow x = 3$$. So the given set is $$\{3\}$$.

Its complement in $$\mathbf{N}$$ is the set of natural numbers other than $$3$$.

Answer

$$\{x : x \in \mathbf{N},\ x \neq 3\}$$

(ix) $$\{x : 2x + 5 = 9\}$$

Solution

$$2x + 5 = 9 \Rightarrow 2x = 4 \Rightarrow x = 2$$. So the given set is $$\{2\}$$.

Its complement in $$\mathbf{N}$$ is the set of natural numbers other than $$2$$.

Answer

$$\{x : x \in \mathbf{N},\ x \neq 2\}$$

(x) $$\{x : x \geq 7\}$$

Solution

In $$\mathbf{N}$$, the given set is $$\{7, 8, 9, 10, \ldots\}$$. Its complement consists of natural numbers $$< 7$$: $$\{1, 2, 3, 4, 5, 6\}$$.

In set-builder form: $$\{x : x \in \mathbf{N},\ x < 7\}$$.

Answer

$$\{x : x \in \mathbf{N},\ x < 7\} = \{1, 2, 3, 4, 5, 6\}$$

(xi) $$\{x : x \in \mathbf{N} \text{ and } 2x + 1 > 10\}$$

Solution

$$2x + 1 > 10 \Rightarrow 2x > 9 \Rightarrow x > 4.5$$. So in $$\mathbf{N}$$ the given set is $$\{5, 6, 7, \ldots\}$$.

Its complement in $$\mathbf{N}$$ is $$\{1, 2, 3, 4\}$$, i.e. natural numbers with $$x \leq 4$$ (equivalently $$2x + 1 \leq 10$$).

Answer

$$\{x : x \in \mathbf{N},\ 2x + 1 \leq 10\} = \{1, 2, 3, 4\}$$

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 \cup B)' = A' \cap B'$$

Solution

$$A \cup B = \{2, 4, 6, 8\} \cup \{2, 3, 5, 7\} = \{2, 3, 4, 5, 6, 7, 8\}$$.

$$(A \cup B)' = U - (A \cup B) = \{1, 2, 3, 4, 5, 6, 7, 8, 9\} - \{2, 3, 4, 5, 6, 7, 8\} = \{1, 9\}$$.

$$A' = U - A = \{1, 3, 5, 7, 9\}$$.

$$B' = U - B = \{1, 4, 6, 8, 9\}$$.

$$A' \cap B' = \{1, 3, 5, 7, 9\} \cap \{1, 4, 6, 8, 9\} = \{1, 9\}$$.

Both expressions equal $$\{1, 9\}$$, so $$(A \cup B)' = A' \cap B'$$ is verified.

Answer

Verified: both sides equal $$\{1, 9\}$$.

(ii) $$(A \cap B)' = A' \cup B'$$

Solution

$$A \cap B = \{2, 4, 6, 8\} \cap \{2, 3, 5, 7\} = \{2\}$$.

$$(A \cap B)' = U - \{2\} = \{1, 3, 4, 5, 6, 7, 8, 9\}$$.

From the previous part, $$A' = \{1, 3, 5, 7, 9\}$$ and $$B' = \{1, 4, 6, 8, 9\}$$.

$$A' \cup B' = \{1, 3, 5, 7, 9\} \cup \{1, 4, 6, 8, 9\} = \{1, 3, 4, 5, 6, 7, 8, 9\}$$.

Both expressions equal $$\{1, 3, 4, 5, 6, 7, 8, 9\}$$, so $$(A \cap B)' = A' \cup B'$$ is verified.

Answer

Verified: both sides equal $$\{1, 3, 4, 5, 6, 7, 8, 9\}$$.

5 Draw appropriate Venn diagram for each of the following:

(i) $$(A \cup B)'$$

Solution

Draw a rectangle to represent the universal set $$U$$ and two overlapping circles inside the rectangle labelled $$A$$ and $$B$$.

The set $$A \cup B$$ is the region covered by either circle (i.e. both circles together). The complement $$(A \cup B)'$$ is everything in the rectangle outside these two circles.

Shade the region of the rectangle that lies outside both circles. The shaded portion represents $$(A \cup B)'$$.

Answer

Shade the part of the rectangle outside both circles $$A$$ and $$B$$.

(ii) $$A' \cap B'$$

Solution

Draw a rectangle for $$U$$ with two overlapping circles $$A$$ and $$B$$. $$A'$$ is the region outside circle $$A$$; $$B'$$ is the region outside circle $$B$$. Their intersection $$A' \cap B'$$ is the region that lies outside both circles.

Shade the part of the rectangle lying outside both circles. This is the same region as $$(A \cup B)'$$, illustrating De Morgan's law $$(A \cup B)' = A' \cap B'$$.

Answer

Shade the part of the rectangle outside both circles $$A$$ and $$B$$ (same as $$(A \cup B)'$$).

(iii) $$(A \cap B)'$$

Solution

Draw $$U$$ as a rectangle with overlapping circles $$A$$ and $$B$$. $$A \cap B$$ is the lens-shaped overlap of the two circles. $$(A \cap B)'$$ is everything in the rectangle except this overlap.

Shade the entire rectangle except the lens-shaped intersection of $$A$$ and $$B$$.

Answer

Shade the entire rectangle except the overlap of circles $$A$$ and $$B$$.

(iv) $$A' \cup B'$$

Solution

Draw $$U$$ as a rectangle with overlapping circles $$A$$ and $$B$$. $$A'$$ is everything outside $$A$$; $$B'$$ is everything outside $$B$$. Their union $$A' \cup B'$$ is everything that lies outside at least one of the two circles.

This consists of: (i) the part of circle $$A$$ not in $$B$$, (ii) the part of circle $$B$$ not in $$A$$, and (iii) the region of the rectangle outside both circles. Equivalently, it is everything in the rectangle except the lens-shaped overlap $$A \cap B$$ — the same picture as $$(A \cap B)'$$, illustrating De Morgan's law $$(A \cap B)' = A' \cup B'$$.

Answer

Shade the entire rectangle except the overlap of $$A$$ and $$B$$ (same as $$(A \cap B)'$$).

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'$$?

Solution

A triangle is in $$A$$ iff at least one of its angles is not $$60°$$. The complement $$A'$$ consists of triangles for which this fails — that is, triangles whose every angle equals $$60°$$.

A triangle with all three angles equal to $$60°$$ is precisely an equilateral triangle.

Hence $$A' = $$ the set of all equilateral triangles in the plane.

Answer

$$A'$$ is the set of all equilateral triangles in the plane.

7 Fill in the blanks to make each of the following a true statement:

(i) $$A \cup A' = \ldots$$

Solution

Every element of $$U$$ is either in $$A$$ or in $$A'$$ (and not both). So their union covers all of $$U$$.

Hence $$A \cup A' = U$$.

Answer

$$U$$

(ii) $$\phi' \cap A = \ldots$$

Solution

$$\phi' = U - \phi = U$$.

Then $$\phi' \cap A = U \cap A = A$$ (intersection with the universal set is the set itself).

Answer

$$A$$

(iii) $$A \cap A' = \ldots$$

Solution

No element can simultaneously be in $$A$$ and in $$A'$$ (the complement of $$A$$). So their intersection has no elements.

Hence $$A \cap A' = \phi$$.

Answer

$$\phi$$

(iv) $$U' \cap A = \ldots$$

Solution

$$U' = U - U = \phi$$.

Then $$U' \cap A = \phi \cap A = \phi$$.

Answer

$$\phi$$

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.

Solution

Let $$X$$ be the set of letters in ``CATARACT''. The letters are C, A, T, A, R, A, C, T. Removing repeats gives $$X = \{C, A, T, R\}$$.

Let $$Y$$ be the set of letters in ``TRACT''. The letters are T, R, A, C, T. Removing repeats gives $$Y = \{T, R, A, C\} = \{C, A, T, R\}$$.

Both sets consist of exactly the same letters $$C, A, T, R$$.

Hence $$X = Y$$.

Answer

Both sets equal $$\{C, A, T, R\}$$, so they are equal.

Example 24 List all the subsets of the set $$\{-1, 0, 1\}$$.

Solution

A set with $$n$$ elements has $$2^n$$ subsets. Here $$n = 3$$, so there are $$2^3 = 8$$ subsets.

List them by size:

Size $$0$$: $$\phi$$.

Size $$1$$: $$\{-1\},\ \{0\},\ \{1\}$$.

Size $$2$$: $$\{-1, 0\},\ \{-1, 1\},\ \{0, 1\}$$.

Size $$3$$: $$\{-1, 0, 1\}$$.

Total: $$1 + 3 + 3 + 1 = 8$$ subsets, as expected.

Answer

$$\phi,\ \{-1\},\ \{0\},\ \{1\},\ \{-1, 0\},\ \{-1, 1\},\ \{0, 1\},\ \{-1, 0, 1\}$$.

Example 25 Show that $$A \cup B = A \cap B$$ implies $$A = B$$.

Solution

We must show that every element of $$A$$ lies in $$B$$, and every element of $$B$$ lies in $$A$$.

Show $$A \subset B$$. Let $$x \in A$$. Then $$x \in A \cup B$$. By hypothesis $$A \cup B = A \cap B$$, so $$x \in A \cap B$$, which means $$x \in A$$ and $$x \in B$$. In particular $$x \in B$$.

Show $$B \subset A$$. Let $$y \in B$$. Then $$y \in A \cup B = A \cap B$$, so $$y \in A$$ and $$y \in B$$. In particular $$y \in A$$.

Both inclusions hold, so $$A = B$$.

Answer

Proved.

Miscellaneous Exercise on Chapter 1

1 Decide, among the following sets, which sets are subsets of one and another:
$$A = \{x : x \in \mathbf{R} \text{ and } x \text{ satisfy } x^2 - 8x + 12 = 0\}$$, $$B = \{2, 4, 6\}$$, $$C = \{2, 4, 6, 8, \ldots\}$$, $$D = \{6\}$$.

Solution

First, find $$A$$. Solve $$x^2 - 8x + 12 = 0$$: $$(x - 2)(x - 6) = 0$$, so $$x = 2$$ or $$x = 6$$. Hence $$A = \{2, 6\}$$.

Also $$B = \{2, 4, 6\}$$, $$C = \{2, 4, 6, 8, \ldots\}$$ (positive even integers), $$D = \{6\}$$.

Now check inclusions:

  • $$D = \{6\}$$: $$6 \in A$$, $$6 \in B$$, $$6 \in C$$. So $$D \subset A$$, $$D \subset B$$, $$D \subset C$$.
  • $$A = \{2, 6\}$$: both $$2$$ and $$6$$ are in $$B$$ and in $$C$$. So $$A \subset B$$ and $$A \subset C$$.
  • $$B = \{2, 4, 6\}$$: all elements are positive even integers, so $$B \subset C$$.

(No other inclusions hold: e.g. $$4 \in B$$ but $$4 \notin A$$, so $$B \not\subset A$$; $$8 \in C$$ but $$8 \notin B$$, so $$C \not\subset B$$.)

Answer

$$D \subset A \subset B \subset C$$, and consequently $$D \subset B$$, $$D \subset C$$, $$A \subset C$$.

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 \in A$$ and $$A \in B$$, then $$x \in B$$

Solution

False. Being an element of $$B$$ ($$A \in B$$) is different from saying every element of $$A$$ is in $$B$$ ($$A \subset B$$).

Counter-example. Let $$A = \{1, 2\}$$ and $$B = \{\{1, 2\}, 3\}$$. Then $$1 \in A$$ and $$A \in B$$ (since $$A = \{1, 2\}$$ is itself one of the listed elements of $$B$$). But $$1 \notin B$$, because the elements of $$B$$ are $$\{1, 2\}$$ and $$3$$.

Answer

False; e.g. $$A = \{1, 2\},\ B = \{\{1, 2\}, 3\}$$.

(ii) If $$A \subset B$$ and $$B \in C$$, then $$A \in C$$

Solution

False. $$A \subset B$$ does not mean $$A = B$$, so $$A$$ need not be a listed element of $$C$$ just because $$B$$ is.

Counter-example. Let $$A = \{1\}$$, $$B = \{1, 2\}$$ and $$C = \{\{1, 2\}, 3\}$$. Then $$A \subset B$$ and $$B \in C$$. But $$A = \{1\}$$ is not one of the listed elements of $$C$$, so $$A \notin C$$.

Answer

False; e.g. $$A = \{1\},\ B = \{1, 2\},\ C = \{\{1, 2\}, 3\}$$.

(iii) If $$A \subset B$$ and $$B \subset C$$, then $$A \subset C$$

Solution

True. Let $$x \in A$$. Since $$A \subset B$$, we have $$x \in B$$. Since $$B \subset C$$, this gives $$x \in C$$.

Thus every element of $$A$$ is in $$C$$, i.e. $$A \subset C$$. (This is the transitivity of $$\subset$$.)

Answer

True (transitivity of $$\subset$$).

(iv) If $$A \not\subset B$$ and $$B \not\subset C$$, then $$A \not\subset C$$

Solution

False. The relation $$\not\subset$$ is not transitive.

Counter-example. Let $$A = \{1, 2\}$$, $$B = \{2, 3\}$$, $$C = \{1, 2, 4\}$$.

Then $$1 \in A,\ 1 \notin B$$, so $$A \not\subset B$$. And $$3 \in B,\ 3 \notin C$$, so $$B \not\subset C$$. But $$1, 2 \in C$$, so $$A \subset C$$.

Answer

False; e.g. $$A = \{1, 2\},\ B = \{2, 3\},\ C = \{1, 2, 4\}$$.

(v) If $$x \in A$$ and $$A \not\subset B$$, then $$x \in B$$

Solution

False. $$A \not\subset B$$ means at least one element of $$A$$ is not in $$B$$, but it says nothing about a particular $$x \in A$$.

Counter-example. Let $$A = \{1, 2\}$$, $$B = \{3, 4\}$$, $$x = 1$$. Then $$x \in A$$, and $$A \not\subset B$$ (since $$1 \notin B$$). But $$x = 1 \notin B$$.

Answer

False; e.g. $$A = \{1, 2\},\ B = \{3, 4\},\ x = 1$$.

(vi) If $$A \subset B$$ and $$x \notin B$$, then $$x \notin A$$

Solution

True. Suppose, for contradiction, that $$x \in A$$. Since $$A \subset B$$, we would have $$x \in B$$, contradicting the hypothesis $$x \notin B$$.

Hence $$x \notin A$$.

(This is just the contrapositive of $$A \subset B$$: if every element of $$A$$ is in $$B$$, then anything outside $$B$$ is also outside $$A$$.)

Answer

True (contrapositive of $$A \subset B$$).

3 Let $$A$$, $$B$$, and $$C$$ be the sets such that $$A \cup B = A \cup C$$ and $$A \cap B = A \cap C$$. Show that $$B = C$$.

Solution

We use the identity $$B = (B \cap A) \cup (B \cap A')$$ together with distributivity.

Equivalently: take any $$x$$ and split by whether $$x \in A$$.

$$B \subset C$$. Let $$x \in B$$.

  • If $$x \in A$$, then $$x \in A \cap B = A \cap C$$, so $$x \in C$$.
  • If $$x \notin A$$, then $$x \in A \cup B = A \cup C$$, but $$x \notin A$$, so $$x \in C$$.

Either way $$x \in C$$, hence $$B \subset C$$.

$$C \subset B$$. By symmetric reasoning, let $$x \in C$$.

  • If $$x \in A$$, then $$x \in A \cap C = A \cap B$$, so $$x \in B$$.
  • If $$x \notin A$$, then $$x \in A \cup C = A \cup B$$ and $$x \notin A$$ forces $$x \in B$$.

Hence $$C \subset B$$.

Combining both inclusions: $$B = C$$.

Answer

Proved $$B = C$$.

4 Show that the following four conditions are equivalent:

(i) $$A \subset B$$

Solution

We prove the cycle (i) $$\Rightarrow$$ (ii) $$\Rightarrow$$ (iii) $$\Rightarrow$$ (iv) $$\Rightarrow$$ (i). This subpart records the proof of (i) $$\Rightarrow$$ (ii).

(i) $$\Rightarrow$$ (ii): Assume $$A \subset B$$. Suppose for contradiction that $$A - B \neq \phi$$; pick $$x \in A - B$$. Then $$x \in A$$ and $$x \notin B$$, contradicting $$A \subset B$$.

Hence $$A - B = \phi$$.

Answer

(i) $$\Rightarrow$$ (ii) proved.

(ii) $$A - B = \phi$$

Solution

(ii) $$\Rightarrow$$ (iii): Assume $$A - B = \phi$$, i.e. there is no element of $$A$$ outside $$B$$ — every element of $$A$$ is in $$B$$.

We show $$A \cup B = B$$. Clearly $$B \subset A \cup B$$. Conversely, any $$x \in A \cup B$$ is in $$A$$ or in $$B$$; in either case $$x \in B$$ (because every element of $$A$$ is in $$B$$). So $$A \cup B \subset B$$.

Hence $$A \cup B = B$$.

Answer

(ii) $$\Rightarrow$$ (iii) proved.

(iii) $$A \cup B = B$$

Solution

(iii) $$\Rightarrow$$ (iv): Assume $$A \cup B = B$$.

Then $$A \cap B \subset A$$ (always). Conversely, let $$x \in A$$. Then $$x \in A \cup B = B$$, so $$x \in B$$. Combined with $$x \in A$$, this gives $$x \in A \cap B$$. So $$A \subset A \cap B$$.

Both inclusions give $$A \cap B = A$$.

Answer

(iii) $$\Rightarrow$$ (iv) proved.

(iv) $$A \cap B = A$$

Solution

(iv) $$\Rightarrow$$ (i): Assume $$A \cap B = A$$.

Let $$x \in A$$. Since $$A = A \cap B$$, $$x \in A \cap B$$, so $$x \in B$$. Thus every element of $$A$$ lies in $$B$$, i.e. $$A \subset B$$.

This closes the cycle (i) $$\Rightarrow$$ (ii) $$\Rightarrow$$ (iii) $$\Rightarrow$$ (iv) $$\Rightarrow$$ (i), so all four conditions are equivalent.

Answer

(iv) $$\Rightarrow$$ (i) proved; all four are equivalent.

5 Show that if $$A \subset B$$, then $$C - B \subset C - A$$.

Solution

Let $$x \in C - B$$. By definition this means $$x \in C$$ and $$x \notin B$$.

Since $$A \subset B$$, any element not in $$B$$ is also not in $$A$$ (contrapositive of subset). Hence $$x \notin A$$.

Combined with $$x \in C$$, this gives $$x \in C - A$$.

Therefore every element of $$C - B$$ is in $$C - A$$, i.e. $$C - B \subset C - A$$.

Answer

Proved.

6 Show that for any sets $$A$$ and $$B$$, $$A = (A \cap B) \cup (A - B)$$ and $$A \cup (B - A) = (A \cup B)$$.

Solution

Part 1: $$A = (A \cap B) \cup (A - B)$$.

($$\subset$$) Let $$x \in A$$. Either $$x \in B$$ or $$x \notin B$$.

  • If $$x \in B$$, then $$x \in A \cap B \subset (A \cap B) \cup (A - B)$$.
  • If $$x \notin B$$, then $$x \in A - B \subset (A \cap B) \cup (A - B)$$.

($$\supset$$) Both $$A \cap B$$ and $$A - B$$ are subsets of $$A$$, hence so is their union.

Combining, $$A = (A \cap B) \cup (A - B)$$.

Part 2: $$A \cup (B - A) = A \cup B$$.

($$\subset$$) $$A \subset A \cup B$$ trivially. Also $$B - A \subset B \subset A \cup B$$. So $$A \cup (B - A) \subset A \cup B$$.

($$\supset$$) Let $$x \in A \cup B$$. Either $$x \in A$$ (done: $$x \in A \subset A \cup (B - A)$$), or $$x \notin A$$ but $$x \in B$$, in which case $$x \in B - A$$. Either way, $$x \in A \cup (B - A)$$.

Hence $$A \cup (B - A) = A \cup B$$.

Answer

Both identities proved.

7 Using properties of sets, show that

(i) $$A \cup (A \cap B) = A$$

Solution

We prove the equality by showing that each side is contained in the other.

($$\subset$$) Since $$A \cap B \subset A$$, taking the union with $$A$$ on both sides gives $$A \cup (A \cap B) \subset A \cup A = A$$.

($$\supset$$) A set is always contained in its union with another set, so $$A \subset A \cup (A \cap B)$$.

From these two inclusions, $$A \cup (A \cap B) = A$$. This is the absorption law.

Answer

Proved (absorption law).

(ii) $$A \cap (A \cup B) = A$$

Solution

($$\subset$$) $$A \cap (A \cup B) \subset A$$ trivially (intersection of $$A$$ with anything is a subset of $$A$$).

($$\supset$$) Let $$x \in A$$. Then $$x \in A \cup B$$ (since $$A \subset A \cup B$$), and also $$x \in A$$. So $$x \in A \cap (A \cup B)$$.

Hence $$A \cap (A \cup B) = A$$. (Absorption law.)

Answer

Proved (absorption law).

8 Show that $$A \cap B = A \cap C$$ need not imply $$B = C$$.

Solution

It suffices to give a counter-example.

Example. Take $$A = \{1\}$$, $$B = \{1, 2\}$$, $$C = \{1, 3\}$$.

Then $$A \cap B = \{1\} = A \cap C$$. But $$B = \{1, 2\} \neq \{1, 3\} = C$$ (since $$2 \in B,\ 2 \notin C$$).

So $$A \cap B = A \cap C$$ does not imply $$B = C$$.

Answer

Counter-example: $$A = \{1\},\ B = \{1, 2\},\ C = \{1, 3\}$$.

9 Let $$A$$ and $$B$$ be sets. If $$A \cap X = B \cap X = \phi$$ and $$A \cup X = B \cup X$$ for some set $$X$$, show that $$A = B$$.
(Hints: $$A = A \cap (A \cup X)$$, $$B = B \cap (B \cup X)$$ and use Distributive law)

Solution

Using the hints, since $$A \subset A \cup X$$ we have $$A = A \cap (A \cup X)$$ (absorption).

Replace $$A \cup X$$ by $$B \cup X$$ (given equal):

$$A = A \cap (A \cup X) = A \cap (B \cup X).$$

By the distributive law,

$$A \cap (B \cup X) = (A \cap B) \cup (A \cap X) = (A \cap B) \cup \phi = A \cap B.$$

Hence $$A = A \cap B$$, which means $$A \subset B$$ (by the equivalence in mx1.4).

By the same argument, starting from $$B = B \cap (B \cup X) = B \cap (A \cup X) = (B \cap A) \cup (B \cap X) = A \cap B$$, we get $$B \subset A$$.

Therefore $$A = B$$.

Answer

Proved $$A = B$$.

10 Find sets $$A$$, $$B$$ and $$C$$ such that $$A \cap B$$, $$B \cap C$$ and $$A \cap C$$ are non-empty sets and $$A \cap B \cap C = \phi$$.

Solution

We need three sets that pairwise share elements but have no element common to all three.

Example. Take

$$A = \{1, 2\},\quad B = \{2, 3\},\quad C = \{1, 3\}.$$

Check:

  • $$A \cap B = \{2\} \neq \phi$$.
  • $$B \cap C = \{3\} \neq \phi$$.
  • $$A \cap C = \{1\} \neq \phi$$.
  • $$A \cap B \cap C = \{2\} \cap \{1, 3\} = \phi$$ (the only element of $$A \cap B$$ is $$2$$, which is not in $$C$$).

So this choice satisfies all the requirements.

Answer

$$A = \{1, 2\},\ B = \{2, 3\},\ C = \{1, 3\}$$.
NCERT Solutions for Class 11
Maths
NCERT Solutions for Class 11 Maths
Chapter-wise step-by-step
solutions with explanations
explore solutions Maths bg
Physics
NCERT Solutions for Class 11 Physics
Chapter-wise step-by-step
solutions with explanations
explore solutions Physics bg
Chemistry
NCERT Solutions for Class 11 Chemistry
Chapter-wise step-by-step
solutions with explanations
explore solutions Chemistry bg

Frequently Asked Questions

50,000+ JEE Students Trusted Our Score Calculator

Predict your JEE Main percentile, rank & performance in seconds