Using the laws of Boolean algebra, prove that $xy+z(x'+y') = xy+z$
can prove it using truth table and K-map. I am yet to find a way to solve it using boolean algebra.
Using the laws of Boolean algebra, prove that $xy+z(x'+y') = xy+z$
can prove it using truth table and K-map. I am yet to find a way to solve it using boolean algebra.
Copyright © 2021 JogjaFile Inc.
$$\begin{align}xy+z(x'+y') &=xy+z\,(xy)' &&\text{de Morgan's Rule}\\&=(xy+z)\,(xy+(xy)')&&\text{Distribution + over $\cdot$}\\&=(xy+z)\,(1)&&\text{Complement}\\&=xy+z&&\text{Identity}\end{align}$$