The problem is to simplify: $$ xz+\bar{x}y+zy $$ I have an answer key that says the answer is: $$ xz + \bar{x}y $$ I have no idea how they got this expression, though. The first thing I tried was to find the dual. Setting the original expression equal to some variable c, I got $$ \bar{c} = \bar{x}\bar{y} + \bar{z}x + \bar{z}\bar{y} $$ This, however, doesn't simplify anything. Taking the dual of this only gets me the original expression again. How do I get the $ zy $ term to drop out?
2026-03-29 19:07:48.1774811268
Simplify Boolean Algebra Expression
343 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can get the $zy$ term to drop out by conjoining it with $\,1 = x + \bar x\,$ first, and then distributing $zy=yz$ over $x + \bar x$.
Then, by "reverse" distribution (twice) you collect common factors (there will be two terms with $xz$, and two terms with $\bar xy$). Doing this makes nice things happen:
$$\begin{align} xz+\bar{x}y+zy & = xz+\bar xy + (1)zy \\ \\ & = xz + \bar xy + (x + \bar x)yz\\ \\ & = xz + \bar xy + xyz + \bar x y z\\ \\ & = xz(1 + y) + \bar xy(1 + z)\\ \\ & = xz(1) + \bar xy(1)\\ \\ & = xz + \bar xy \end{align}$$