i would like to know is it possible to simplify further the circuit that i have attached?
Attachments
-
88.7 KB Views: 43
This is a good problem for applying DeMorgan's Theorems to solve.i would like to know is it possible to simplify further the circuit that i have attached?
Yes, it is. Your circuit implements the logic expression ((AB')(C'D'))' , where A is the noninverted input . You can manipulate the expression by using DeMorgan's theorem and Boolean algebra to simplify. Or, you can download the program in the link below and plug in the above logic expression. You will see that all minterms are covered except minterm number 8, corresponding to logic term AB'C'D' . AB'C'D' represents the negative of your original expression ((AB')(C'D'))' . AB'C'D' can be implemented by a 4 input AND gate. To restore it to its positive value, a NAND gate can be used. Therefore, your circuit can be implemented by a single 4-input NAND gate with 3 inverters or whatever is equivalent.i would like to know is it possible to simplify further the circuit that i have attached?