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
Asked
Active
Viewed 125 times
0
MathDisease
- 307
-
What does it mean that you "reached this" but "didn't reach the final equation"? What is the final equation? – hardmath Apr 10 '14 at 12:13
-
Isn't that an axiom of boolean algebras? What's your definition of a boolean algebra? – fgp Apr 10 '14 at 12:14
-
sorry fixed the question recheck it – MathDisease Apr 10 '14 at 12:20
-
Isn't it now an application of a DeMorgan law distributing AND over OR? – hardmath Apr 10 '14 at 13:35
-
yes it is all AND and OR – MathDisease Apr 11 '14 at 20:14
2 Answers
0
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)
turtle
- 45
