Prove $x'z+xyz+xy'z=z$ can you show how you solve this using Boolean Algebra.
My main problem is when I do this $xz (y + y') = 1 $ So $1$ times $x =$ ?
Prove $x'z+xyz+xy'z=z$ can you show how you solve this using Boolean Algebra.
My main problem is when I do this $xz (y + y') = 1 $ So $1$ times $x =$ ?
$$ x'z + xyz + xy'z = z $$ $$ x'z + xz (y + y') \ // AssociationRule$$ $$ x'z + xz * 1 \ // \ a + a' = 1; a * 1 = a $$ $$ z (x'+x) \ // \ a + a' = 1$$ $$ z * 1 \ // \ a * 1 = a $$ $$ z $$