So I'm trying to simplify an equation using boolean algebra. I'm still very confused as to how all the rules work and such, but I feel like I'm very close to the answer.
The original equation is (in canonical SOP form):
Z'X'Y' + Z'X'Y + Z'XY' + Z'XY + ZX'Y' + ZXY
So far I've gotten this far:
Distributive Rule 12a: Z'X'(Y + Y') + Z'X(Y' + Y) + ZX'Y' + ZXY
Identity Rule 6a: Z'X' + Z'X + ZX'Y' + ZXY
Rule 12a again: Z'(X' + X) + ZX'Y' + ZXY
Rule 6a again: Z' + ZX'Y' + ZXY
My issue is that the answer is Z' + X'Y' + XY, but how do I get there? Because doesn't ZX'Y' + ZXY simplify to Z(X'Y' + XY) = Z?
What am I doing wrong? Are the steps I have so far correct?
Thanks.