I have this boolean equation:
X'Y'+XY+X'Y=X'+Y
I want to prove it.
Now I was wondering if I can rearrange this equation, if I could, so I can factor out the other side; tell me if this is allowed. I haven't seen anything to say I could in my textbook:
X'Y'+XY+X'Y
X'Y'+X'Y+XY see now I move the X'Y to the left
X'(Y+Y')+XY
X'+X'Y+XY
X'+Y(X'+X)
X'+Y
Am I doing it right? I've been trying this equation in other ways and haven't been able to prove it otherwise.
X' + XYto(X'+X)(X'+Y)As for me, there's a formula whereC'+CD = C'+D. It's in the book I am using, you can expand the C' and then use that to eliminate the A. – munchschair Feb 11 '14 at 15:56