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.
2026-03-29 07:21:19.1774768879
Boolean Logic Simplification: (A+B)'(A'+B')'=?
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
By De Morgan, this is $A'B'AB$, hence $false$.