recategorized by
395 views
0 votes
0 votes

You are given the following properties of sets $A, B, X$, and $Y$. For notation, $|A|$ denotes the cardinality of set $A$ (i.e., the number of elements in $A$ ), and $A \backslash B$ denotes the set of elements that are in $A$ but not in $B$.

  1. $A \cup B=X \cup Y$
  2. $A \cap B=X \cap Y=\emptyset$
  3. $|Y \backslash A|=2$
  4. $|A \backslash X|=4$

Which of the following statements $\text{MUST}$ then be $\text{FALSE?}$

  1. $|X|=5$
  2. $|Y|=5$
  3. $|A \cup X|=|B \cup Y|$
  4. $|A \cap X|=|B \cap Y|$
  5. $|A|=|B|$
recategorized by

1 Answer

1 votes
1 votes

We’re only concerned with sets $A,B,X,Y$.

And it is given that $A \cup B = X \cup Y$.

So, we define a Universal Set $U = A \cup B = X \cup Y$ which contains all sets that we’re conderned with and nothing else.

Given – $|Y \setminus A| = |Y \cap A^c| = 2$ and $|A \setminus X| = |A \cap X^c| = |A \cap Y| = 4$.

Since, $(X \cap Y) = \phi$ and $(X \cup Y) = U$.

$Y = (Y \cap A) \cup (Y \cap A^c)$.

$\therefore |Y| = |(Y \cap A)| \cup |(Y \cap A^c)| = 4 + 2 = 6$.

Answer :- B.

Answer:

Related questions

0 votes
0 votes
0 answers
1
admin asked Sep 1, 2022
318 views
Let $X$ be a finite set. A family $\mathcal{F}$ of subsets of $X$ is said to be upward closed if the following holds for all sets $A, B \subseteq X$ :$$ A \in \mathcal{F}...
0 votes
0 votes
1 answer
4