Union ( ∪ ): The union of two sets A and B is a set containing all elements that are in A, in B, or in both.
Intersection ( ∩ ): The intersection of two sets A and B is a set containing all elements that are in both A and B.
Symmetric Relation: A relation R on a set A is symmetric if (a, b) ∈ R implies (b, a) ∈ R.
Anti-Symmetric Relation: A relation R on a set A is anti-symmetric if (a, b) ∈ R and (b, a) ∈ R implies a = b.
An equivalence relation is a relation that is reflexive, symmetric, and transitive.
1. What is the union of sets A = {1, 2} and B = {2, 3}?
a) {1, 2}
b) {2, 3}
c) {1, 2, 3}
d) {1, 3}
Answer: c) {1, 2, 3}
2. What is the intersection of sets A = {1, 2} and B = {2, 3}?
a) {1}
b) {2}
c) {3}
d) {1, 3}
Answer: b) {2}
3. Which of the following is a symmetric relation?
a) {(1, 2), (2, 1)}
b) {(1, 2), (2, 3)}
c) {(1, 1), (2, 2)}
d) {(1, 2), (3, 4)}
Answer: a) {(1, 2), (2, 1)}
4. Which of the following is an anti-symmetric relation?
a) {(1, 2), (2, 1)}
b) {(1, 1), (2, 2)}
c) {(1, 2), (2, 2)}
d) {(1, 2), (2, 3)}
Answer: b) {(1, 1), (2, 2)}
5. An equivalence relation must be:
a) Reflexive and Symmetric
b) Symmetric and Transitive
c) Reflexive, Symmetric, and Transitive
d) Reflexive and Transitive
Answer: c) Reflexive, Symmetric, and Transitive
6. If a relation R on set A is reflexive, which of the following is true?
a) (a, b) ∈ R
b) (b, a) ∈ R
c) (a, a) ∈ R
d) (a, c) ∈ R
Answer: c) (a, a) ∈ R
7. Which of the following is an example of a relation that is both symmetric and anti-symmetric?
a) {(1, 1), (2, 2)}
b) {(1, 2), (2, 1)}
c) {(1, 2), (2, 3)}
d) {(1, 2), (3, 1)}
Answer: a) {(1, 1), (2, 2)}
8. The intersection of sets A and B is empty. Which of the following statements is true?
a) A ∩ B = A
b) A ∩ B = B
c) A ∩ B = ∅
d) A ∩ B = A ∪ B
Answer: c) A ∩ B = ∅
9. Which of the following statements is true about the union of sets A and B?
a) A ∪ B contains only elements that are in both A and B.
b) A ∪ B contains all elements that are in either A or B or both.
c) A ∪ B is always equal to A.
d) A ∪ B is always equal to B.
Answer: b) A ∪ B contains all elements that are in either A or B or both.
10. If R is an equivalence relation on set A, then:
a) R is only reflexive.
b) R is only symmetric.
c) R is only transitive.
d) R is reflexive, symmetric, and transitive.
Answer: d) R is reflexive, symmetric, and transitive.