I have the following Boolean expression:
$$w'x'y'z + wx'y'z + xz + xyz'\tag{1}$$
Upon doing my own work, I can only get as far as:
$$zx + xy + zy'\tag{2}$$
Now, when I put the original equation into the following webpage (http://calculator.tutorvista.com/math/582/boolean-algebra-calculator.html, I've been using it to double check myself), it keeps saying the full simplification is:
$$xy + zy'\tag{3}$$
Using Truth Tables, I've compared all three equations to each other and all prove equal that I can tell, and what confuses me most is how (2) apparently simplifies to (3).
Does (2) simplify to (3)? Or am I missing some step between getting from (1) to (3)? Or is (3) simply incorrect (perhaps a glitch in the online software)?
$$a+b=a+b\cdot1=a+b(a+a')=1\cdot a+ba+ba'=(1+b)a+ba'=1\cdot a+ba'=a+ba';.$$
For a question like this where you're only allowed to use certain basic identities because others haven't been proved yet, it's usually a good idea to state in the question which identities you're allowed to use.
– joriki Feb 14 '13 at 07:01