Match List I with List II Let R 1= {(1, 1), (2, 2), (3, 3)} and R 2 = {(1, 1), (1, 2), (1, 3), (1, 4)} List I List II (A) R 1∪ R 2 (I) {(1, 1), (1, 2), (1, 3), (1, 4), (2, 2), (3, 3)} (B) R 1- R 2 (II) {1, 1} (C) R 1∩ R 2 (III) {(1, 2), (1, 3), (1, 4)} (D) R 2- R 1 (IV) {(2, 2), (3, 3)} Choose the correct answer from the options given below:
A - I, B - IV, C - II, D - III
Binary relations are sets of ordered pairs. We can perform standard set operations like union, intersection, and difference on these relations. The given problem asks us to apply these operations to two relations, R1 and R2, and match the results with items in List II.
We are given two binary relations:
The union of two sets (relations in this case) contains all elements (ordered pairs) that are in either set, or in both. We combine the pairs from R1 and R2, listing each unique pair only once.
$R_1 \cup R_2 = \{(1, 1), (2, 2), (3, 3)\} \cup \{(1, 1), (1, 2), (1, 3), (1, 4)\}$
The common pair is $(1, 1)$. The pairs only in R1 are $(2, 2), (3, 3)$. The pairs only in R2 are $(1, 2), (1, 3), (1, 4)$.
$R_1 \cup R_2 = \{(1, 1), (1, 2), (1, 3), (1, 4), (2, 2), (3, 3)\}$
This result matches List II (I). So, (A) matches with (I).
The difference $R_1 - R_2$ contains all elements (ordered pairs) that are in $R_1$ but are *not* in $R_2$.
$R_1 - R_2 = \{(1, 1), (2, 2), (3, 3)\} - \{(1, 1), (1, 2), (1, 3), (1, 4)\}$
We look at each pair in R1:
$R_1 - R_2 = \{(2, 2), (3, 3)\}$
This result matches List II (IV). So, (B) matches with (IV).
The intersection of two sets contains all elements (ordered pairs) that are in *both* sets.
$R_1 \cap R_2 = \{(1, 1), (2, 2), (3, 3)\} \cap \{(1, 1), (1, 2), (1, 3), (1, 4)\}$
We look for pairs that appear in both R1 and R2:
$R_1 \cap R_2 = \{(1, 1)\}$
This result, $\{(1, 1)\}$, matches List II (II) which is given as $\{1, 1\}$. So, (C) matches with (II).
The difference $R_2 - R_1$ contains all elements (ordered pairs) that are in $R_2$ but are *not* in $R_1$.
$R_2 - R_1 = \{(1, 1), (1, 2), (1, 3), (1, 4)\} - \{(1, 1), (2, 2), (3, 3)\}$
We look at each pair in R2:
$R_2 - R_1 = \{(1, 2), (1, 3), (1, 4)\}$
This result matches List II (III). So, (D) matches with (III).
Based on our calculations, we have the following matches:
| List I Operation | Result | Matches List II |
|---|---|---|
| (A) $R_1 \cup R_2$ | $\{(1, 1), (1, 2), (1, 3), (1, 4), (2, 2), (3, 3)\}$ | (I) $\{(1, 1), (1, 2), (1, 3), (1, 4), (2, 2), (3, 3)\}$ |
| (B) $R_1 - R_2$ | $\{(2, 2), (3, 3)\}$ | (IV) $\{(2, 2), (3, 3)\}$ |
| (C) $R_1 \cap R_2$ | $\{(1, 1)\}$ | (II) $\{1, 1\}$ |
| (D) $R_2 - R_1$ | $\{(1, 2), (1, 3), (1, 4)\}$ | (III) $\{(1, 2), (1, 3), (1, 4)\}$ |
The correct matches are:
| Operation | Definition | Example with R1, R2 |
|---|---|---|
| Union ($A \cup B$) | Set of elements in A or B (or both). | $R_1 \cup R_2 = \{(1, 1), (1, 2), (1, 3), (1, 4), (2, 2), (3, 3)\}$ |
| Intersection ($A \cap B$) | Set of elements in both A and B. | $R_1 \cap R_2 = \{(1, 1)\}$ |
| Difference ($A - B$) | Set of elements in A but not in B. | $R_1 - R_2 = \{(2, 2), (3, 3)\}$ $R_2 - R_1 = \{(1, 2), (1, 3), (1, 4)\}$ |
A binary relation R from a set A to a set B is a subset of the Cartesian product $A \times B$. In this problem, the relations are from a set to itself, for instance, from $\{1, 2, 3\}$ to $\{1, 2, 3\}$ for $R_1$, and from $\{1\}$ to $\{1, 2, 3, 4\}$ or a similar context for $R_2$, although the specific sets A and B are not explicitly defined, only the pairs in the relations. When relations are defined on the same sets (e.g., both subsets of $A \times A$), we can apply standard set operations like union, intersection, and difference to combine or compare them.
The result of a set operation on relations is another set of ordered pairs, which is also a relation. Understanding these basic operations is fundamental in discrete mathematics and their applications in computer science and other fields.
Let R be a relation on a set A such that R = R-1, then R is
Which of the following is an open set?
In a beauty contest, half the number of experts voted for Mr. A and two third voted for Mr. B. 10 voted for both and 6 did not for either. How many experts were there in all?
In a survey where 100 students reported which subjects they like, 32 students in total liked Mathematics, 38 students liked Business and 30 students liked Literature. Moreover 7 students liked both Mathematics and Literature, 10 students liked both Mathematics and Business, 8 students liked both Business and Literature, 5 students liked all three subjects.
Then the number of people who liked exactly one subject is
A professor has 24 text books on computer science and is concerned about their coverage of the topics (P) compilers, (Q) data structures and (R) Operating systems. The following data gives the number of books that contain material on these topics: n(P) = 8, n(Q) = 13, n(R) = 13, n(P ∩ R) = 3, n(P ∩ R) = 3, n(Q ∩ R) = 3, n(Q ∩ R) = 6, n(P ∩ Q ∩ R) = 2, where n(x) is the cardinality of the set x. Then the number of text books that have no material on compilers is