How to Simplify a Boolean Logic Expression with Mismatched Parentheses?

  • Thread starter Thread starter fran1942
  • Start date Start date
  • Tags Tags
    Logic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
fran1942
Messages
80
Reaction score
0
Hello, I can understand most boolean simplifications however I cannot grasp this one:
(A+C+D)(A+C+'D)((A+'C+D)(A+'B)

where the ' symbol represents a NOT.

Without using Karnaugh maps can someone please tell me how to go about simplifying this expression ?

Thank you kindly for any help.
 
Physics news on Phys.org
I see mismatched parentheses.

A good start would be to expand and simplify this expression: (A+C+D)(A+C+'D)

Show your working and see how far you can get.