in Algorithms
8 views
0 votes
0 votes
If $A=\{x,y,z\}$ and $B=\{u,v,w,x\}, $ and the universe is $\{s,t,u,v,w,x,y,z\}$. Then $(A \cup \overline{B}) \cap (A \cap B)$ is equal to
  1. $\{u,v,w,x\}$
  2. $\{ \: \}$
  3. $\{u,v,w,x,y,z\}$
  4. $\{u,v,w\}$
in Algorithms
by
8 views

1 Answer

0 votes
0 votes
$\bar{B}=\{s,t,u,v,w,x,y,z\}-\{u,v,w,x\} = \{s,t,y,z\}$

$(A\cup\bar{B})=\{s,t,x,y,z\}$

$(A\cap B)=\{x\}$

$(A\cup \bar{B})\cap(A\cap B)=\{s,t,x,y,z\}\cap\{x\}=\{x\}$

But there was no such option.
by
Answer: