How to simplify the given boolean expression to simplest form?

4k Views Asked by At

I have the expression xy+xy'z+x'yz'. I have tried a number of ways to simplify it. What approach will ensure that this expression is reduced to its simplest form?

2

There are 2 best solutions below

0
On

$$ xy+xy'z+x'yz'=\\ xy(z+z')+xy'z+x'yz'=\\xyz+xyz'+xy'z+x'yz'=\\(xyz+xy'z)+(xyz'+x'yz')=\\xz(y+y')+yz'(x+x')=\\xz+yz'$$

0
On

I simplified it as $xz+yz'$ by constructing a Karnaugh map http://en.wikipedia.org/wiki/Karnaugh_map