2

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.

MZ97
  • 167
  • Please try to make the titles of your questions more informative. For example, Why does $a<b$ imply $a+c<b+c$? is much more useful for other users than A question about inequality. From How can I ask a good question?: Make your title as descriptive as possible. In many cases one can actually phrase the title as the question, at least in such a way so as to be comprehensible to an expert reader. You can find more tips for choosing a good title here. – Shaun Sep 06 '18 at 12:51

1 Answers1

2

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

GoodDeeds
  • 11,185
  • 3
  • 22
  • 42