I have 4 inputs; (A, B, C, D) and 3 outputs; (X,Y,Z). 1)X is true when the input is less than 0111. 2)Y is true when the input is greater than 0111. 3)Z is true when the input is 0111.
Can someone help me out with the Boolean Expression for X? I have already obtained the expressions for Y and Z which are as follows:
Y = A
_
Z = A . (B . C . D)