I'm trying to simply the expression: K = A'B'C' + AB'CD' + B'D' + C'D
These are the steps I got:
K = A'B'C' + ACB'D' + B'D' + C'D (Associative)
K = A'B'C' + B'D' + C'D (Absorption)
I know the answer is K = B'D' + C'D I have been struggling for 2 hours but couldn't find a way to eliminate A'B'C'.
Please advise. Thank you.
A'B'C' = A'B'C'(D'+ D) = A'B'C'D'+ A'B'C'D,
the first of them being covered by B'D' and the second by C'D.