Design a minimal cost combinational logic circuit that determines the magnitude of a signed two's complement 4-bit number given by X = X3X2X1X0. If the number has a magnitude greater than four (4), then the functional output of the circuit should be a logical HIGH (1). Otherwise, LOW (0).
Show all of your work and draw the circuit diagram.