Implement ABC'D' using only one 2-input nand gate and one 3-input nor gate

  • Thread starter Thread starter nicnick77
  • Start date Start date
  • Tags Tags
    Gate Nand gate
AI Thread Summary
To implement the expression ABC'D' using a 2-input NAND gate and a 3-input NOR gate, begin by rewriting the expression as (¬(A + B))(¬C)(¬D). The 2-input NAND gate can be used to handle the inputs A and B, while the 3-input NOR gate can manage the negated inputs C and D. Following this approach allows for the correct combination of inputs to achieve the desired output. The discussion highlights a successful resolution of the problem after applying these strategies.
nicnick77
Messages
2
Reaction score
0

Homework Statement



How do I implement ABC'D' using only one 2-input nand gate and one 3-input nor gate?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
nicnick77 said:

Homework Statement



How do I implement ABC'D' using only one 2-input nand gate and one 3-input nor gate?


Homework Equations





The Attempt at a Solution


I assume you have A,B,C,D as inputs. My hint would be to start by writing it as$$
\overline{(\bar A+\bar B)}(\bar C)(\bar D)$$
 
Thks for your help LCKurtz,

I am able to solve the problem after your advice...
 
Back
Top