Boolean Logic Simplification: (A+B)'(A'+B')'=?

1.2k Views Asked by At

I am trying to simplify the following Boolean expression : (A+B)'(A'+B')'=? but I am really new in boolean algebra, so please can anyone explain to me how to do it.

1

There are 1 best solutions below

0
On BEST ANSWER

By De Morgan, this is $A'B'AB$, hence $false$.