~ABC + ~BCD + ~A~BC~D + ABCD = ?
The solution book gives this answer:
~AC + CD
I arrived this one:
ACD
My question is if the method used to simplify can affect the result or if should it be equal?
Note: ~ stands for not ( ~A = Not A)
My steps:
~ABC + ~BCD + ~A~BC~D + ABCD =
=CD(~B+AB) + ~AC(B+~B~D)=
=CD(~B+A) + ~AC(B+~D)=
=~BCD + ACD + ~ABC + ~AC~D=
=C(~BD + AD + ~AB + ~A~D)=
=C[D(~B + A + ~AB + ~A~D)]=
=C[D(~B + A + B + ~A~D)]=
=C[D(A + ~A~D)]=
=C[D(A + ~D)]=
=CDA + CD~D=
=ACD