Hey guys,
If I have three variables: X, Y, and Z, and I want to convert "exactly two of the three variables" into a boolean expression, would I express that as...
(X^Y^!Z) \/ (X^!Y^Z) \/ (!X^Y^Z)
...with ^ being AND, \/ being OR, and ! being NOT?
Hey guys,
If I have three variables: X, Y, and Z, and I want to convert "exactly two of the three variables" into a boolean expression, would I express that as...
(X^Y^!Z) \/ (X^!Y^Z) \/ (!X^Y^Z)
...with ^ being AND, \/ being OR, and ! being NOT?
