0

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 Answers1

2

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