Simplify the following by using algebra laws.
(i) X'Y' + XYZ + X'Y + XY
My attempt:
X'Y' + Y(XYZ + X'Y + X.Y)
X'Y' + (XZ + X' + X)
X'(X'Y' + X') + XZ + X
Y' + X' + XZ + X
Y' + X' + X(XZ + X)
Y' + X' + Z
Correct?
(ii) X.Y.Z + XY'Z' + X'YZ + X'Y'Z
This question I don't know how to start..
My lecturer did not teach and ask us to do research on our own which I did but confused the laws.
Okay. Now that I know it is boolean algebra
X'Y'+XYZ+X'Y+XY=
Put the X' s together
X'Y'+X'Y +XYZ+XY=
and factor
X'(Y'+Y) + XYZ +XY=
Y+Y'=1 so
We have
X' + XYZ+XY =
Notice the remaining two terms have XY in common. Factor them out.
X'+XY (Z+1)
Note 1+x=1 so
X'+XY
That's about it. We could have factored out the Y first and got:
X'Y' + XYZ+X'Y+XY=
X'Y' +Y (XZ + X'+ X) =
X'Y' + Y (XZ+1)=
X'Y' + Y
Interestingly X'+XY = X'Y'+Y.
Hmmm, I actually don't know the algebraic rule to go the last step (XY')'