>
Home About Online Training Services Hackathons Careers Contact Us
KPSC LAND SURVEYOR RECRUITMENT 2026

Set Theory

Quick Recap for Aspirants (70 MCQs) | Brought to you by NRCODEAI

SET THEORY

Brief Overview

graph TD; A[Set Theory] --> B[Representation]; A --> C[Types of Sets]; A --> D[Operations]; B --> E[Roster Form]; B --> F[Set-Builder Form]; D --> G[Union / Intersection];

Introduction

Set theory is a fundamental branch of mathematics that deals with collections of well-defined distinct objects, which are called sets. It forms the basis of many other concepts in mathematics, such as relations, functions, and probability.

1. Representation of a Set

Sets can be represented mainly in two ways:
* Roster (or Tabular) Form: All elements of the set are listed, separated by commas, and enclosed within braces {}.
* Example: The set of vowels in the English alphabet is V = {a, e, i, o, u}.
* Numerical Example: The set of even numbers less than 10 is E = {2, 4, 6, 8}.
* Set-Builder Form: All elements of the set possess a single common property. It is described using a variable (like x) followed by a colon or vertical line and the condition.
* Example: V = {x : x is a vowel in the English alphabet}.
* Numerical Example: E = {x : x is an even natural number and x < 10}.

MCQs - Representation of a Set

  1. How is a set represented by listing all its elements separated by commas and enclosed in braces?
    a) Set-Builder Form
    b) Roster Form
    c) Venn Diagram
    d) Descriptive Form
    Answer: b
  2. Which of the following is the roster form of the set of prime numbers less than 10?
    a) {1, 2, 3, 5, 7}
    b) {2, 3, 5, 7}
    c) {2, 3, 5, 7, 9}
    d) {x : x is a prime number < 10}
    Answer: b
  3. The set-builder form of A = {2, 4, 6, 8} is:
    a) {x : x is a multiple of 2}
    b) {x : x is an even number less than 10}
    c) {x : x is a multiple of 4}
    d) {x : x is an integer}
    Answer: b
  4. What does the symbol : or | represent in set-builder form?
    a) belongs to
    b) subset of
    c) such that
    d) equal to
    Answer: c
  5. In roster form, does the order of elements matter?
    a) Yes, always
    b) No, the order is immaterial
    c) Only for numbers
    d) Only for alphabets
    Answer: b
  6. The set of all letters in the word "MATHEMATICS" in roster form is:
    a) {M, A, T, H, E, I, C, S}
    b) {M, A, T, H, E, M, A, T, I, C, S}
    c) {x : x is a letter in mathematics}
    d) {M, A, T, H, E, I, C}
    Answer: a
  7. Which form represents a set by writing its elements within curly brackets?
    a) Tabular Form
    b) Set-Builder Form
    c) Equation Form
    d) Set Notation Form
    Answer: a
  8. In set-builder form, a variable x is typically followed by:
    a) a comma
    b) a colon or vertical bar
    c) a semicolon
    d) an exclamation mark
    Answer: b
  9. What is the roster form of the set of natural numbers less than 5?
    a) {1, 2, 3, 4}
    b) {0, 1, 2, 3, 4}
    c) {1, 2, 3, 4, 5}
    d) {x : x < 5}
    Answer: a
  10. The set-builder form for {3, 6, 9, 12} could be:
    a) {x : x is a multiple of 3}
    b) {x : x is a multiple of 3 and x < 15}
    c) {x : x is a number}
    d) {x : x is an integer less than 13}
    Answer: b

2. Types of Sets

  • Empty/Null Set (∅ or {}): A set containing no elements.
  • Numerical Example: A = {x : x is a number both greater than 5 and less than 3} = ∅.
  • Singleton Set: A set containing exactly one element.
  • Numerical Example: B = {x : x is an even prime number} = {2}.
  • Finite Set: A set with a countable number of elements.
  • Numerical Example: C = {1, 2, 3, 4, 5}.
  • Infinite Set: A set with an uncountable number of elements.
  • Numerical Example: D = {1, 2, 3, ...} (Set of all natural numbers).
  • Equal Sets: Two sets A and B are equal if they have exactly the same elements.
  • Numerical Example: If A = {1, 2, 3} and B = {3, 1, 2}, then A = B.
  • Equivalent Sets: Two finite sets are equivalent if they have the same number of elements.
  • Numerical Example: If A = {1, 2, 3} and B = {x, y, z}, then n(A) = 3 and n(B) = 3, so A and B are equivalent.
  • Subset (A ⊆ B): Set A is a subset of B if every element of A is also in B.
  • Numerical Example: If A = {1, 2} and B = {1, 2, 3, 4}, then A ⊆ B.
  • Universal Set (U): A set containing all elements relevant to a particular discussion.
  • Numerical Example: If discussing sets of digits, U = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}.

MCQs - Types of Sets

  1. Which of the following is an example of an empty set?
    a) The set of even prime numbers
    b) The set of odd numbers divisible by 2
    c) The set of prime numbers less than 3
    d) {0}
    Answer: b
  2. If A = {a, b, c} and B = {c, a, b}, then A and B are:
    a) Equivalent but not equal
    b) Equal sets
    c) Disjoint sets
    d) Subsets but not equal
    Answer: b
  3. Which of the following sets is a finite set?
    a) Set of natural numbers
    b) Set of rational numbers between 0 and 1
    c) Set of leaves on a specific tree
    d) Set of points on a line
    Answer: c
  4. If A ⊆ B and B ⊆ A, then:
    a) A is a proper subset of B
    b) A and B are disjoint
    c) A = B
    d) A is an empty set
    Answer: c
  5. A set containing exactly one element is called a:
    a) Empty set
    b) Power set
    c) Singleton set
    d) Universal set
    Answer: c
  6. The set of all real numbers between 1 and 2 is an example of:
    a) A finite set
    b) An infinite set
    c) An empty set
    d) A singleton set
    Answer: b
  7. If A = {x : x is an integer and 2 < x < 3}, then A is:
    a) A singleton set
    b) An infinite set
    c) A null set
    d) A universal set
    Answer: c
  8. How many elements does a power set of a set with 3 elements have?
    a) 3
    b) 6
    c) 8
    d) 9
    Answer: c
  9. Sets A and B are said to be equivalent if:
    a) A ⊆ B and B ⊆ A
    b) They have the same number of elements
    c) A = B
    d) They have exactly the same elements
    Answer: b
  10. The set of all subsets of a set A is known as its:
    a) Universal set
    b) Null set
    c) Power set
    d) Singleton set
    Answer: c

3. Operations on Sets

Let U = {1, 2, 3, 4, 5, 6, 7, 8}, A = {1, 2, 3, 4}, and B = {3, 4, 5, 6}.
* Union (A ∪ B): The set of all elements that are in A, or in B, or in both.
* Numerical Example: A ∪ B = {1, 2, 3, 4, 5, 6}.
* Intersection (A ∩ B): The set of all elements that are common to both A and B.
* Numerical Example: A ∩ B = {3, 4}.
* Difference (A - B): The set of elements that are in A but not in B.
* Numerical Example: A - B = {1, 2}.
* Complement (A'): The set of all elements in the universal set that are not in A.
* Numerical Example: A' = U - A = {5, 6, 7, 8}.

MCQs - Operations on Sets

  1. The union of A = {1, 2, 3} and B = {3, 4, 5} is:
    a) {3}
    b) {1, 2, 3, 4, 5}
    c) {1, 2, 4, 5}
    d) {1, 2, 3, 3, 4, 5}
    Answer: b
  2. The intersection of A = {a, b, c} and B = {c, d, e} is:
    a) {a, b, c, d, e}
    b) {c}
    c) {a, b}
    d) ∅
    Answer: b
  3. If A = {1, 2, 3, 4} and B = {3, 4, 5}, what is A - B?
    a) {1, 2}
    b) {5}
    c) {1, 2, 5}
    d) {3, 4}
    Answer: a
  4. If U = {1, 2, 3, 4, 5} and A = {2, 4}, what is A'?
    a) {2, 4}
    b) {1, 3, 5}
    c) {1, 2, 3, 4, 5}
    d) ∅
    Answer: b
  5. Two sets are disjoint if their intersection is:
    a) The universal set
    b) The union of the sets
    c) An empty set
    d) A singleton set
    Answer: c
  6. The set A ∪ A is always equal to:
    a) U
    b) A
    c) ∅
    d) 2A
    Answer: b
  7. The intersection of any set A with the empty set ∅ is:
    a) A
    b) U
    c) ∅
    d) A'
    Answer: c
  8. If A = {x, y, z} and B = {z, w}, what is A ∪ B?
    a) {z}
    b) {x, y, z, w}
    c) {x, y}
    d) {x, y, w}
    Answer: b
  9. The complement of the universal set (U') is:
    a) U
    b) A
    c) ∅
    d) U - A
    Answer: c
  10. If U is the set of all integers, and A is the set of all even integers, then A' is:
    a) The set of all integers
    b) The set of all prime numbers
    c) The set of all odd integers
    d) ∅
    Answer: c

4. Properties of Union and Intersection

Let A = {1, 2}, B = {2, 3}, C = {3, 4}.
* Commutative Laws: (A ∪ B = B ∪ A) and (A ∩ B = B ∩ A)
* Numerical Example: A ∪ B = {1, 2, 3} and B ∪ A = {1, 2, 3}.
* Associative Laws: (A ∪ B) ∪ C = A ∪ (B ∪ C)
* Numerical Example: (A ∪ B) ∪ C = {1, 2, 3} ∪ {3, 4} = {1, 2, 3, 4}. A ∪ (B ∪ C) = {1, 2} ∪ {2, 3, 4} = {1, 2, 3, 4}.
* Distributive Laws: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
* Numerical Example: B ∩ C = {3}. So A ∪ (B ∩ C) = {1, 2} ∪ {3} = {1, 2, 3}.
(A ∪ B) = {1, 2, 3} and (A ∪ C) = {1, 2, 3, 4}. So (A ∪ B) ∩ (A ∪ C) = {1, 2, 3} ∩ {1, 2, 3, 4} = {1, 2, 3}.

MCQs - Properties of Union and Intersection

  1. The commutative law for union states that:
    a) A ∪ B = A ∩ B
    b) A ∪ (B ∪ C) = (A ∪ B) ∪ C
    c) A ∪ B = B ∪ A
    d) A ∪ A = A
    Answer: c
  2. Which property is shown by A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)?
    a) Commutative Law
    b) Associative Law
    c) Distributive Law
    d) De Morgan's Law
    Answer: c
  3. A ∪ (A ∩ B) simplifies to: (Absorption Law)
    a) A
    b) B
    c) A ∪ B
    d) A ∩ B
    Answer: a
  4. The associative law for intersection states that:
    a) A ∩ B = B ∩ A
    b) A ∩ (B ∩ C) = (A ∩ B) ∩ C
    c) A ∪ (B ∩ C) = (A ∪ B) ∩ C
    d) A ∩ ∅ = ∅
    Answer: b
  5. If A ⊆ B, then A ∩ B is equal to:
    a) A
    b) B
    c) ∅
    d) U
    Answer: a
  6. The Idempotent Law for union states that:
    a) A ∪ ∅ = A
    b) A ∪ A = A
    c) A ∪ B = B ∪ A
    d) A ∪ U = U
    Answer: b
  7. What is A ∩ (B ∪ C) according to the distributive law?
    a) (A ∩ B) ∪ (A ∩ C)
    b) (A ∪ B) ∩ (A ∪ C)
    c) A ∪ (B ∩ C)
    d) (A ∩ B) ∪ C
    Answer: a
  8. A ∩ A = A represents which property?
    a) Commutative Property
    b) Associative Property
    c) Idempotent Property
    d) Identity Property
    Answer: c
  9. For any set A, A ∪ U equals:
    a) A
    b) ∅
    c) U
    d) A'
    Answer: c
  10. The Identity Law for intersection states that:
    a) A ∩ U = A
    b) A ∩ ∅ = A
    c) A ∩ A = A
    d) A ∩ B = B ∩ A
    Answer: a

5. Venn Diagrams

Venn diagrams are visual representations of sets. The Universal set is typically represented by a rectangle, and its subsets are represented by circles within the rectangle. Overlapping circles show intersections (common elements).
(Note: Imagine circles for A = {1, 2, 3, 4} and B = {3, 4, 5, 6} overlapping at {3, 4})

MCQs - Venn Diagrams

  1. In a Venn Diagram, the Universal Set is conventionally represented by a:
    a) Circle
    b) Triangle
    c) Rectangle
    d) Line
    Answer: c
  2. Overlapping circles in a Venn Diagram represent:
    a) Disjoint sets
    b) The difference of sets
    c) The universal set
    d) Sets with common elements (intersection)
    Answer: d
  3. If two circles in a Venn diagram do not touch or overlap at all, the sets are:
    a) Equal
    b) Equivalent
    c) Disjoint
    d) Subsets
    Answer: c
  4. A circle completely inside another circle in a Venn diagram represents:
    a) A subset relationship
    b) A disjoint relationship
    c) The universal set
    d) The intersection is empty
    Answer: a
  5. The region outside the circles but inside the rectangle in a Venn diagram represents:
    a) The union of the sets
    b) The intersection of the sets
    c) The complement of the union of the sets
    d) The universal set only
    Answer: c
  6. In a Venn diagram, sets that are disjoint are drawn as:
    a) Overlapping circles
    b) Non-overlapping circles
    c) A circle within a circle
    d) A square within a circle
    Answer: b
  7. The region common to two overlapping circles in a Venn diagram represents:
    a) Union
    b) Difference
    c) Intersection
    d) Complement
    Answer: c
  8. If set A is a subset of set B, how is this represented in a Venn diagram?
    a) Circle A is completely inside circle B
    b) Circle B is completely inside circle A
    c) Circles A and B are identical
    d) Circles A and B are drawn side by side without overlapping
    Answer: a
  9. The entire area covered by both circles A and B together represents:
    a) A ∩ B
    b) A - B
    c) A ∪ B
    d) B - A
    Answer: c
  10. The region that is inside circle A but outside circle B represents:
    a) A ∩ B
    b) A ∪ B
    c) B - A
    d) A - B
    Answer: d

6. De Morgan's Laws

These laws relate the complement of unions and intersections.
Let U = {1, 2, 3, 4, 5}, A = {1, 2}, B = {2, 3}.
1. (A ∪ B)' = A' ∩ B'
* Numerical Example: A ∪ B = {1, 2, 3}. So (A ∪ B)' = {4, 5}.
A' = {3, 4, 5} and B' = {1, 4, 5}. So A' ∩ B' = {4, 5}.
2. (A ∩ B)' = A' ∪ B'
* Numerical Example: A ∩ B = {2}. So (A ∩ B)' = {1, 3, 4, 5}.
A' = {3, 4, 5} and B' = {1, 4, 5}. So A' ∪ B' = {1, 3, 4, 5}.

MCQs - De Morgan's Laws

  1. According to De Morgan's Laws, (A ∪ B)' is equal to:
    a) A' ∪ B'
    b) A' ∩ B'
    c) A ∩ B
    d) A ∪ B
    Answer: b
  2. According to De Morgan's Laws, (A ∩ B)' is equal to:
    a) A' ∪ B'
    b) A' ∩ B'
    c) A' ∩ B
    d) A ∪ B'
    Answer: a
  3. If U = {1, 2, 3, 4}, A = {1, 2}, B = {2, 3}, what is (A ∪ B)'?
    a) {4}
    b) {1, 3}
    c) {1, 2, 3}
    d) ∅
    Answer: a
  4. If A' ∪ B' = {1, 3, 5}, what is (A ∩ B)'?
    a) {2, 4}
    b) {1, 3, 5}
    c) {1, 2, 3, 4, 5}
    d) Cannot be determined
    Answer: b
  5. De Morgan's laws show the relationship between set operations and:
    a) Set equivalence
    b) Subsets
    c) Complements
    d) Finite sets
    Answer: c
  6. De Morgan's Law for the complement of a union is:
    a) (A ∪ B)' = A' ∪ B'
    b) (A ∪ B)' = A' ∩ B'
    c) (A ∪ B)' = A ∩ B
    d) (A ∪ B)' = A ∪ B
    Answer: b
  7. If U = {1, 2, 3, 4, 5, 6}, A = {1, 2, 3}, and B = {3, 4, 5}, what is A' ∩ B'?
    a) {6}
    b) {1, 2, 4, 5}
    c) {3}
    d) {1, 2, 3, 4, 5}
    Answer: a
  8. The expression (A ∩ B)' is equivalent to which of the following?
    a) A' ∩ B'
    b) A ∪ B
    c) A' ∪ B'
    d) A ∩ B
    Answer: c
  9. De Morgan's Laws are extremely useful in simplifying expressions in:
    a) Algebra only
    b) Set theory and Boolean algebra
    c) Geometry
    d) Calculus
    Answer: b
  10. If (A ∪ B)' = ∅, what can be concluded about A ∪ B?
    a) A ∪ B = ∅
    b) A ∪ B = U
    c) A = B
    d) A and B are disjoint
    Answer: b

7. Relation between Number of Elements of Sets

For any two finite sets A and B:
* n(A ∪ B) = n(A) + n(B) - n(A ∩ B)
* Numerical Example: Let A = {1, 2, 3} and B = {3, 4}.
Here, n(A) = 3 and n(B) = 2.
Their intersection is A ∩ B = {3}, so n(A ∩ B) = 1.
Their union is A ∪ B = {1, 2, 3, 4}, so n(A ∪ B) = 4.
Using formula: 4 = 3 + 2 - 1, which is 4 = 4.

MCQs - Relation between Number of Elements of Sets

  1. For any two finite sets A and B, n(A ∪ B) is equal to:
    a) n(A) + n(B)
    b) n(A) + n(B) + n(A ∩ B)
    c) n(A) + n(B) - n(A ∩ B)
    d) n(A) - n(B)
    Answer: c
  2. If n(A) = 15, n(B) = 20, and n(A ∩ B) = 5, what is n(A ∪ B)?
    a) 30
    b) 35
    c) 40
    d) 25
    Answer: a
  3. If A and B are disjoint sets, then n(A ∪ B) is:
    a) n(A) + n(B) - n(A ∩ B)
    b) n(A) + n(B)
    c) 0
    d) n(A) - n(B)
    Answer: b
  4. In a class of 50 students, 30 study Math and 25 study Science. If 10 study both, how many study either Math or Science?
    a) 55
    b) 45
    c) 40
    d) 50
    Answer: b
  5. If n(A ∪ B) = 50, n(A) = 35, and n(B) = 25, what is n(A ∩ B)?
    a) 10
    b) 15
    c) 20
    d) 5
    Answer: a
  6. If n(A) = 20, n(B) = 30, and n(A ∪ B) = 40, what is n(A ∩ B)?
    a) 50
    b) 10
    c) 20
    d) 0
    Answer: b
  7. In a group of 100 people, 70 speak English and 40 speak French. If all people speak at least one of these two languages, how many speak both?
    a) 10
    b) 20
    c) 30
    d) 40
    Answer: a
  8. If A and B are disjoint sets, then n(A ∩ B) is:
    a) 1
    b) n(A) + n(B)
    c) 0
    d) n(A) * n(B)
    Answer: c
  9. What is the value of n(A - B) in terms of n(A) and n(A ∩ B)?
    a) n(A) + n(A ∩ B)
    b) n(A) - n(A ∩ B)
    c) n(B) - n(A ∩ B)
    d) n(A) + n(B)
    Answer: b
  10. For three finite sets A, B, and C, the term added at the end of the formula for n(A ∪ B ∪ C) is:
    a) - n(A ∩ B ∩ C)
    b) + n(A ∩ B ∩ C)
    c) + n(A ∩ B)
    d) - n(A ∪ B ∪ C)
    Answer: b

8. Fun Facts about Set Theory!

  • Different Sizes of Infinity: Georg Cantor, the founder of set theory, mathematically proved that not all infinities are the same size! The infinity of real numbers (decimals) is vastly larger than the infinity of natural numbers (1, 2, 3...).
  • The Barber Paradox: In 1901, Bertrand Russell created a famous paradox in set theory known as Russell's Paradox. It can be framed like this: If a town has one barber who shaves everyone who doesn't shave themselves, who shaves the barber? This paradox forced mathematicians to completely rewrite the rules of set theory!
  • The Empty Set is Everywhere: The empty set (∅) is considered a subset of every set in existence. Think of it as the ultimate blank canvas!
  • Venn Diagrams: They were introduced by John Venn in 1880, but he originally called them "Eulerian Circles" after Leonhard Euler, who used similar diagrams a century earlier.
  • The Foundation of Math: Set theory is so fundamental that nearly all of modern mathematics can be defined using its rules. Numbers, functions, and geometry can all be built from sets!

Want to master technology and secure your future?

Explore NRCODEAI Programs