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...
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...
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*}$$