Computer Science

State the dual form of the following boolean expression:
X.Y'(X.Y'.Z + X + X'.Z')

Boolean Algebra

2 Likes

Answer

Dual of X.Y'(X.Y'.Z + X + X'.Z') is:
X+Y'+((X+Y'+Z).X.(X'+Z'))

Answered By

1 Like


Related Questions