in Digital Logic edited by
7,084 views
35 votes
35 votes

Which functions does NOT implement the Karnaugh map given below?

                                        

  1. $(w + x) y$
  2. $xy + yw$
  3. $(w + x) (\bar{w} + y) (\bar{x} + y)$
  4. None of the above
in Digital Logic edited by
7.1k views

1 comment

Please derive the expression which is in option C
1
1

6 Answers

17 votes
17 votes
Best answer

Answer is D.

See we can simplify each equation given in the option and get that all of them gives $xy +wy$. But let think in another way.

$1^{st}$ option is written in $POS$ form, as we can check we get the same if we consider the following implicants.

which is $(w+x)y$

for the second one

Which gives $wy+xy$

 

now for 3rd one, we can verify like this

which is $(w+x)(\bar w+y)(\bar x+y)$

So as we can verify each equation in a given K-Map, so the answer is option D

edited by

3 Comments

this is Best answer
1
1
Thank you
0
0
I think we can even further simplify POS here by making a Octet and QUAD--> Z .(X+W) ..( Though this is not necessary for this question :P)
0
0
24 votes
24 votes

Answer - D.

Solving $K$ map gives $xy +wy$

edited by

4 Comments

Answer is D.See we can simplify each equation given in the option and get that all of them gives xy +wy. But let think in other way.

1st option is written in POS form, as we can check we get the same if we consider the following impicants.

which is (w+x)y

for second one

Which gives wy+xy

now for 3rd one we can verify like this

which is (w+x)(ˉw+y)(ˉx+y)

So as we can verify each equation in a given KMap, so answer is D

1
1

Hi, just multiply the terms in option C, you'll get this wx+wy which we can easily derive so, ans is option D.

0
0
can you do the simplification please. I can't get to reduce x'yw + xyw' to 0
0
0
11 votes
11 votes

Answer : $Option$ $D$

1 comment

Thanks for the simplification, it really helped me see a silly mistake of mine.
0
0
6 votes
6 votes

After simplification we get WY+XY
So Ans is Option D

Answer:

Related questions