[Solved]: How to simplify boolean expression?

Problem Detail: I am having trouble simplifying logical expressions to a much simpler form, can someone provide me some insight on how to approach the problem? Let’s assume i have the following expression: $ABCD + Abar{B}CD$. I am aware of the De Morgan’s law, but not sure how to apply them in this case. Thank you!

Asked By : Predator44

Answered By : LockStock

What kind of simplification are you looking for ? In the case you’ve given, $ABCD+Abar{B}CD= ACD(B+bar{B}) = ACD $. In any case, this is a set of laws of Boolean algebra that might be helpful.
Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/50834  Ask a Question  Download Related Notes/Documents