MCQ On Set Basics
Q1. How to define a set?.
- A collection of well-defined objects or element
- A collection of unordered objects or element
- Any random elements
- A collection of special characters
Answer: a, A collection of well-defined objects or element
Q2. How is a set denoted?.
- ()
- {}
- []
- **
Answer: b, {}
Q3. A set can be a collection but a collection cannot be a set..
- TRUE
- FALSE
Answer: a, TRUE
Solution: A collection becomes a set only when it is well-defined.
Q4. Which one of the following is not a set?.
- The collection of all whole numbers less than 200
- The collection of all boys in your class
- The collection of talented actors in Hollywood
- The collection of all books written by Chetan Bhagat
Answer: c, The collection of talented actors in Hollywood
Solution: ‘Talented actors’ is not well-defined, so it’s not a set.
Q5. Which of the following is not a set of letters of word PRINCIPAL?.
- {P,R,I,N,C,A,L}
- {C,A,P,I,N,R,L}
- {P,R,I,N,C,I,P,A,L}
- {L,N,I,P,C,A,R}
Answer: c, {P,R,I,N,C,I,P,A,L}
Solution: A set has all unique elements. Hence, {P,R,I,N,C,I,P,A,L} cannot be a set.
Q6. How will you define a set of all real numbers?.
- {x: -1 < x < 1}
- {x: 0 < x < ∞}
- {x: -∞ < x < ∞}
- {x: -Z < x < +Z}
Answer: c, {x: -∞ < x < ∞}
Solution: All the numbers whether it is an integer or rational number or irrational number is defined as Real Number. The range of the real number lies between in the range (-∞, +∞).
Q7. How will you define Union of two sets A and B?.
- {x: x € A or x € B}
- {x: x € A or x € B (or both)}
- {x: x € A and B}
- {x: x € A – B}
Answer: b, {x: x € A or x € B (or both)}
Q8. How will you define the difference of two sets B-A?.
- {x: x € A and x Ɇ B}
- {x: x Ɇ A and x € B}
- {x: x € A and x € B}
- {x: x Ɇ A and x Ɇ B}
Answer: b, {x: x Ɇ A and x € B}
Solution: The difference of a set A and B is denoted as A-B. A-B is a set of those elements that are in the set A but not in the set B. Similarly, the difference of a set B and A is denoted as B-A. It is a set of those elements that are in the set B but not in the set A.
Q9. What will be the set of the interval (a, b]?.
- {x: a < x < b}
- {x: a ≤ x ≤ b}
- {x: a < x ≤ b}
- {x: a ≤ x < b}
Answer: c, {x: a < x ≤ b}
Solution:
- The symbol ( ) implies that the value will always be less than or greater than the x value i.e. end points are not included.
- { } implies that all the values that does not satisfy a given interval are included inside {}.
- [ ] implies that the value will always be less than equal to or greater than equal to the x value i.e. end points are included. This is possible only when both a and b are finite.
Q10. Write the set {x : x is a natural number and x2-9=0} in roster form..
- {3}
- {-3}
- {3,-3}
- {9,3}
Answer: a, {3}
Solution:
x2- 9 =0
x 2 = 9
x=±3
Since x is a natural number, we take only the positive value.
Q11. The number of elements in set {x : x is a letter of word TRIGONOMETRY} is __________.
- 8
- 7
- 9
- 10
Answer: c, 9
Solution: Set = {T,R,I,G,O,N,M,E,Y} = 9 elements.
Q12. What is the solution set of the equation X2+3X+2=0 in roster form?.
- {-1, 2}
- {-1, -2}
- {1, -2}
- {1, 2}
Answer: b, {-1, -2}
Solution:
x 2 +3x+2 = 0
(x+1)(x+2) = 0
x = −1 or x = −2
Solution set in roster form:
{−1, −2}
Q13. The set O of odd positive integers less than 10 can be expressed by _____________.
- {1, 2, 3}
- {1, 3, 5, 7, 9}
- {1, 2, 5, 9}
- {1, 5, 7, 9, 11}
Answer: b, {1, 3, 5, 7, 9}
Q14. The Cartesian Product B x A is equal to the Cartesian product A x B.
- TRUE
- FALSE
Answer: b, FALSE
Q15. What is the Cartesian product of A = {1, 2} and B = {a, b}?.
- {(1, a), (1, b), (2, a), (b, b)}
- {(1, 1), (2, 2), (a, a), (b, b)}
- {(1, a), (2, a), (1, b), (2, b)}
- {(1, 1), (a, a), (2, a), (1, b)}
Answer: c, {(1, a), (2, a), (1, b), (2, b)}
Q16. Which of the following two sets are equal?.
- A = {1, 2} and B = {1}
- A = {1, 2} and B = {1, 2, 3}
- A = {1, 2, 3} and B = {2, 1, 3}
- A = {1, 2, 4} and B = {1, 2, 3}
Answer: c, A = {1, 2, 3} and B = {2, 1, 3}
Solution: Two sets are equal if and only if they have the same elements.
Q17. The set of positive integers is _____________.
- Infinite
- Finite
- Subset
- Empty
Answer: a, Infinite
Q18. The members of the set S = {x | x is the square of an integer and x < 100} is ________________.
- {0, 2, 4, 5, 9, 58, 49, 56, 99, 12}
- {0, 1, 4, 9, 16, 25, 36, 49, 64, 81}
- {1, 4, 9, 16, 25, 36, 64, 81, 85, 99}
- {0, 1, 4, 9, 16, 25, 36, 49, 64, 121}
Answer: b, {0, 1, 4, 9, 16, 25, 36, 49, 64, 81}
Solution: Squares less than 100: 0²–9² = {0,1,4,9,16,25,36,49,64,81}
Q19. Which of the following is an empty set?.
- The set of all prime numbers less than 10
- The set of all even natural numbers divisible by 3
- The set of all natural numbers between 5 and 6
- The set of all prime numbers divisible by 2
Answer: c, The set of all natural numbers between 5 and 6
Q20. A set that contains no elements is called a....
- Singleton set
- Power set
- Null set
- Universal set
Answer: c, Null set
Q21. Which of the following is an empty set?.
- { x:x is a natural number 5 < x < 6 }
- { x:x is a prime number, 2 < x < 5 }
- {x:x is an integer, x2-3x+2=0}
- {x:x is a rational number, x2+1=0}
Answer: d, {x:x is a rational number, x2+1=0}
Q22. Which of the following is an infinite set?.
- The set of days in a week
- The set of factors of 30
- {x:x is an even prime number}
- The set of natural numbers less than 100
Answer: c, {x:x is an even prime number}
Q23. The set A={x:x is a letter in the word 'FOLLOW'} and the set B={y:y is a letter in the word 'WOLF'}. Which of the following is true?.
- A and B are disjoint sets
- A=B
- A ⊂ B
- None of these
Answer: b, A=B
Solution:
Set A = {F, O, L, W}
Set B = {W, O, L, F}
Both sets contain exactly the same elements.
A={F,O,L,W}=B
Q24. If A={x,y,z} and B={u,v,w,x}, and the universal set U={s,t,u,v,w,x,y,z}, what is the complement of set A?.
- {u,v,w}
- {s,t}
- {s,t,u,v,w}
- {u,v,w,x}
Answer: c, {s,t,u,v,w}
Q25. For any two sets A and B, A ∩ (A ∪ B) =.
- A
- B
- ф
- none of these
Answer: a, A
Solution:
A∪B = Means all elements that are in A or in B (or in both).
Every element of A is always included in A∪B.
So
A⊆(A∪B)
A∩(A∪B) Means
- A is completely contained in A∪B
- When we take the intersection with A, the common part will be exactly the elements of A.
A ∩ (A ∪ B) = A
(Absorption Law)
Q26. If A = {1, 3, 5, B} and B = {2, 4} then.
- 4∈А
- {4} ⊂ A
- B ⊂ A
- none of these
Answer: d, none of these
Q27. The symmetric difference of A and B is not equal to.
- (A-B) ∩ (B-A)
- (A-B) ∪ (B-A)
- (A∪B)−(A∩B)
- {(A∪B)−A}∪{(A∪B)−B}
Answer: a, (A-B) ∩ (B-A)
Solution: Because option (a) is NOT equal to the symmetric difference of 𝐴 A and 𝐵 B.
Q28. If A ⊆ B and B ⊆ A, then.
- A ≠ B
- A ∪ B = ∅
- A = B
- A ∩ B = ∅
Answer: c, A = B
Solution: If each set is a subset of the other, they must be equal.
Q29. If U = {1,2,3,4,5} and A = {1,3}, then A′ is.
- {1,3}
- {2,4,5}
- {1,2,3}
- ∅
Answer: b, {2,4,5}
Q30. If A = {a,b,c}, how many proper subsets does A have?.
- 6
- 7
- 8
- 5
Answer: b, 7
Solution:
Total subsets = 2n = 23 = 8
Q31. If a set A has n elements, then the number of non-empty subsets of A is:.
- 2ⁿ
- 2ⁿ − 1
- n²
- n − 1
Answer: b, 2ⁿ − 1
Solution:
Total subsets = 2ⁿ
Empty subset = 1
Non-empty subsets = 2ⁿ − 1
Q32. Which of the following statements is TRUE?.
- ∅ ⊆ ∅
- ∅ ∈ ∅
- {∅} = ∅
- ∅ = {0}
Answer: a, ∅ ⊆ ∅
Solution: The empty set is a subset of every set, including itself.
Q33. If A has 3 elements and B has 4 elements, then the maximum number of elements in A ∩ B is:.
- 1
- 3
- 4
- 7
Answer: b, 3
Solution: Maximum intersection = size of smaller set = 3