in Digital Logic edited by
10,123 views
39 votes
39 votes

If $w, x, y, z$ are Boolean variables, then which one of the following is INCORRECT?

  1. $wx+w(x+y)+x(x +y) = x+wy$
  2. $\overline{w \bar{x}(y+\bar{z})} + \bar{w}x = \bar{w} + x + \bar{y}z$
  3. $(w \bar{x}(y+x\bar{z}) + \bar{w} \bar{x}) y = x \bar{y}$
  4. $(w+y)(wxy+wyz) = wxy+wyz$
in Digital Logic edited by
10.1k views

4 Comments

option 1 is misprint, pz correct it
2
2
Option a is misprint check it
2
2
option A) still have mistake?
2
2

4 Answers

34 votes
34 votes
Best answer

Let us try to simplify (minimize) the expression given in each option

Option - A: $wx+w(x+y)+x(x+y)=x+wy$

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

Option - B:  $\overline{w \bar{x}(y+\bar{z})} + \bar{w}x = \bar{w} + x + \bar{y}z$

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

Option - D: $(w+y)(wxy+wyz)=wxy+wyz$

$wxy + wyz + wxy + wyz$
$wxy + wyz$

Option A, B, D are matching fine.

Hence, Option - C is the answer

edited by

4 Comments

can you pls tell me, how you are applying distributive property to get next expression

wx + xy + wy
0
0
Option A

Should be :

= wx + w(x+y) + x(x+y)

= wx+wx+wy+x+xy

= wx+wy+x

= x+wy
5
5

@Arjun sir please correct the option A in above question.

It must be wx + w(x+y) + x(x+y) = x + wy .
If it is wx+w(x+y)+x(xy)=x+wy then on placing w=0,x=1,y=0 we wont get L.H.S and R.H.S same.

3
3
Fast method: Put $w=1, x=0,y=1$, we will see LHS and RHS don’t match for Option C.
0
0
15 votes
15 votes
Option C-(wx'(y+xz')+w'.x')y= (wx'y+wx'xz'+w'x')y=
xx'=0 ..so
Wx'y+w'x'y=x'y(w+w')=x'y
by

2 Comments

HOW IS A CORRECT??
0
0
1st option given here is not the one they asked..the 1 st option is:

wx+w(x+y)+x(x+y)=x+wy

wx+wx+wy+x+xy

wx+wy+x(1+y)

wx+wy+x

x(w+1)+wy

x+wy
6
6
6 votes
6 votes

LHS = (wx'(y + xz') + w'x')y = x'y

RHS =xy'

Option C-   Put y=0 and see LHS !=RHS

edited by

4 Comments

x(w+1) =x.1=x ans is C
1
1
BOTH A AND C ARE INCORRECT.
0
0
No only C is Not correct
1
1
–1 vote
–1 vote
option c is incorrect as we will get ~xy+~xy~w on simplification
Answer:

Related questions