Boolean algebra simplification
Posted
by xbonez
on Stack Overflow
See other posts from Stack Overflow
or by xbonez
Published on 2010-04-14T00:51:53Z
Indexed on
2010/04/14
0:52 UTC
Read the original article
Hit count: 601
I need to reduce this boolean expression to its simplest form. Its given that the simplest form contains
3 terms and 7 literals.
The expression is:
x'yz + w'x'z + x'y + wxy + w'y'z
We tried this in class, and even out recitation teacher could not figure it out.
Any help would be appreciated.
© Stack Overflow or respective owner