Boolean Arithmetic Simplification

  • Thread starter Thread starter BraedenP
  • Start date Start date
  • Tags Tags
    Arithmetic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
BraedenP
Messages
94
Reaction score
0

Homework Statement



I am asked to prove that [itex](\sim x)\vee z = \sim(x\vee y)\vee\sim(y\vee\sim z)\vee\sim(x\vee\sim y)\vee\sim(\sim y\vee\sim z)[/itex].

I've tried using all combinations of DeMoran's rule, the distributive rule to get the y terms together, and the absorption rule to get rid of the y (which is required in order to simplify it down in terms of x and z.


Homework Equations



DeMorgan's Rule: [itex]\sim(p\wedge q) = \sim p\vee\sim q[/itex]
Absorption Rule: [itex]p\vee(p\wedge q) = p[/itex]

The Attempt at a Solution



I can post some of the steps I've taken, but none really lead anywhere. Where is a good place to start for a question like this?
 
Physics news on Phys.org
Convert the OR's contained within brackets to AND's using DeMorgan's rules.
 
Thanks -- yeah, I was trying that before, but couldn't get it simplified down enough.

I got the solution now (and it wasn't too hard). I just had to use DeMorgan's and the distributive rule to get rid of all the Ys first, and then everything else just fell into place without much effort.