Boolean Expression Problem

25 Views Asked by At

$$AB'C'D+ABCD$$ $$=AD(B'C'+BC)$$ $$=AD$$

I have simplified this expression right but for some reason I still get the answer wrong. The expression $AD$ does not match the original truth table. Please help.

1

There are 1 best solutions below

0
On

Note that $B'C' \ne (BC)'$

$$AB'C'D + ABCD = AD(B'C' + BC) = AD((B+C)'+BC)$$