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
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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

 
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...