showing Boolean algebra equality

126 Views Asked by At

I have this exercise in my worksheet :

Show that x (z ⊕ y) = xz ⊕ xy

I reached this in solving it , but didn't reach the final equation
x(z'y + zy')
xz'y + xzy'
please can someone show how

2

There are 2 best solutions below

0
On

The truth table shows that both expressions are in fact equivalent:

enter image description here

0
On

Checking the above expression with the truth table is the best option. There is another crude way to prove the same.

xz ⊕ xy = xz (xy)' +(xz) 'xy

      = xz (x'+ y') + (x'+ z') xy
      = xx'z + xzy' + x'xy + xyz'       xx'=0 and yy'=0
      = xzy' + xyz'
      = x ( zy' + yz')
      = x (y ⊕ z)