Expressions Simplifications Boolean Algebra

233 Views Asked by At

Expressions Simplifications Boolean Algebra
I started simplifying function and got to the detailed picture and wanted to know if I can reduce the above expressions, for example :

Y'.X'.Y = 0 ?
Y'.X'.Z.X = 0 ?

Example

1

There are 1 best solutions below

3
On BEST ANSWER

Yes. Both disjunction and conjunction are commutative in a boolean algebra. Hence $$Y^\prime X^\prime Y = X^\prime YY^\prime=0$$ for instance.