Using Redundancy to Simplify Boolean Expression

$\begingroup$

I came across a question which I need to solve using Redundancy:

x'z + x'y + xy'z + yz

Could anyone help me solving this? I must solve it using Redundancy only...

$\endgroup$ 7

2 Answers

$\begingroup$

Here is one reduction:

$$\begin{align*} x'z+x'y+xy'z+yz&=x'y+x'z+xy'z+(x+x')yz\\ &=x'y+x'z+\color{crimson}{xy'z+xyz}+x'yz\\ &=x'y+x'z+\color{crimson}{x(y'+y)z}+x'yz\\ &=x'y+\color{blue}{x'z+xz}+x'yz\\ &=x'y+\color{blue}z+x'yz\\ &=x'(y+yz)+z\\ &=x'y+z \end{align*}$$

$\endgroup$ 2 $\begingroup$

Here is what I did:

$x'z+x'y+xy'z+yz=$ (Distribution)

$x'z+x'y+(xy'+y)z=$ (Reduction)

$x'z+x'y+(x+y)z=$ (Distribution)

$x'z+x'y+xz+yz=$ (Adjacency)

$z+x'y+yz=$ (Redundancy)

$z+x'y$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like