edited by
12,035 views
52 votes
52 votes

Suppose $U$ is the power set of the set $S = \{1, 2, 3, 4, 5, 6\}$. For any $T \in U$, let $|T|$ denote the number of elements in $T$ and $T'$ denote the complement of $T$. For any $T, R \in U \text{ let } T \backslash R$ be the set of all elements in $T$ which are not in $R$. Which one of the following is true?

  1. $\forall X \in U, (|X| = |X'|)$
  2. $\exists X \in U, \exists Y \in U, (|X| = 5, |Y|=5$ and $X \cap Y = \phi)$
  3. $\forall X \in U, \forall Y \in U, (|X| = 2, |Y|=3$ and $X \backslash Y = \phi)$
  4. $\forall X \in U, \forall Y \in U, (X \backslash Y = Y' \backslash X')$
edited by

3 Answers

Best answer
60 votes
60 votes
Answer is $D$.

As $X$ and $Y$ elements of $U$, $X$ and $Y$ are subsets of $S$.

Option $A$ is wrong consider $X=\{1,2\}$ therefore $X'=\{3,4,5,6\}$, $|X|=2$ and $|X'|=4$.

Option $B$ is wrong as any two possible subsets of $S$ with 5 elements should have atleast 4 elements in common (Pigeonhole principle). Hence, $X$ intersection $Y$ cannot be null.

Option $C$ is wrong, $X$ and $Y$ can have any number of elements from $0$ to $5$. Even for the given constraint, consider $X=\{1,2\}, Y=\{3,4,5\}$ and $X\backslash Y=\{1,2\}$ which is not null.
edited by
23 votes
23 votes
(1) X \ Y = X - Y

(2) Y' \ X' = Y' - X' = (U - Y) - (U - X)  = X - Y  (U represents universal set for X and Y. Here it is power set.)

Equation (1) is equal to (2) So answer is (D) Part.
11 votes
11 votes
X ∕  Y=X∩(!Y)

(!Y)/(!X)=(!Y)∩(X)=X∩(!Y)
Answer:

Related questions

43 votes
43 votes
7 answers
1