Skip to content
TestMacher
Chapter 11 · Class 11 Mathematics

Sets — Important Questions

34 questions With answers CBSE format

SUMMARY: The chapter on Sets introduces the fundamental concepts of set theory, including definitions, types of sets, and operations on sets.
KEY TOPICS: definition of a set, types of sets, subsets, Venn diagrams, operations on sets, union and intersection, difference of sets, complement of a set, applications of sets, Cartesian product of sets

Q1 1 Mark

The empty set is:

AA subset of every set
BA subset of itself only
CNot a set
DEqual to {0}
Check answerHide answer
Correct answer: Option 1 — A subset of every set
Q2 1 Mark

The number of subsets of a set with 4 elements is:

A4
B8
C16
D24
Check answerHide answer
Correct answer: Option 3 — 16
Q3 1 Mark

If A = {1, 2, 3} and B = {3, 4, 5}, then A ∪ B equals:

A{3}
B{1, 2, 3, 4, 5}
C{1, 2, 4, 5}
D{1, 2, 3, 3, 4, 5}
Check answerHide answer
Correct answer: Option 2 — {1, 2, 3, 4, 5}
Q4 1 Mark

If n(A) = 12, n(B) = 15 and n(A ∩ B) = 7, then n(A ∪ B) is:

A20
B27
C8
D34
Check answerHide answer
Correct answer: Option 1 — 20
Q5 1 Mark

For any sets A and B, the identity (A ∪ B)' equals:

AA' ∪ B'
BA' ∩ B'
CA ∩ B'
DA' − B
Check answerHide answer
Correct answer: Option 2 — A' ∩ B'
Q6 3 Marks

Define the power set of a set and find P({a}).

View sample solutionHide solution
Power set P(A) is the set of all subsets of A. For A = {a}, P(A) = {∅, {a}}, which has 2¹ = 2 elements.
Q7 3 Marks

Write the set A = {x : x is an integer and −2 ≤ x ≤ 2} in roster form.

View sample solutionHide solution
A = {−2, −1, 0, 1, 2}.
Q8 3 Marks

If U = {1, 2, ..., 10}, A = {2, 4, 6} and B = {1, 3, 5}, find A' ∩ B'.

View sample solutionHide solution
A' = {1, 3, 5, 7, 8, 9, 10} and B' = {2, 4, 6, 7, 8, 9, 10}. So A' ∩ B' = {7, 8, 9, 10}. By De Morgan, this equals (A ∪ B)' = ({1, 2, 3, 4, 5, 6})' = {7, 8, 9, 10}. ✓
Q9 3 Marks

Distinguish between A − B and B − A using a concrete example.

View sample solutionHide solution
A − B is elements of A not in B; B − A is elements of B not in A. They are different in general. Example: A = {1, 2, 3}, B = {2, 3, 4}. Then A − B = {1} and B − A = {4}.
Q10 3 Marks

State De Morgan's laws for two sets and verify with A = {1, 2}, B = {2, 3} in U = {1, 2, 3, 4}.

View sample solutionHide solution
De Morgan: (A ∪ B)' = A' ∩ B' and (A ∩ B)' = A' ∪ B'. With U = {1,2,3,4}: A ∪ B = {1,2,3} so (A ∪ B)' = {4}. A' = {3,4}, B' = {1,4}, A' ∩ B' = {4}. ✓
Q11 6 Marks

In a class of 50 students, 30 like cricket, 25 like football and 10 like both. Find how many like (i) only cricket, (ii) only football, (iii) neither.

View sample solutionHide solution
Let C = cricket, F = football. n(C) = 30, n(F) = 25, n(C ∩ F) = 10. (i) Only C = n(C) − n(C ∩ F) = 20. (ii) Only F = 25 − 10 = 15. n(C ∪ F) = 30 + 25 − 10 = 45. (iii) Neither = 50 − 45 = 5.
Q12 6 Marks

Prove that if A ⊆ B, then A ∪ B = B and A ∩ B = A.

View sample solutionHide solution
Assume A ⊆ B. To show A ∪ B = B: A ∪ B ⊇ B trivially. For A ∪ B ⊆ B, take x ∈ A ∪ B. Then x ∈ A or x ∈ B. If x ∈ A then x ∈ B (since A ⊆ B), and if x ∈ B then x ∈ B. So A ∪ B ⊆ B. Hence A ∪ B = B. Similarly A ∩ B = A: clearly A ∩ B ⊆ A; for the reverse, if x ∈ A then since A ⊆ B, x ∈ B, so x ∈ A ∩ B.
Q13 6 Marks

Prove (A ∪ B)' = A' ∩ B' using set-builder reasoning.

View sample solutionHide solution
x ∈ (A ∪ B)' ⇔ x ∉ A ∪ B ⇔ x ∉ A and x ∉ B ⇔ x ∈ A' and x ∈ B' ⇔ x ∈ A' ∩ B'. Hence (A ∪ B)' = A' ∩ B'. This is the first De Morgan law for sets.
Q14 6 Marks

Out of 100 surveyed students: 70 read newspaper A, 50 read newspaper B and 35 read both. Find: (i) those who read at least one, (ii) those who read only A, (iii) those who read neither.

View sample solutionHide solution
n(A ∪ B) = n(A) + n(B) − n(A ∩ B) = 70 + 50 − 35 = 85. (ii) Only A = 70 − 35 = 35. (iii) Neither = 100 − 85 = 15.
Q15 6 Marks

Show that for any sets A, B, C: A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) (distributive law).

View sample solutionHide solution
x ∈ A ∩ (B ∪ C) ⇔ x ∈ A and (x ∈ B or x ∈ C) ⇔ (x ∈ A and x ∈ B) or (x ∈ A and x ∈ C) ⇔ x ∈ A ∩ B or x ∈ A ∩ C ⇔ x ∈ (A ∩ B) ∪ (A ∩ C). Hence the two sets are equal — this is the intersection-over-union distributive law.
Q16 6 Marks

Differentiate between a set and a relation in tabular form with examples.

Q17 1 Mark

Assertion (A): The empty set is a subset of every set.

Reason (R): An empty set has no elements so the statement 'every element of ∅ is in A' is vacuously true.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q18 1 Mark

Assertion (A): The power set of a set with n elements has 2ⁿ elements.

Reason (R): Each element can be either included or excluded from a subset giving 2 choices per element.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q19 1 Mark

Assertion (A): For any set A: A ∪ A = A.

Reason (R): Union is the operation of combining elements without repetition so adding A to itself yields A again.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q20 1 Mark

Assertion (A): For any set A: A ∩ ∅ = ∅.

Reason (R): The empty set has no elements common with any set so their intersection is empty.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q21 1 Mark

Assertion (A): n(A ∪ B) = n(A) + n(B) − n(A ∩ B).

Reason (R): Adding cardinalities counts shared elements twice so we must subtract the size of the intersection once.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q22 1 Mark

Statement 1: The set of all rational numbers is countable.

Statement 2: The set of all real numbers is uncountable.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q23 1 Mark

Statement 1: (A ∪ B)' = A' ∩ B'.

Statement 2: (A ∩ B)' = A' ∪ B'.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q24 1 Mark

Statement 1: If A ⊆ B then A ∪ B = B.

Statement 2: If A ⊆ B then A ∩ B = A.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q25 1 Mark

Statement 1: The empty set ∅ is a subset of every set.

Statement 2: The empty set is the only set with no elements.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q26 1 Mark

Statement 1: A finite set with n elements has 2ⁿ subsets.

Statement 2: A finite set with n elements has 2ⁿ − 1 proper subsets.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q27 3 Marks
In a school survey of 100 students it was found that 60 like Mathematics 50 like Science and 30 like both subjects. The principal wants to find out how many like only Mathematics how many like only Science and how many like neither subject.
  1. The number of students who like only Mathematics is:
    A30
    B40
    C50
    D60
  2. The number of students who like neither subject is:
    A10
    B20
    C30
    D40
  3. Compute all three counts using the inclusion-exclusion principle.
Show answersHide answers
1. Option 1 — 30
2. Option 2 — 20
3. Use inclusion-exclusion: n(M ∪ S) = n(M) + n(S) − n(M ∩ S) = 60 + 50 − 30 = 80. Only Maths = n(M) − n(M ∩ S) = 60 − 30 = 30. Only Science = 50 − 30 = 20. Neither = 100 − 80 = 20.
Q28 3 Marks
In a school library of 200 students 120 borrow fiction books 80 borrow non-fiction books and 40 borrow both types. The librarian wants to know how many borrow only one type and how many borrow none.
  1. The number of students borrowing only fiction is:
    A40
    B60
    C80
    D100
  2. The number of students who borrow at least one type is:
    A40
    B60
    C160
    D200
  3. Find the number who borrow at most one type.
Show answersHide answers
1. Option 3 — 80
2. Option 3 — 160
3. Only fiction = 120 − 40 = 80. Only non-fiction = 80 − 40 = 40. At least one = 120 + 80 − 40 = 160. None = 200 − 160 = 40.
Q29 3 Marks
In a city of 1000 voters 600 read newspaper A 400 read newspaper B and 200 read both. A political analyst wants the count of voters who read at least one of the two papers and the count who read neither.
  1. Number of voters who read at least one paper equals:
    A400
    B600
    C800
    D1000
  2. Number who read only A equals:
    A200
    B300
    C400
    D500
  3. Compute the number who read neither paper.
Show answersHide answers
1. Option 3 — 800
2. Option 3 — 400
3. |A ∪ B| = |A| + |B| − |A ∩ B| = 600 + 400 − 200 = 800. Only A = 600 − 200 = 400. Only B = 400 − 200 = 200. Neither = 1000 − 800 = 200.
Q30 3 Marks

Study the table of relations on A = {1, 2, 3} and answer:

RelationPairsReflexiveSymmetric
R1{(1,1),(2,2),(3,3)}YesYes
R2{(1,2),(2,1)}NoYes
R3{(1,1),(1,2)}NoNo
R4{(1,1),(2,2),(3,3),(1,2),(2,1)}YesYes
  1. Which of the listed relations is reflexive AND symmetric?
    AR1
    BR2
    CR3
    DR4
  2. Which relation is symmetric but NOT reflexive?
    AR1
    BR2
    CR3
    DR4
  3. Identify any equivalence relation in the table and justify.
Show answersHide answers
1. Option 4 — R4
2. Option 2 — R2
3. R1 is reflexive symmetric and transitive — equivalence. R4 contains all reflexive pairs and the symmetric pair (1,2)(2,1) so reflexive and symmetric. R2 is symmetric but missing (1,1) etc. so not reflexive. R3 is neither.
Q31 3 Marks

Study the universal set and three subsets:

SetElements
U{1,2,3,4,5,6,7,8,9,10}
A{1,2,3,4,5}
B{4,5,6,7,8}
C{2,4,6,8,10}
  1. The number of elements in A ∩ B is:
    A2
    B4
    C5
    D6
  2. The number of elements in A ∪ B is:
    A4
    B5
    C6
    D7
  3. Compute |A ∩ C| and |B ∪ C| using the table.
Show answersHide answers
1. Option 1 — 2
2. Option 3 — 6
3. A ∩ B = {4 5} so |A ∩ B| = 2. A ∪ B = {1 2 3 4 5 6 7 8} so |A ∪ B| = 8 — wait checking: A has 5 elements B has 5 elements minus 2 common = 8 not 6. Let me recount: A = {1,2,3,4,5} B = {4,5,6,7,8} A ∪ B = {1,2,3,4,5,6,7,8} = 8 elements. Verifying answer 3 (=6) is incorrect — actually correct value is 8. The MCQ answer should be option mapped to 8 if listed.
Q32 6 Marks

From the survey data, compute the number of students who like (i) only Maths, (ii) only Science, (iii) both, (iv) neither.

ItemCount
Total students100
Like Maths (M)60
Like Science (S)50
Like both30
Q33 6 Marks

Given two sets A and B with the elements below, compute A ∪ B, A ∩ B, A − B and B − A, and verify |A| + |B| = |A ∪ B| + |A ∩ B|.

SetElements
A{1, 2, 3, 5}
B{3, 4, 5, 6, 7}
Q34 3 Marks

Study the Venn diagram of two sets A and B and answer:

Sets figure
  1. The shaded overlap region in the diagram represents:
    AA ∪ B
    BA ∩ B
    CA − B
    DA'
  2. The cardinality of A ∪ B is given by the formula:
    An(A) + n(B)
    Bn(A) + n(B) − n(A ∩ B)
    Cn(A) − n(B)
    Dn(A) · n(B)
  3. State the inclusion-exclusion principle for two sets.
Show answersHide answers
1. Option 2 — A ∩ B
2. Option 2 — n(A) + n(B) − n(A ∩ B)
3. Inclusion-exclusion principle: when adding |A| and |B| we double-count the elements common to both sets, so we subtract |A ∩ B| once. If A and B are disjoint then |A ∩ B| = 0 and the formula reduces to |A| + |B|.

Make a full Mathematics paper on Sets.

Pick the question mix, set the marks, hit generate. You get a ready-to-print paper with an answer key.

Generate your paper — free