I am very confused with the laws of boolean algebra and how to use them.
How am I supposed to simplify this:
$xy + (x+y)z'+y$
to this:
$xz'+y$
I am very confused with the laws of boolean algebra and how to use them.
How am I supposed to simplify this:
$xy + (x+y)z'+y$
to this:
$xz'+y$
Basically, you need to use distribution laws and the fact that $1+a\equiv 1$ for a boolean variable $a$. $$xy+(x+y)z' + y = xy + xz'+yz'+y = xz'+(x+z'+1)y = xz'+1y=xz'+y$$