
-----------------------------------
hamid14
Tue Dec 13, 2011 7:55 pm

simplifying boolean equation tej4mi
-----------------------------------
ive been trying to simplify this boolean equation for over an hour now, and im completely out of ideas on how to simplify it. If anyone can help me get started I would be most grateful. 

Y = (NOT A . NOT B . NOT C) + (NOT A . NOT B. C) + (NOT A. B. C) + (A. NOT B. C) + (A. B. C)

This is from the course tej4mi if anyone is wondering. thanks in advance :P

-----------------------------------
Brightguy
Tue Dec 13, 2011 8:16 pm

Re: simplifying boolean equation tej4mi
-----------------------------------
Well, the formula is already in disjunctive normal form, from which you can look for simplifications by combining clauses.  For example, replace the first two clauses with (~A&~B).

-----------------------------------
DemonWasp
Tue Dec 13, 2011 8:24 pm

RE:simplifying boolean equation tej4mi
-----------------------------------
Try factoring the "and C" out of the last 4 bracketed groups (not the first one).
