How does $(xy' + x'y)'$ simplify to $(xy + x'y')$

1.5k Views Asked by At

How does

$$(xy' + x'y)'$$

simplify to

$$(xy + x'y')$$

1

There are 1 best solutions below

1
On BEST ANSWER

By de Morgan laws : $$(xy'+x'y)'=(x'+y)(x+y')=x'x+x'y'+yx+yy'=xy+x'y'$$ because $xx'=yy'=0$.

(BTW, I suppose $x'$ means $\overline x$, or $\neg x$...)