how to simplify (x+y')X(x+z')?

150 Views Asked by At

Hi this is for a Discrete Math test I have today. I can barely understand the simplification of boolean expressions. Can anyone show me if the (x+y')X(x+z') can be simplified further, what are the steps? The original question is [x'(y+z)]'(x+y'). I assume I did it correct up to the point (x+y')X(x+z').

1

There are 1 best solutions below

0
On

Actually looking it over. I think the distributive law states; x+(yxz)=(x+y)X(x+z) xX(y+z)=(xXy)+(xXz)

Therefore answer should be: x+(y'X z').