I need to show that the expression:
~(A XOR B)
is equivilant to
(~A XOR B)
using boolean algebra.
I really have no idea how to start, any help would be appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to show that two logical expressions are equivalent, you may proceed in two different ways.
Write a truth table for each of the expressions and then, if the resulting functional truth values are the same, then the expressions are equivalent;
Equivalence is the same as implication in both directions;
So, what you need is try to get (~A xor B) from ~(A xor B) and vice versa.
the end
The same procedure must be done in the other direction ( get ~(A xor B) from (~A xor B) ). Then the proof will be complete.