edited by
6,654 views
25 votes
25 votes

Let $E, F$ and $G$ be finite sets. Let

  • $X = (E ∩ F) - (F ∩ G)$ and
  • $Y = (E - (E ∩ G)) - (E - F)$.


Which one of the following is true?

  1. $X ⊂ Y$
  2. $X ⊃ Y$
  3. $X = Y$
  4. $X - Y ≠ \emptyset$ and $Y - X ≠ \emptyset$
edited by

8 Answers

3 votes
3 votes

X=(E∩F)−(F∩G)
Y=(E−(E∩G))−(E−F)
Let E={1,2,3,4,5}   positive integers

F={2,3,5,7}  prime numbers

G={1,3,5} odd numbers

E∩ F ={2,3,5} ,F∩G={3,5}   so X={2}

E∩G={1,3,5} ,E-{E∩G}={2,4},E-F={1,4}  

Y={2} so X and Y are same so option C is right

0 votes
0 votes

image of sets.As the question gives options into the hands of student:

 So, CASE 1 not equal to CASE 2.

CASE 1 => X=Y

CASE 2 => X, not equal Y and X is a subset of Y.

So what should be chosen?

And why we presumption for all set merger and there must be an intersection point.  

0 votes
0 votes

BEST METHOD 

the solution can be obtained for boolean algebra as follows:
X=(E∩F)−(F∩G)
=EF−FG
=EF∩(FG)′
=EF.(F′+G′)
=EFF′+EFG′
=EFG′

 

 

Similarly, Y=(E−(E∩G))−(E−F)
=(E−EG)−(E.F′)
=E.(EG)′−EF′
=E.(E′+G′)−EF′
=EG′−EF′
=EG′.(EF′)′
=EG′.(E′+F)
=EE′G′+EFG′
=EFG′

 
Therefore, X=Y
Answer:

Related questions

33 votes
33 votes
5 answers
3
43 votes
43 votes
5 answers
4