1.3 - Basic Operation on Sets.

1.3.1 - Uinion, Interaction and Diffrence of Sets.


1: What does the union of two sets X and Y represent?
Correct Answer: C) Elements that are in either X or Y
2: Which symbol is used to denote the union of two sets?
Correct Answer: A) ∪
3: If X = {1, 3, 5, 7} and Y = {1, 2, 4, 6, 8}, what is X ∪ Y?
Correct Answer: C) {1, 2, 3, 4, 5, 6, 7, 8}
4: What does the intersection of two sets X and Y represent?
Correct Answer: C) Elements that are in both X and Y
5: Which symbol is used to denote the intersection of two sets?
Correct Answer: B) ∩
6: If X = {1, 3, 5, 7} and Y = {1, 2, 3, 4, 6, 8}, what is X ∩ Y?
Correct Answer: B) {1, 3}
7: What does the difference X − Y represent in set theory?
Correct Answer: B) Elements that are in X but not in Y
8: If X = {1, 2, 3, 4, 5, 6} and Y = {1, 3, 5}, what is X − Y?
Correct Answer: B) {2, 4, 6}
9: If Y = {a, b, c, d, e, f} and X = {a, e}, what is Y − X?
Correct Answer: B) {b, c, d, f}
10: Which of the following Venn diagram regions represents the set difference X − Y?
Correct Answer: C) The area inside circle X but outside circle Y

1.3.2 - Cmplement of Set.


11: If U = {a, b, c, d, e, f} and X = {b, d, f}, what is the complement of X relative to U?
Correct Answer: B) {a, c, e}
12: Which symbol is commonly used to denote the complement of a set X?
Correct Answer: C) X'
13: In the Venn diagram, which area represents the complement of set X relative to universal set U?
Correct Answer: B) The area outside X but within U
14: If U = {1, 2, 3, 4, 5, 6, 7} and X = {1, 3, 5}, what is X'?
Correct Answer: A) {2, 4, 6, 7}
15: Given U = {x, y, z} and X = {x}, what is X'?
Correct Answer: B) {y, z}
16: What does the complement of a set X relative to U represent?
Correct Answer: C) Elements not in X but in U
17: If U = {1, 2, 3, 4, 5} and X = {2, 4}, what is the complement of X in U?
Correct Answer: C) {1, 3, 5}
18: Which of the following statements is true about the complement of a set X?
Correct Answer: B) The complement of X includes only the elements not in X
19: If X = {a, b} and U = {a, b, c, d}, what is the complement of X in U?
Correct Answer: C) {c, d}

1.3.3 - Disjoint Sets and Cartesian Product of Two Sets.


20: What defines two sets X and Y as disjoint sets?
Correct Answer: C) X ∩ Y = ∅
21: If X = {2, 4, 6} and Y = {1, 3, 5}, what is X ∩ Y?
Correct Answer: D) ∅
22: What is the Cartesian product of the sets A = {1, 2, 3} and B = {x, y}?
Correct Answer: A) {(1, x), (1, y), (2, x), (2, y), (3, x), (3, y)}
23: What is the Cartesian product B × A if A = {1, 2, 3} and B = {x, y}?
Correct Answer: A) {(x, 1), (x, 2), (x, 3), (y, 1), (y, 2), (y, 3)}
24: Which of the following pairs of sets are disjoint?
Correct Answer: C) X = {1, 3, 5}, Y = {2, 4, 6}
25: If A = {1, 2} and B = {p, q, r}, which of the following is not a member of A × B?
Correct Answer: C) (3, p)
26: What is the Cartesian product A × B if A = {a, b} and B = {1, 2, 3}?
Correct Answer: A) {(a, 1), (a, 2), (a, 3), (b, 1), (b, 2), (b, 3)}
27: Which of the following correctly represents B × A if A = {1, 2} and B = {x, y}?
Correct Answer: A) {(x, 1), (y, 1), (x, 2), (y, 2)}