Convert the following digital circuit to a boolean expression:
In the comments, write the boolean expression as well as how many outputs are false when it is converted to a truth table (you don't have to send the truth table).
BONUS: Create an expression that matches this truth table:
~A + B + ~C * ~D (3 false outputs)
~A + B + ~C * ~D Expression for BONUS: ~ABC + A~BC + AB~C + ABC
~A + B + ~C * ~D
3 false outputs
~A + B + ~C * ~D
~A + B + ~C * ~D
Expression for BONUS:
~ABC + A~BC + AB~C + ABC
~AB+C+~D
3 false outputs
~A + B + ~C~D
3 false outputs
~A + B + ~C * ~D 3 false outputs The expression that matches the truth table: A(B+C) + BC
= ~A + B + ~C * ~D