1.1 MCQs-Sets
Sets
Basic Concepts and Definitions
1. A set is defined as:
A collection of similar objects
A well-defined collection of distinct objects
A group of numbers
Any collection of things
Show me the answer
Answer: 2. A well-defined collection of distinct objects
Explanation:
A set must be well-defined, meaning it's clear whether any given object is a member of the set or not.
The objects (elements) in a set must be distinct (no repetitions).
The order of elements does not matter in a set.
Example: {1,2,3} and {3,1,2} represent the same set.
2. Which of the following is NOT a correct way to describe a set?
{1,3,5,7}
{x∣x is a prime number less than 10}
{2,4,6,2,8}
{a,e,i,o,u}
Show me the answer
Answer: 3. {2,4,6,2,8}
Explanation:
In a set, elements should be distinct and not repeated.
Option 3 has the element '2' repeated, which violates the definition of a set.
Option 1 uses the roster method (listing all elements).
Option 2 uses the set-builder notation.
Option 4 is the set of vowels in English.
3. The set {x:x∈N and x<1} is:
{0}
{1}
∅
{0,1}
Show me the answer
Answer: 3. ∅
Explanation:
The set contains all natural numbers (N) that are less than 1.
By convention, N={1,2,3,…} (natural numbers start from 1).
There is no natural number less than 1.
Therefore, the set is empty, denoted by ∅ or {}.
4. Which of the following represents a singleton set?
{a,b,c}
{5}
{∅}
Both 2 and 3
Show me the answer
Answer: 4. Both 2 and 3
Explanation:
A singleton set contains exactly one element.
{5} has one element: the number 5.
{∅} has one element: the empty set ∅ itself.
It's important to distinguish ∅ (empty set, 0 elements) from {∅} (singleton set, 1 element).
{a,b,c} has three elements, so it's not a singleton.
5. Two sets A and B are said to be equal if:
They have the same number of elements
Every element of A is in B and every element of B is in A
They are both subsets of each other
Both 2 and 3
Show me the answer
Answer: 4. Both 2 and 3
Explanation:
Sets A and B are equal (A=B) if they contain exactly the same elements.
Formally: A=B if and only if A⊆B and B⊆A.
Option 2 is the direct definition: every element of A is in B, and every element of B is in A.
Option 3 is equivalent to option 2 through the definition of subset.
Option 1 describes equivalent sets (same cardinality), not necessarily equal sets.
Subsets and Power Sets
6. If a set A has 5 elements, how many subsets does it have?
5
10
25
32
Show me the answer
Answer: 4. 32
Explanation:
The number of subsets of a set with n elements is 2n.
Here, n = 5, so number of subsets = 25=32.
This includes:
The empty set: 1
Singleton subsets: 5
2-element subsets: (25)=10
3-element subsets: (35)=10
4-element subsets: (45)=5
The set itself: 1
Total = 1 + 5 + 10 + 10 + 5 + 1 = 32.
7. For any set A, which of the following is always TRUE?
A∈A
∅∈A
∅⊆A
A⊂A
Show me the answer
Answer: 3. ∅⊆A
Explanation:
The empty set ∅ is a subset of every set, including itself.
Formally: ∅⊆A for any set A.
A∈A is generally false (except in some axiomatic set theories with non-well-founded sets).
∅∈A is only true if A explicitly contains the empty set as an element.
A⊂A is false because A⊆A (A is a subset of itself), but not a proper subset.
8. The power set of {a,b} is:
{{a},{b}}
{∅,{a},{b},{a,b}}
{∅,a,b,{a,b}}
{a,b,{a},{b}}
Show me the answer
Answer: 2. {∅,{a},{b},{a,b}}
Explanation:
The power set of a set A, denoted P(A), is the set of all subsets of A.
For A = {a,b}, the subsets are:
Empty set: ∅
Singleton subsets: {a}, {b}
The set itself: {a,b}
Therefore, P({a,b})={∅,{a},{b},{a,b}}.
Note: The elements of the power set are sets themselves.
9. If A⊆B and B⊆A, then:
A and B are disjoint
A is a proper subset of B
A = B
B is a proper subset of A
Show me the answer
Answer: 3. A = B
Explanation:
If A⊆B, then every element of A is in B.
If B⊆A, then every element of B is in A.
Together, these imply that A and B have exactly the same elements.
Therefore, A=B.
This is known as the antisymmetry property of set inclusion.
10. How many proper subsets does a set with 4 elements have?
15
16
4
8
Show me the answer
Answer: 1. 15
Explanation:
For a set with n elements:
Total number of subsets = 2n
Number of proper subsets = 2n−1 (excluding the set itself)
Here, n = 4:
Total subsets = 24=16
Proper subsets = 16 - 1 = 15
Proper subsets include all subsets except the original set itself.
Universal Set and Complement
11. If U is the universal set and A is any subset of U, then A∪A′ equals:
∅
A
A′
U
Show me the answer
Answer: 4. U
Explanation:
A′ (complement of A) contains all elements in U that are not in A.
The union A∪A′ contains all elements that are either in A OR in A' (or both).
Since every element of U is either in A or in A' (by definition of complement), the union equals the entire universal set.
This is one of the complement laws: A∪A′=U.
12. For any set A, (A′)′ equals:
∅
U
A
A′
Show me the answer
Answer: 3. A
Explanation:
This is the involution law or double complement law.
The complement of A, denoted A′, contains all elements not in A.
The complement of A′, denoted (A′)′, contains all elements not in A′.
An element not in A′ must be in A.
Therefore, (A′)′=A.
Example: If U = {1,2,3,4,5} and A = {1,2}, then A' = {3,4,5}, and (A')' = {1,2} = A.
13. Which of the following is NOT true for any sets A and B?
(A∪B)′=A′∩B′
(A∩B)′=A′∪B′
A−B=A∩B′
A−B=B−A
Show me the answer
Answer: 4. A−B=B−A
Explanation:
Options 1 and 2 are De Morgan's Laws.
Option 3 is true: A−B (elements in A but not in B) equals A∩B′.
Option 4 is generally false: A−B and B−A are different sets unless A = B.
Example: Let A = {1,2,3}, B = {3,4,5}
A−B={1,2}
B−A={4,5}
Clearly, {1,2}={4,5}
14. If U = {1,2,3,4,5,6,7,8,9,10}, A = {2,4,6,8,10}, then A′ is:
{1,3,5,7,9}
{2,4,6,8,10}
{1,2,3,4,5,6,7,8,9,10}
∅
Show me the answer
Answer: 1. {1,3,5,7,9}
Explanation:
The complement A′ contains all elements in U that are not in A.
U = {1,2,3,4,5,6,7,8,9,10}
A = {2,4,6,8,10} (even numbers from 1 to 10)
Elements not in A: {1,3,5,7,9} (odd numbers from 1 to 10)
Therefore, A′={1,3,5,7,9}.
Operations on Sets
15. For sets A = {1,2,3,4} and B = {3,4,5,6}, A∪B is:
{3,4}
{1,2,5,6}
{1,2,3,4,5,6}
{1,2,3,4}
Show me the answer
Answer: 3. {1,2,3,4,5,6}
Explanation:
The union A∪B contains all elements that are in A OR in B (or both).
A = {1,2,3,4}
B = {3,4,5,6}
Elements in A: 1,2,3,4
Elements in B: 3,4,5,6
Combined unique elements: 1,2,3,4,5,6
Therefore, A∪B={1,2,3,4,5,6}.
16. For sets A = {1,2,3,4} and B = {3,4,5,6}, A∩B is:
{3,4}
{1,2,5,6}
{1,2,3,4,5,6}
{1,2,3,4}
Show me the answer
Answer: 1. {3,4}
Explanation:
The intersection A∩B contains all elements that are in BOTH A AND B.
A = {1,2,3,4}
B = {3,4,5,6}
Common elements: 3 and 4
Therefore, A∩B={3,4}.
17. For sets A = {1,2,3,4} and B = {3,4,5,6}, A−B is:
{3,4}
{1,2}
{5,6}
{1,2,5,6}
Show me the answer
Answer: 2. {1,2}
Explanation:
The difference A−B contains elements that are in A but NOT in B.
A = {1,2,3,4}
B = {3,4,5,6}
Elements in A: 1,2,3,4
Remove elements that are also in B: 3,4
Remaining: 1,2
Therefore, A−B={1,2}.
18. For sets A = {1,2,3,4} and B = {3,4,5,6}, the symmetric difference A△B is:
{3,4}
{1,2,5,6}
{1,2,3,4,5,6}
{1,2}
Show me the answer
Answer: 2. {1,2,5,6}
Explanation:
Symmetric difference A△B contains elements that are in either A or B, but NOT in both.
Definition: A△B=(A−B)∪(B−A)
From previous questions:
A−B={1,2}
B−A={5,6}
Therefore, A△B={1,2}∪{5,6}={1,2,5,6}.
Alternatively: A△B=(A∪B)−(A∩B)={1,2,3,4,5,6}−{3,4}={1,2,5,6}.
Laws of Set Algebra
19. Which law states that A∪(B∩C)=(A∪B)∩(A∪C)?
Commutative law
Associative law
Distributive law
De Morgan's law
Show me the answer
Answer: 3. Distributive law
Explanation:
This is the distributive law of union over intersection.
Just like in algebra: a×(b+c)=(a×b)+(a×c)
In set theory: union distributes over intersection.
There's also the dual distributive law: A∩(B∪C)=(A∩B)∪(A∩C)
This law can be proven using element arguments or Venn diagrams.
20. De Morgan's Law states that:
(A∪B)′=A′∩B′
(A∩B)′=A′∪B′
Both 1 and 2
A∪(B∩C)=(A∪B)∩(A∪C)
Show me the answer
Answer: 3. Both 1 and 2
Explanation:
De Morgan's Laws are two important laws in set theory:
The complement of a union equals the intersection of complements: (A∪B)′=A′∩B′
The complement of an intersection equals the union of complements: (A∩B)′=A′∪B′
These laws also apply in logic (for AND/OR operations) and Boolean algebra.
They can be proven using element arguments or Venn diagrams.
21. The commutative law for sets states that:
A∪B=B∪A
A∩B=B∩A
Both 1 and 2
A∪(B∪C)=(A∪B)∪C
Show me the answer
Answer: 3. Both 1 and 2
Explanation:
Commutative laws state that the order of operands doesn't matter for union and intersection:
A∪B=B∪A
A∩B=B∩A
However, note that:
A−B=B−A (difference is not commutative)
A×B=B×A (Cartesian product is not commutative unless A = B)
Option 4 represents the associative law for union.
22. Which of the following represents the absorption law?
A∪(A∩B)=A
A∩(A∪B)=A
Both 1 and 2
A∪A=A
Show me the answer
Answer: 3. Both 1 and 2
Explanation:
Absorption laws state that:
A∪(A∩B)=A
A∩(A∪B)=A
These laws describe how a set "absorbs" certain combinations with itself.
They can be verified using Venn diagrams or logical reasoning:
For (1): Any element in A∪(A∩B) is either in A or in both A and B, so it must be in A.
For (2): Any element in A∩(A∪B) is in A and also in either A or B, so it must be in A.
Option 4 represents the idempotent law.
Cardinality of Sets
23. For any two finite sets A and B, the formula n(A∪B)=n(A)+n(B)−n(A∩B) is known as:
De Morgan's principle
Inclusion-Exclusion principle
Distributive principle
Complement principle
Show me the answer
Answer: 2. Inclusion-Exclusion principle
Explanation:
The Inclusion-Exclusion principle for two sets states: n(A∪B)=n(A)+n(B)−n(A∩B)
Reason: When we add n(A) and n(B), elements in A∩B are counted twice.
So we subtract n(A∩B) once to count them only once.
For three sets: n(A∪B∪C)=n(A)+n(B)+n(C)−n(A∩B)−n(B∩C)−n(C∩A)+n(A∩B∩C)
24. If n(A)=20, n(B)=30, and n(A∩B)=10, then n(A∪B) is:
40
50
60
70
Show me the answer
Answer: 1. 40
Explanation:
Using the Inclusion-Exclusion principle: n(A∪B)=n(A)+n(B)−n(A∩B)
Substitute given values: n(A∪B)=20+30−10=40
Verification:
Elements only in A: n(A)−n(A∩B)=20−10=10
Elements only in B: n(B)−n(A∩B)=30−10=20
Elements in both: n(A∩B)=10
Total: 10 + 20 + 10 = 40
25. If n(A)=50, n(B)=40, and n(A∪B)=70, then n(A∩B) is:
10
20
30
40
Show me the answer
Answer: 2. 20
Explanation:
From Inclusion-Exclusion: n(A∪B)=n(A)+n(B)−n(A∩B)
Rearranging: n(A∩B)=n(A)+n(B)−n(A∪B)
Substitute: n(A∩B)=50+40−70=20
This means there are 20 elements common to both sets A and B.
26. In a class of 60 students, 35 play cricket and 25 play football. If 10 play both, how many play neither?
10
15
20
25
Show me the answer
Answer: 1. 10
Explanation:
Let C = set of cricket players, F = set of football players
Given: n(U)=60, n(C)=35, n(F)=25, n(C∩F)=10
Using Inclusion-Exclusion: n(C∪F)=35+25−10=50
This means 50 students play at least one sport.
Students playing neither = Total - Students playing at least one =60−50=10
Cartesian Product
27. The Cartesian product A×B is defined as:
{a,b:a∈A,b∈B}
{(a,b):a∈A,b∈B}
{b,a:b∈B,a∈A}
(a,b) for all a∈A,b∈B
Show me the answer
Answer: 2. {(a,b):a∈A,b∈B}
Explanation:
The Cartesian product A×B is the set of all ordered pairs (a,b) where a∈A and b∈B.
Important properties:
(a,b) is an ordered pair: (a,b)=(b,a) unless a = b
A×B=B×A in general
Example: If A = {1,2}, B = {a,b}, then: A×B={(1,a),(1,b),(2,a),(2,b)} B×A={(a,1),(a,2),(b,1),(b,2)}
28. If A has 3 elements and B has 4 elements, then A×B has:
7 elements
12 elements
1 element
Cannot be determined
Show me the answer
Answer: 2. 12 elements
Explanation:
The number of elements in A×B is the product of the number of elements in A and B.
Formula: n(A×B)=n(A)×n(B)
Here: n(A)=3, n(B)=4
Therefore: n(A×B)=3×4=12
Each element of A can be paired with each element of B.
29. For any set A, A×∅ equals:
A
∅
{(a,∅):a∈A}
{(∅,a):a∈A}
Show me the answer
Answer: 2. ∅
Explanation:
The Cartesian product with the empty set is always empty.
Reason: For A×∅ to have an element (a,b), we need a∈A and b∈∅.
But there is no b∈∅ (empty set has no elements).
Therefore, A×∅=∅.
Similarly, ∅×A=∅.
30. Which distributive property is TRUE for Cartesian product?
A×(B∪C)=(A×B)∪(A×C)
A×(B∩C)=(A×B)∩(A×C)
Both 1 and 2
Neither 1 nor 2
Show me the answer
Answer: 3. Both 1 and 2
Explanation:
Cartesian product distributes over both union and intersection:
A×(B∪C)=(A×B)∪(A×C)
A×(B∩C)=(A×B)∩(A×C)
Also distributes over set difference: A×(B−C)=(A×B)−(A×C)
These can be proven using element arguments: For (1): (x,y)∈A×(B∪C)⇔x∈A and y∈(B∪C) ⇔x∈A and (y∈B or y∈C) ⇔(x∈A and y∈B) or (x∈A and y∈C) ⇔(x,y)∈(A×B) or (x,y)∈(A×C) ⇔(x,y)∈(A×B)∪(A×C)
Last updated