in Digital Logic recategorized by
1,486 views
0 votes
0 votes

Consider the following boolean equations:

  1. $wx+w(x+y)+x(x+y)=x+wy$
  2. $(w \overline{x}(y+x \overline{z})+ \overline{w} \overline{x})y= \overline{x}y$

What can you say about the above equations ?

  1. (i) is true and (ii) is false
  2. (i) is false and (ii) is true
  3. Both (i) and (ii) are true
  4. Both (i) and (ii) are false
in Digital Logic recategorized by
by
1.5k views

1 Answer

1 vote
1 vote

$1\,)\,wx+w(x+y)+x(x+y)$

      $=wx+wx+wy+x+xy$

      $=wx+wy+x(1+y)=wx+wy+x$

      $=x(1+w)+wy=x+wy$

So, $1$ is true.

$2\,)\,(w\bar{x}(y+x\bar{z})+\bar{w}\,\bar{x})y$

       $=(w\bar{x}y+wx\bar{x}\bar{z}+\bar{w}\bar{x})y$

       $=(\bar{x}(\bar{w}+wy)+0)y\,\,\,\left \{A\,\bar{A}=0\right \}$

       $=(\bar{x}(\bar{w}+y))y\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\left \{A+\bar{A}B=A+B\right \}$

       $=\bar{x}\bar{w}y+\bar{x}y=\bar{x}y(\bar{w}+1)$

       $=\bar{x}y$

So, $2$ is true

$C$ should be the answer

Related questions