Class 11 Maths NCERT Solutions Chapter 1 Ex 1.1 – Sets | Boundless Maths
Ex 1.1 Class 11 Maths NCERT Solutions · Chapter 1

Class 11 Maths NCERT Solutions Chapter 1 Ex 1.1 – Sets

Free, step-by-step Class 11 Maths NCERT Solutions for Chapter 1 Ex 1.1 — all 6 questions solved, covering well-defined collections, the ∈ and ∉ symbols, and converting sets between roster form and set-builder form.

Question 1 sets up the whole chapter's core idea — a collection is only a set if it's well-defined, so subjective phrases like "most talented" or "most dangerous" get ruled out while objective ones don't. Question 2 is a quick warm-up on membership notation, and Questions 3–5 are where most of the practice lies: moving fluently between roster form (listing elements) and set-builder form (describing a property), including two-digit number puzzles, word-letter sets, and inequality-based integer sets. Question 6 closes the exercise by asking you to match roster-form sets to their set-builder description, which is really just Questions 3–4 in reverse.

6Questions
Easy–MediumDifficulty Mix
2026-27CBSE Syllabus

Class 11 Maths NCERT Solutions Chapter 1 Ex 1.1 — All 6 Questions

1

Which of the following are sets? Justify your answer.
(i) The collection of all months of a year beginning with the letter J.
(ii) The collection of ten most talented writers of India.
(iii) A team of eleven best cricket batsmen of the world.
(iv) The collection of all boys in your class.
(v) The collection of all natural numbers less than 100.
(vi) A collection of novels written by the writer Munshi Prem Chand.
(vii) The collection of all even integers.
(viii) The collection of questions in this Chapter.
(ix) A collection of most dangerous animals of the world.

Medium +
Solution

A collection is a set only if it is well-defined, i.e., we can say for certain whether a given object belongs to it or not.

(i) Months beginning with J: January, June, July — a fixed, unambiguous list.
∴ It is a set.

(ii) "Most talented" is a matter of opinion; it varies from person to person.
∴ It is not a set.

(iii) "Best" cricket batsmen is subjective and differs from one judge to another.
∴ It is not a set.

(iv) Every boy in the class is a definite, identifiable individual.
∴ It is a set.

(v) Natural numbers less than 100 are precisely 1, 2, 3, ..., 99.
∴ It is a set.

(vi) The novels written by Munshi Prem Chand form a fixed, identifiable collection.
∴ It is a set.

(vii) Even integers are precisely defined: ..., −4, −2, 0, 2, 4, ...
∴ It is a set.

(viii) The questions in this chapter form a fixed, countable collection.
∴ It is a set.

(ix) "Most dangerous" is subjective — it varies from person to person.
∴ It is not a set.

(i), (iv), (v), (vi), (vii), (viii) are sets.
(ii), (iii), (ix) are not sets, since "most talented", "best", and "most dangerous" are not well-defined.
2

Let A=\{1,2,3,4,5,6\}. Insert the appropriate symbol \in or \notin in the blank spaces:
(i) 5\ldots A
(ii) 8\ldots A
(iii) 0\ldots A
(iv) 4\ldots A
(v) 2\ldots A
(vi) 10\ldots A

Easy +
Solution

Given A=\{1,2,3,4,5,6\}:

(i) 5 is an element of A.
5\in A

(ii) 8 is not an element of A.
8\notin A

(iii) 0 is not an element of A.
0\notin A

(iv) 4 is an element of A.
4\in A

(v) 2 is an element of A.
2\in A

(vi) 10 is not an element of A.
10\notin A

(i) ∈
(ii) ∉
(iii) ∉
(iv) ∈
(v) ∈
(vi) ∉
3

Write the following sets in roster form:
(i) A=\{x : x \text{ is an integer and } -3\le x \lt 7\}
(ii) B=\{x : x \text{ is a natural number less than } 6\}
(iii) C=\{x : x \text{ is a two-digit natural number such that the sum of its digits is } 8\}
(iv) D=\{x : x \text{ is a prime number which is a divisor of } 60\}
(v) E= the set of all letters in the word TRIGONOMETRY
(vi) F= the set of all letters in the word BETTER

Medium +
Solution
(i) A = {x : x is an integer, −3 ≤ x < 7}

Listing every integer from −3 up to (but not including) 7:

A=\{-3,-2,-1,0,1,2,3,4,5,6\}
(ii) B = {x : x is a natural number less than 6}
B=\{1,2,3,4,5\}
(iii) C = {x : x is a two-digit natural number, digit sum = 8}

Checking two-digit numbers whose digits add to 8: 17, 26, 35, 44, 53, 62, 71, 80.

C=\{17,26,35,44,53,62,71,80\}
(iv) D = {x : x is a prime number which is a divisor of 60}

Since 60=2^2\times3\times5, its only prime divisors are 2, 3 and 5.

D=\{2,3,5\}
(v) E = set of all letters in TRIGONOMETRY

Listing each distinct letter once (repeated letters like R, O, T are not repeated in a set):

E=\{T,R,I,G,O,N,M,E,Y\}
(vi) F = set of all letters in BETTER

The distinct letters appearing are B, E, T and R.

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

Write the following sets in the set-builder form:
(i) \{3,6,9,12\}
(ii) \{2,4,8,16,32\}
(iii) \{5,25,125,625\}
(iv) \{2,4,6,\ldots\}
(v) \{1,4,9,\ldots,100\}

Medium +
Solution

(i) Each term is 3 times a natural number, from n=1 to n=4.

\{x : x=3n,\ n\in\mathbb{N},\ 1\le n\le4\}

(ii) Each term is a power of 2, from 2^1 to 2^5.

\{x : x=2^n,\ n\in\mathbb{N},\ 1\le n\le5\}

(iii) Each term is a power of 5, from 5^1 to 5^4.

\{x : x=5^n,\ n\in\mathbb{N},\ 1\le n\le4\}

(iv) The pattern continues indefinitely — this is the set of all even natural numbers.

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

(v) Each term is the square of a natural number, from 1^2 to 10^2.

\{x : x=n^2,\ n\in\mathbb{N},\ 1\le n\le10\}
5

List all the elements of the following sets:
(i) A=\{x : x \text{ is an odd natural number}\}
(ii) B=\{x : x \text{ is an integer}, -\tfrac{1}{2}\lt x\lt\tfrac{9}{2}\}
(iii) C=\{x : x \text{ is an integer}, x^2\le4\}
(iv) D=\{x : x \text{ is a letter in the word "LOYAL"}\}
(v) E=\{x : x \text{ is a month of a year not having 31 days}\}
(vi) F=\{x : x \text{ is a consonant in the English alphabet which precedes } k\}

Easy +
Solution

(i) The odd natural numbers continue indefinitely, so A is infinite.

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

(ii) \tfrac{9}{2}=4.5, so the integers strictly between -0.5 and 4.5 are 0, 1, 2, 3, 4.

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

(iii) x^2\le4 \Rightarrow -2\le x\le2, so the integers satisfying this are −2, −1, 0, 1, 2.

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

(iv) The distinct letters in "LOYAL" are L, O, Y, A (L is not repeated in a set).

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

(v) The months without 31 days are April, June, September, November (30 days each), and February (28 or 29 days).

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

(vi) The consonants before k in the English alphabet are b, c, d, f, g, h, j.

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

Match each of the sets on the left described in roster form with the same set on the right described in set-builder form:
(i) \{1,2,3,6\}
(ii) \{2,3\}
(iii) \{M,A,T,H,E,I,C,S\}
(iv) \{1,3,5,7,9\}
(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 a natural number and a divisor of 6}\}
(d) \{x : x \text{ is a letter of the word MATHEMATICS}\}

Easy +
Solution

(i) \{1,2,3,6\} are the natural-number divisors of 6.
∴ matches (c).

(ii) \{2,3\} are the divisors of 6 that are also prime.
∴ matches (a).

(iii) The distinct letters of "MATHEMATICS" are M, A, T, H, E, I, C, S.
∴ matches (d).

(iv) \{1,3,5,7,9\} are the odd natural numbers less than 10.
∴ matches (b).

(i) {1, 2, 3, 6}(c) divisors of 6
(ii) {2, 3}(a) prime divisors of 6
(iii) {M,A,T,H,E,I,C,S}(d) letters of MATHEMATICS
(iv) {1, 3, 5, 7, 9}(b) odd naturals < 10
(i) → (c)
(ii) → (a)
(iii) → (d)
(iv) → (b)

Revising before a test?

Every definition and property from this chapter — sets, subsets, union, intersection, complement — on one printable formula sheet.

Get Formula Cards →
Common Questions

Class 11 Maths NCERT Solutions Chapter 1 Ex 1.1 — FAQs

How many questions are there in Exercise 1.1?
Exercise 1.1 has 6 questions, covering which collections qualify as well-defined sets, the ∈ and ∉ symbols, and converting sets between roster form and set-builder form.
What makes a collection a well-defined set?
A collection is a set only if it's well-defined — meaning it's always possible to say for certain whether a given object belongs to it or not. Collections based on subjective judgements, like "most talented" or "most dangerous", are not well-defined and so aren't sets.
Where can I find the official NCERT textbook for this chapter?
Sets is Chapter 1 of the NCERT Class 11 Mathematics textbook, published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the exercise exactly as it appears there.

Carry the formulas with you

One-page printable formula deck for every unit, including Sets.

Get Formula Cards →
Expert CBSE Coaching · Class 9–12