Simplify this Boolean expression: $(BC'+A'D)(AB'+CD')$.

4.1k Views Asked by At

I need to simplify this Boolean expression: $(BC'+A'D)(AB'+CD')$

I'm unsure what the theorems say about this. But I've tried this, and not sure if this is the right way: $BC'AB' + BC'CD' + A'DAB' +A'DCD'$ ...and this is ezpz.

1

There are 1 best solutions below

3
On BEST ANSWER

For a boolean variable $X$, $XX'=0$, since either $X$ or $X'$ must be $0$. This can be used to solve your expanded expression.