A boolean expression (help)

Associate
Joined
21 Aug 2009
Posts
108
I've been looking at this for ages and I think I'm just second guessing myself too much so to put me out of my misery can I (out of sheer kindness ;) ) see some answers to the following question?:

(p AND (q AND NOT(r AND p))) OR NOT(p OR NOT(r))

Basically I have to produce a Venn Diagram, a truth table and find its disjunctive normal form. It looks easy to me but I keep second guessing the final answer for the DNF for whatever reason.
 
I think that simplifies down to p OR q OR r, just from sketching my own Venn diagram.

Actually I think that's wrong. One minute...
 
Last edited:
Can anyone remember using a Karnaugh map to solve these types of problems. They were great fun as you went into higher dimensions.

I still got a copy of Digital Design by M. Morris Mano. Awesome book if you are starting out in digital electronics.
 
Can anyone remember using a Karnaugh map to solve these types of problems. They were great fun as you went into higher dimensions.

I still got a copy of Digital Design by M. Morris Mano. Awesome book if you are starting out in digital electronics.

I'd take a photo of mine, but I can't think where it is.
 
Back
Top Bottom