I am stuck on a problem that I know the logical answer to, yet I cannot seem to simplify properly to get there.
- I want to simplify $$F(x,y,z)=y(x′z + xz′) + x(yz + yz′)$$
- I know the simplest form (using a truth table) is $$xy + yz$$
- Yet my simplification yields $$xy + x’yz$$
My steps are below with the identities used
$y(x′z + xz′) + x(yz + yz′)$
$y(x′z + xz′) + x(y(z + z’))$ Distributive
$y(x′z + xz′) + x(y(1))$ Inverse
$y(x′z + xz′) + xy$ Identity
$yx’z + yxz’ + xy$ Distributive
$y(x’z + xz’ + x)$ Distributive
$y(x’z + x)$ Absoption
$yx’z + yx$ Distributive
$\mathbf {xy + x’yz}$ Commutative x 2
Where did I go wrong?
Continuing from your simplification:
$$\begin{array}{ccl} xy+x'yz&=&xy(z+z')+x'yz\\ &=& xyz+xyz'+x'yz\\ &=& xyz+xyz+xyz'+x'yz\\ &=& (xyz+xyz')+(xyz+x'yz)\\ &=& xy+yz \end{array}$$