How does the equation:
(x * z) + (!x * y) + (z * y)
simplify to:
(x * z) + (!x * y)
using boolean algebra?
I've been looking at the various theorems for quite awhile, but I can't figure out how this study guide I found online got to that answer.
How does the equation:
(x * z) + (!x * y) + (z * y)
simplify to:
(x * z) + (!x * y)
using boolean algebra?
I've been looking at the various theorems for quite awhile, but I can't figure out how this study guide I found online got to that answer.
If a possible transformation of one expression into the other one is not obvious, you can still blow up both expressions to their full disjunctive form:
$$xz + \bar x y + zy = x(y+\bar y)z + \bar xy(z+\bar z) + (x+\bar x)yz\\=xyz + x\bar yz + \bar xyz + \bar xy\bar z + xyz + \bar xyz\\ = xyz + \bar xyz + x\bar yz + \bar xy\bar z$$ and $$xz + \bar xy = x(y+\bar y)z + \bar xy(z+\bar z)\\ = xyz + x\bar yz + \bar xyz + \bar xy\bar z$$
As both expressions are equal, you have now a transformation of one expression into the other one.