Why is this way of simplifying the Boolean expression wrong?
X = A(AB)' + A'B'C + ABC
= A(AB)' + C(A'B'+AB) //A'+A = 1
= A(AB)' + C
= A(A'+B')+ C
= (AA')+AB'+ C
= AB'+ C
Is it wrong because C(A'B'+AB) ≠ C(1)?
Can someone explain to me why they are not the same? Thank you.
$A'B'\ne(AB)'$
By de Morgan: $$A'B'=(A+B)'$$