We need to design an even detector for 3-bit binary numbers (A, B, C).
The inputs are A (MSB), B, C.
The valid codes are 000 to 100 (decimal 0 to 4).
The output is 1 if the input represents an even number.
The "don't care" conditions are for inputs 101, 110, 111
Show more…