I have this question that I need some help with, I just can't get to grips with simplifying. I'm looking at the rules and such but I just can't see where to apply them. Can someone show me the simplification steps to this so I can answer the rest of my question booklet?
!A.!B.C + A.!B.!C + A.!B.C + A.B.C
Thanks
We have
First, we translate it to 'normal' symbols (i.e., the ones I'm used to): $$ (\lnot A\land\lnot B\land C)\lor(A\land\lnot B\land\lnot C)\lor( A\land\lnot B\land C)\lor(A\land B\land C) $$ The first and third part with $\lnot B\land C$ can be taken together, and the $A$ in the two remaining parts can be extrated: $$ (\lnot A\land\lnot B\land C)\lor(A\land\lnot B\land\lnot C)\lor( A\land\lnot B\land C)\lor(A\land B\land C)\\ ((\lnot A \lor A)\land\lnot B\land C)\lor(A\land\lnot B\land\lnot C)\lor(A\land B\land C)=\\ (\lnot B\land C)\lor(A\land\lnot B\land\lnot C)\lor(A\land B\land C)=\\ (\lnot B\land C)\lor(A\land((\lnot B\land\lnot C)\lor( B\land C))=\\ (\lnot B\land C)\lor(A\land(B\implies C)) $$ The replacement by the 'imply' can be made, because the case $\lnot B \land C$ is already true.
There are usually multiple solutions to this kind of problem I think, and the one I found myself is different from this one. (I found this one using Mathematica.)