edited by
11,628 views
35 35 votes

Let $A, B$ and $C$ be non-empty sets and let $X = ( A - B ) - C$ and $Y = ( A - C ) - ( B - C ).$ Which one of the following is TRUE?

  1. $X = Y$
  2. $X ⊂ Y$
  3. $Y ⊂ X$
  4. None of these

6 Answers

Best answer
50 50 votes

 

$X = (A-B) - C = {1,4} - {4,5,6,7 } = 1$

$Y = (A-C) -(B-C) = {1,2} - {2,3} = 1$

So, $X = Y$.

Answer $A$

edited by
20 20 votes
X=(A-B)-C

=>AB' - C

=>AB'C'

 

Y=(A-C)-(B-C)

=>AC'-BC'

=>AC'(B+C')

=>AC'B'

 

so X=Y

note:P-Q is equivalent to P intersection Q'

or P-Q=PQ'
2 2 votes

X=(A−B)−C
=(A∩B′)−C
=(A∩B′)∩C′
=AB′C′

 

Y=(A−C)−(B−C)
=(A∩C′)−(B∩C′)
=(AC′)−(BC′)
=(AC′)∩(BC′)′
=(AC′)∩(B′+C)
=(AC′).(B′+C)
=AC′B′+AC′C
=AC′B′ (since C′C=1)
=AB′C′ (commutative property)
∴X=Y

it is clear that, X=Y (Option A)

 

😊😊😊😊😊😊😊😊😊😊😊😊

Answer:
Position:
Show:

Related questions

32 32 votes
3 answers 3 answers
15.3k
15.3k views
gatecse asked Sep 21, 2014
15,266 views
Let $f(x)$ be the continuous probability density function of a random variable $x$, the probability that $a < x \leq b$, is :$f(b-a)$$f(b) - f(a)$$\int\limits_a^b f(x) dx...
197 197 votes
9 answers 9 answers
77.0k
77.0k views
Kathleen asked Sep 22, 2014
77,042 views
A $5$ stage pipelined CPU has the following sequence of stages:IF – instruction fetch from instruction memoryRD – Instruction decode and register readEX – Execute: ALU op...
51 51 votes
7 answers 7 answers
32.4k
32.4k views
Kathleen asked Sep 22, 2014
32,391 views
The time complexity of computing the transitive closure of a binary relation on a set of $n$ elements is known to be:$O(n)$$O(n \log n)$$O \left( n^{\frac{3}{2}} \right)...
41 41 votes
6 answers 6 answers
12.9k
12.9k views
gatecse asked Sep 21, 2014
12,884 views
Consider the set $H$ of all $3 * 3$ matrices of the type $$\left( \begin{array}{ccc} a & f & e \\ 0 & b & d \\ 0 & 0 & c \end{array} \right)$$ where $a,b,c,d,e$ and $f$ a...