Sets — Class 11 MCQs with Answers
Class 11 CBSE Mathematics · Chapter 1
90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated
Practise the most important Class 11 CBSE Mathematics questions from Chapter 1, "Sets". You get 9 timed quizzes made from 90 NCERT-based MCQs, with answers and explanations. The questions are split into 30 Easy, 30 Medium and 30 Hard. Warm up on the basics, then move on to the exam-level questions that set top scorers in CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced apart.
To score well in "Sets", focus on fast problem-solving, formula recall and step-by-step working. Each MCQ here is timed and uses exam-style marking (+4 correct, −1 wrong, 0 skipped). This trains you to stay accurate under time pressure, as real papers need. Every question has a short explanation, so a wrong answer becomes a quick lesson. It is the fastest way to fix gaps before a test.
Use this chapter for focused revision. Start with the Easy set to check your basics on Sets, then move to Medium and Hard to practise applying them. Your accuracy, streaks and XP save automatically. This chapter also adds to your overall Class 11 Mathematics mastery score. 14 sample questions are solved in full below, with the answer and a worked explanation. Sign in free to start practising.
Key concepts: Sets (Class 11 Mathematics)
Sets are the language of mathematics: well-defined collections of distinct objects. This chapter builds representations (roster and set-builder), classifies sets by size and relation, introduces the power set and universal set, and develops union, intersection, difference and complement with De Morgan's laws and counting.
- Set & representation
- A well-defined collection of distinct objects. Roster form lists elements in braces; set-builder form states a defining property, e.g. {x : x is even}.
- Empty set
- The set with no elements, written ∅ or { }. It is a subset of every set; note {∅} and {0} are non-empty, so ∅ is not the same as {∅}.
- Finite and infinite sets
- A finite set has a countable number of elements that end somewhere; an infinite set never terminates, like ℕ. Cardinality n(A) counts a finite set.
- Equal & equivalent sets
- Two sets are equal if they have exactly the same elements, regardless of order or repetition; they are equivalent if they merely share the same cardinality.
Sets — important questions & MCQs with answers (Class 11 Mathematics)
14 solved questions from this chapter's difficulty levels, each with its answer and explanation. The other 76 are timed and scored when you sign in.
- Q1Easy
Which of the following is a well-defined set?
A.Collection of beautiful flowersB.Collection of all even integers✓ CorrectC.Collection of clever studentsD.Collection of tall peopleAnswer: B. Collection of all even integers
Explanation: A set must be well-defined — every object's membership decidable without opinion, like "even integers." "Beautiful" or "clever" depends on judgment, so those collections aren't sets at all.
- Q2Easy
If A = {1, 2}, the number of subsets of A is:
A.4✓ CorrectB.3C.2D.5Answer: A. 4
Explanation: A set with n elements has 2ⁿ subsets; here n=2 gives 2²=4: ∅, {1}, {2}, {1,2}. Forgetting to count ∅ and the whole set itself is the usual undercount.
- Q3Easy
A set is:
A.Any group of itemsB.A well-defined collection of distinct objects✓ CorrectC.An ordered pairD.A functionAnswer: B. A well-defined collection of distinct objects
Explanation: A set is a well-defined collection of distinct objects — membership must be decidable and repeats don't count twice. A vague "group" without a clear rule fails this test.
- Q4Easy
A ∪ B is the set of all elements:
A.In A onlyB.In A and BC.In A or B (or both)✓ CorrectD.In B onlyAnswer: C. In A or B (or both)
Explanation: A∪B is every element in A or in B (including those in both) — the "or" here is inclusive. Restricting it to elements in A alone misreads union as intersection.
- Q5Easy
If A = {1, 2, 3} and B = {3, 4}, A ∪ B is:
A.{3}B.{1, 2, 3, 4}✓ CorrectC.{1, 2}D.{1, 2, 3, 4, 5}Answer: B. {1, 2, 3, 4}
Explanation: A∪B merges every element from either set once: {1,2,3}∪{3,4}={1,2,3,4}, with the shared 3 counted only once. Adding an extra element like 5 that appears nowhere is the trap.
- Q6Easy
The empty set is denoted by:
A.0B.{0}C.∅ (or {})✓ CorrectD.UAnswer: C. ∅ (or {})
Explanation: The empty set (no elements) is written ∅ or {} — never {0}, which is a set containing the element 0, so it already has one member.
- Q7Medium
Sets A and B are equal iff:
A.|A| = |B|B.A ⊆ B and B ⊆ A✓ CorrectC.A ⊆ BD.B ⊆ AAnswer: B. A ⊆ B and B ⊆ A
Explanation: Two sets are equal exactly when each is a subset of the other: A⊆B and B⊆A together force A=B. Checking only A⊆B alone proves containment, not equality.
- Q8Medium
Set of all real numbers x with 0 ≤ x < 5 is written as:
A.[0, 5)✓ CorrectB.(0, 5)C.[0, 5]D.(0, 5]Answer: A. [0, 5)
Explanation: 0≤x<5 includes the left endpoint but excludes the right one, written [0,5) — square bracket for included, round for excluded. Using (0,5) instead wrongly excludes 0 too.
- Q9Medium
If A = {1, 2, 3} and B = {3, 4, 5}, then A ∪ B is:
A.{3}B.{1, 2}C.{1, 2, 3, 4, 5}✓ CorrectD.{4, 5}Answer: C. {1, 2, 3, 4, 5}
Explanation: A∪B collects every element appearing in A or B, counted once each: {1,2,3}∪{3,4,5}={1,2,3,4,5}. Listing the shared element 3 twice is the common slip.
- Q10Medium
For two sets: |A ∪ B| equals:
A.|A| + |B|B.|A| + |B| − |A ∩ B|✓ CorrectC.|A| × |B|D.|A| − |B|Answer: B. |A| + |B| − |A ∩ B|
Explanation: Inclusion-exclusion for two sets: |A∪B|=|A|+|B|−|A∩B|, subtracting the overlap so it isn't counted twice. Forgetting the −|A∩B| term inflates the union's size.
- Q11Medium
Power set of {1, 2} is:
A.{{1}, {2}}B.{1, 2}C.{∅, {1}, {2}, {1,2}}✓ CorrectD.∅Answer: C. {∅, {1}, {2}, {1,2}}
Explanation: The power set lists every subset, always including ∅ and the whole set: P({1,2})={∅,{1},{2},{1,2}}. Leaving out ∅ or {1,2} itself is the common omission.
- Q12Hard
If n(A × B) = 6 and A = {1, 2}, then n(B) is:
A.3✓ CorrectB.4C.2D.6Answer: A. 3
Explanation: n(A × B) = n(A) × n(B), so n(B) = 6 ÷ 2 = 3.
- Q13Hard
If a set has 5 elements, the number of elements in its power set is:
A.10B.32✓ CorrectC.25D.5Answer: B. 32
Explanation: |P(A)|=2ⁿ counts every subset of a set with n elements: 2⁵=32 for a 5-element set. Confusing this with n²=25 or just n=5 is the usual error.
- Q14Hard
Set of all positive integers x with x² ≤ 20 is:
A.{1, 2, 3}B.{1, 2, 3, 4, 5}C.{1, 2, 3, 4}✓ CorrectD.{0, 1, 2, 3, 4}Answer: C. {1, 2, 3, 4}
Explanation: x²≤20 for positive integers holds up to x=4, since 4²=16≤20 but 5²=25 exceeds 20, giving {1,2,3,4}. Rounding √20≈4.47 up to 5 instead of down is the usual overreach.
Start this chapter free
You have 14 solved above. Sign in with Google (no card needed). You get 1 Easy + 1 Medium quiz on every chapter during your 30-day trial. After that, you keep 1 Easy quiz on every chapter, free for good, plus the full key-concept notes, formulas & exam tips.
This chapter has 90 questions (30 Easy · 30 Medium · 30 Hard), with timed scoring and instant feedback. The rest unlock with the ₹999/year plan.
Start this chapter free →Sets — FAQs
What are the key concepts in Class 11 Mathematics Sets?+
Sets are the language of mathematics: well-defined collections of distinct objects. This chapter builds representations (roster and set-builder), classifies sets by size and relation, introduces the power set and universal set, and develops union, intersection, difference and complement with De Morgan's laws and counting. Key ideas include Set & representation, Empty set, Finite and infinite sets, Equal & equivalent sets.
What does Class 11 Mathematics Chapter 1 (Sets) cover on XamBaaz?+
It has 90 NCERT-based MCQs on "Sets": 30 Easy, 30 Medium and 30 Hard. Together they make 9 timed quizzes, and you never get the same set twice. Every question has an instant explanation. They help you prepare for CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced.
Are these "Sets" questions free to practise?+
Yes. Sign in with Google to practise "Sets" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.
How should I revise "Sets" for the exam?+
Start with the Easy quiz to check your basics, then try Medium and Hard to practise applying them. There are 9 timed quizzes on this chapter, so you can come back for a fresh set instead of one you have seen. Read each explanation, retry the questions you miss, and track your accuracy until it stays high.
Are these "Sets" MCQs available with answers?+
Yes. 14 sample questions are shown here in full, each with the correct option and a step-by-step "Why" explanation. Sign in free with Google to start practising, with instant scoring.
Is there negative marking in the "Sets" quizzes?+
Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip, the same negative marking as JEE Main and JEE Advanced. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.
What are the important questions from Sets (Class 11 Mathematics)?+
The questions that matter most test Set & representation, Empty set, Finite and infinite sets, Equal & equivalent sets. This page shows 14 solved important MCQs with answers and explanations; all 90 questions on the chapter are available as timed quizzes once you sign in.
Is there an online quiz for Sets?+
Yes — Class 11 Mathematics Sets has timed online quizzes at Easy, Medium and Hard levels, with instant scoring and a worked explanation on every question. The first quiz on the chapter is free.
