Simplify Expression Question

69 Views Asked by At


Anyone can tell me if I can simplify this expression more?
I Simplified this function => $minterm(1,3,4,6,7,9,10,11,12,15)$ to this expression: $W'X'Z+W'Z'X+WYZ+W'XYZ+WX'Y'Z+WX'YZ'+WXY'Z'$

Thanks!

1

There are 1 best solutions below

1
On BEST ANSWER

What about this?

$X' Z + Y Z + W X' Y + X Y' Z' + W' X Z'$

The table of minterms:

enter image description here

The original expression:

$F0 = W' X' Y' Z + W' X' Y Z + W' X Y' Z' + W' X Y Z' + W' X Y Z + W X' Y' Z + W X' Y Z' + W X' Y Z + W X Y' Z' + W X Y Z; $

Karnaugh-Veitch map illustrates how the minterms can be covered by five terms:

enter image description here