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
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 6K views
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...