[Math] Boolean Algebra Proof

logic

I'm new at learning boolean algebra and understand the basic laws. But now I'm trying to proof:

$x'z+ xyz + xy'z = z$

Can someone help me with this please ?

Thanks in advance.

Best Answer

Are you still stuck? I'll use your terminology, which seems to be used in electrical engineering.

1) $x'z + xyz + xy'z$

2) $x'z + xz(y+y') $

Since $y+y' = 1$, and $xz1 = xz$ then

3) $x'z + xz$

4) $(x'+x)z$

5) $z$

Hope that helps.

Related Question