edited by
133 views
2 votes
2 votes

Which one of the following is/are true?

  1. $R \cap S=(R \cup S)-[(R-S) \cup(S-R)]$
  2. $R \cup S=(R \cap S)-[(R-S) \cup(S-R)]$
  3. $R \cap S=(R \cup S)-[(R-S) \cap(S-R)]$
  4. $R \cap S=(R \cup S) \cup(R-S)$
edited by

1 Answer

2 votes
2 votes

Detailed Video Solution: https://www.youtube.com/watch?v=v5v-AfpwicQ&list=PLIPZ2_p3RNHige8KFyCc4uWDx2uXEq1f0&index=6 

Let $R = \{1, 2\} \text{ and } S = \{2, 3\}$

A. $R \cap S=(R \cup S)-[(R-S) \cup(S-R)]$
$$
\{2\}=\{1,2,3\}-[\{1\} \cup\{3\}]
$$
$$
\{2\}=\{2\}
$$
B. $R \cup S=(R \cap S)-[(R-S) \cup(S-R)]$
$$
\{1,2,3\} \neq\{2\}-[1,3]
$$
c. $R \cap S=(R \cup S)-[(R-S) \cap(S-R)]$
$$
\{2\} \neq\{1,2,3\}-[1 \cap 3]
$$
D. $R \cap S=(R \cup S) \cup(R-S)$
$$
\begin{aligned}
& \{2\}=\{1,2,3\} \cup\{1\} \\
& \{2\} \neq\{1,2,3\}
\end{aligned}
$$

Hence. Option(A) $R \cap S=(R \cup S)-[(R-S) \cup(S-R)]$ is the correct choice.

edited by
Answer:

Related questions

256
views
1 answers
3 votes
GO Classes asked Apr 10
256 views
Let $A$ and $B$ be sets in a finite universal set $U$. Given the following : $|A-B|,|A \oplus B|,|A|+|B|$, and $|A \cup B|$ Which of the following is in order of increasi...
216
views
1 answers
9 votes
GO Classes asked Apr 10
216 views
Let $A=\{0,1\} \times\{0,1\}$ and $B=\{a, b, c\}$. Suppose $A$ is listed in lexicographic order based on $0<1$ and $B$ is in alphabetic order. If $A \times B \times A$ is...
177
views
1 answers
4 votes
GO Classes asked Apr 10
177 views
Which of the following statements is $\textbf{TRUE}$?For all sets $A, B$, and $C, A-(B-C)=(A-B)-C$.For all sets $A, B$, and $C,(A-B) \cap(C-B)=(A \cap C)-B$.For all sets ...
159
views
0 answers
1 votes
GO Classes asked Apr 10
159 views
Which of the following statements is $\textbf{FALSE}$?$C-(B \cup A)=(C-B)-A$$A-(C \cup B)=(A-B)-C$$B-(A \cup C)=(B-C)-A$$A-(B \cup C)=(B-C)-A$