simplify boolean expression x'(x+y)+z'+xy
Answers
Answered by
3
X'(X+Y)+Z'+ XY
- using distributive law X(Y+Z) = XY + XZ
X'X + X'Y + Z'+ XY
- using commutative law XY = YX
XX' + X'Y + Z'+ XY
- using complimentary law XX' = 0
0 + X'Y + Z'+ XY
X'Y + Z' + XY
- taking Y common
Y ( X' + X ) + Z'
- using complimentary law X+X' = 1
Y×1 + Z'
Y + Z'
https://brainly.in/question/11085914
Similar questions