Prepizo
Learn › IISER · Maths › Sets › Operations on Sets

Operations on Sets — IISER Maths MCQs with Solutions

Free IISER Maths Operations on Sets MCQs with step-by-step solutions (27 questions). Part of Sets. Practise online on Prepizo — no login needed.

▶ Practise Operations on Sets online (free)

Questions with solutions

Q1 — Operations on Sets · easy · numerical
If $A = \{1, 2, 3, 4\}$ and $B = \{3, 4, 5, 6\}$, then $A \cup B$ is:
A. $\{1, 2, 3, 4, 5, 6\}$  ✓ Correct
B. $\{1, 2, 5, 6\}$
C. $\{3, 4\}$
D. $\{1, 2, 3, 4\}$
Solution: The union collects all elements from either set: $\{1,2,3,4,5,6\}$.
Q2 — Operations on Sets · easy · numerical
If $A = \{1, 2, 3, 4\}$ and $B = \{3, 4, 5, 6\}$, then $A \cap B$ is:
A. $\{1, 2, 3, 4, 5, 6\}$
B. $\{1, 2, 5, 6\}$
C. $\emptyset$
D. $\{3, 4\}$  ✓ Correct
Solution: The intersection is the common elements: $\{3,4\}$.
Q3 — Operations on Sets · easy · numerical
If $A = \{1, 2, 3, 4\}$ and $B = \{3, 4, 5, 6\}$, then $A - B$ is:
A. $\{3, 4\}$
B. $\{1, 2\}$  ✓ Correct
C. $\{5, 6\}$
D. $\{1, 2, 5, 6\}$
Solution: $A - B$ keeps elements of $A$ not in $B$: $\{1,2\}$.
Q4 — Operations on Sets · medium · numerical
For the sets above, $B - A$ equals:
A. $\{5, 6\}$  ✓ Correct
B. $\{3, 4\}$
C. $\emptyset$
D. $\{1, 2\}$
Solution: $B - A$ keeps elements of $B$ not in $A$: $\{5,6\}$.
Q5 — Operations on Sets · medium · theory
Two sets $A$ and $B$ are called disjoint if:
A. $A \cup B = \emptyset$
B. $A \subseteq B$
C. $A \cap B = \emptyset$  ✓ Correct
D. $A = B$
Solution: Disjoint sets share no elements, i.e. $A\cap B = \emptyset$.
Q6 — Operations on Sets · medium · theory
The identity $A - B = A \cap B'$ holds because:
A. $A - B$ is always empty
B. $B' = B$
C. difference equals union
D. removing $B$ from $A$ keeps exactly the elements of $A$ outside $B$  ✓ Correct
Solution: Elements of $A$ not in $B$ are those in $A$ and in $B'$, so $A - B = A\cap B'$.
Q7 — Operations on Sets · medium · theory
For any set $A$, $A \cup \emptyset$ equals:
A. $A$  ✓ Correct
B. $U$
C. $A'$
D. $\emptyset$
Solution: Union with the empty set adds nothing: $A \cup \emptyset = A$.
Q8 — Operations on Sets · medium · theory
For any set $A$, $A \cap \emptyset$ equals:
A. $A'$
B. $\emptyset$  ✓ Correct
C. $A$
D. $U$
Solution: Nothing is common with the empty set: $A \cap \emptyset = \emptyset$.
Q9 — Operations on Sets · easy · theory
If $A \subseteq B$, then $A \cup B$ equals:
A. $A$
B. $B$  ✓ Correct
C. $A \cap B$
D. $\emptyset$
Solution: When $A$ is contained in $B$, the union is the larger set $B$.
Q10 — Operations on Sets · easy · theory
If $A \subseteq B$, then $A \cap B$ equals:
A. $B$
B. $A \cup B$
C. $A$  ✓ Correct
D. $\emptyset$
Solution: When $A\subseteq B$, the common part is all of $A$: $A\cap B = A$.
Q11 — Operations on Sets · medium · numerical
The symmetric difference $A \triangle B = (A - B) \cup (B - A)$ for $A = \{1,2,3\}$, $B = \{2,3,4\}$ is:
A. $\{2, 3\}$
B. $\emptyset$
C. $\{1, 2, 3, 4\}$
D. $\{1, 4\}$  ✓ Correct
Solution: $A-B=\{1\}$, $B-A=\{4\}$, so $A\triangle B = \{1,4\}$.
Q12 — Operations on Sets · medium · theory
The distributive law of union over intersection states:
A. $A \cup (B \cap C) = A \cap (B \cup C)$
B. $A \cap (B \cup C) = (A \cup B) \cap C$
C. $A \cup (B \cap C) = (A \cup B) \cap (A \cup C)$  ✓ Correct
D. $A \cup (B \cap C) = (A \cap B) \cup (A \cap C)$
Solution: Union distributes over intersection: $A\cup(B\cap C) = (A\cup B)\cap(A\cup C)$.
Q13 — Operations on Sets · medium · theory
The distributive law of intersection over union states:
A. $A \cap (B \cup C) = (A \cap B) \cap (A \cap C)$
B. $A \cap (B \cup C) = (A \cup B) \cap (A \cup C)$
C. $A \cap (B \cup C) = (A \cap B) \cup (A \cap C)$  ✓ Correct
D. $A \cap (B \cup C) = A \cup (B \cap C)$
Solution: Intersection distributes over union: $A\cap(B\cup C) = (A\cap B)\cup(A\cap C)$.
Q14 — Operations on Sets · medium · theory
For any set $A$, $A \cup A$ and $A \cap A$ are respectively (idempotent laws):
A. $A$ and $A$  ✓ Correct
B. $\emptyset$ and $A$
C. $A$ and $\emptyset$
D. $U$ and $A$
Solution: By idempotency, $A\cup A = A$ and $A\cap A = A$.
Q15 — Operations on Sets · medium · theory
Which law is expressed by $A \cup B = B \cup A$?
A. Associative law
B. De Morgan's law
C. Distributive law
D. Commutative law  ✓ Correct
Solution: Order does not matter for union: this is commutativity.
Q16 — Operations on Sets · medium · theory
The associative law for intersection is:
A. $(A \cap B) \cap C = A \cap (B \cap C)$  ✓ Correct
B. $A \cap (B \cup C) = (A \cap B) \cup (A \cap C)$
C. $A \cap B = B \cap A$
D. $(A \cap B) \cup C = A \cap (B \cup C)$
Solution: Grouping does not affect the result of repeated intersection.
Q17 — Operations on Sets · medium · numerical
If $A = \{x : x \text{ is a multiple of } 2,\ x \le 12\}$ and $B = \{x : x \text{ is a multiple of } 3,\ x \le 12\}$, then $A \cap B$ is:
A. $\{2, 3\}$
B. $\{6\}$
C. $\{4, 6, 12\}$
D. $\{6, 12\}$  ✓ Correct
Solution: Common multiples of 2 and 3 up to 12 are multiples of 6: $\{6,12\}$.
Q18 — Operations on Sets · hard · numerical
If $A = \{x \in \mathbb{R} : 1 \le x \le 5\}$ and $B = \{x \in \mathbb{R} : 3 \le x \le 8\}$, then $A \cap B$ is:
A. $[1, 3]$
B. $[1, 8]$
C. $[3, 5]$  ✓ Correct
D. $(3, 5)$
Solution: Overlap of $[1,5]$ and $[3,8]$ is $[3,5]$.
Q19 — Operations on Sets · hard · numerical
For the intervals $A = [1, 5]$ and $B = [3, 8]$, the union $A \cup B$ is:
A. $[1, 3] \cup [5, 8]$
B. $(1, 8)$
C. $[3, 5]$
D. $[1, 8]$  ✓ Correct
Solution: The intervals overlap, so their union is the single interval $[1,8]$.
Q20 — Operations on Sets · hard · theory
For any sets, $(A - B) \cap (B - A)$ equals:
A. $A \triangle B$
B. $\emptyset$  ✓ Correct
C. $A \cup B$
D. $A \cap B$
Solution: $A-B$ lies outside $B$ and $B-A$ lies inside $B$; they can share no element, so the intersection is empty.
Q21 — Operations on Sets · medium · theory
For any set $A$ with universal set $U$, $A \cup U$ equals:
A. $U$  ✓ Correct
B. $A$
C. $\emptyset$
D. $A'$
Solution: Union with the universal set gives $U$.
Q22 — Operations on Sets · medium · theory
For any set $A$ with universal set $U$, $A \cap U$ equals:
A. $A'$
B. $A$  ✓ Correct
C. $\emptyset$
D. $U$
Solution: Intersection with the universal set leaves $A$ unchanged.
Q23 — Operations on Sets · hard · numerical
If $A$ and $B$ are disjoint with $n(A) = 7$ and $n(B) = 9$, then $n(A \cup B)$ equals:
A. $63$
B. $2$
C. $16$  ✓ Correct
D. $9$
Solution: For disjoint sets $n(A\cup B) = n(A) + n(B) = 7 + 9 = 16$ (since $n(A\cap B)=0$).
Q24 — Operations on Sets · hard · theory
The operation of set difference is:
A. not commutative in general ($A - B \ne B - A$)  ✓ Correct
B. always commutative
C. always equal to the union
D. always empty
Solution: In general $A-B \ne B-A$; e.g. $\{1,2\}-\{2,3\}=\{1\}$ but $\{2,3\}-\{1,2\}=\{3\}$.
Q25 — Operations on Sets · medium · numerical
If $A = \{a, b, c, d\}$ and $B = \{b, d, e\}$, then $n(A \cup B) + n(A \cap B)$ equals:
A. $5$
B. $9$
C. $6$
D. $7$  ✓ Correct
Solution: $A\cup B = \{a,b,c,d,e\}$ ($n=5$), $A\cap B=\{b,d\}$ ($n=2$); sum $=7$. (Also equals $n(A)+n(B)=4+3$.)
Q26 — Operations on Sets · hard · theory
For any three sets, $A \cap (B - C)$ equals:
A. $(A - B) \cap C$
B. $(A \cap B) - C$ only when $C \subseteq A$
C. $A \cap B \cap C$
D. $(A \cap B) - (A \cap C)$  ✓ Correct
Solution: $A\cap(B-C) = A\cap B\cap C' = (A\cap B) - (A\cap C)$.
Q27 — Operations on Sets · hard · numerical
If $A = \{x \in \mathbb{R} : |x| \le 2\}$ and $B = \{x \in \mathbb{R} : 1 \le x \le 5\}$, then $A - B$ is:
A. $(1, 2]$
B. $[-2, 5]$
C. $[-2, 1]$
D. $[-2, 1)$  ✓ Correct
Solution: $A=[-2,2]$; removing $[1,5]$ leaves $[-2,1)$.