I am relearning Boolean algebra for a class, but I cant seem to simplify this expression any further. It is possible that its fully simplified but I wanted a second opinion.
the expression:
(!a*!b*!c)+(!c*(b*a))+(!a*(c*b)) where * is and ; + is or
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.
First:
Second:
Now the second and third ORed sections can be simplified to:
Where ^ is an XOR (exclusive OR: either a or c, but not both). If you take the order of precedence of operators into account, you may be able to discard even more parentheses, but to play it safe: