thomas49th
- 645
- 0
Homework Statement
Taking the statement Q = A + B + C + D
Rewrite using only NAND (2 inp) and NOT gates
Homework Equations
Well I want to do it all in NAND gates - because we can easily tie NAND inputs to make it a NOT
\overline{AA} = \overline{A}
The Attempt at a Solution
At the moment Q is equal to true if A OR B OR C OR D is true.
I can change OR into a NAND gate quite easily.
\overline{\overline{(x+y)}} = \overline{\overline{x}\bullet\overline{y}}
which is
x+y = \overline{\overline{x}\bullet\overline{y}}
this means I obtain
\overline{\overline{A}\bullet\overline{B}\bullet\overline{C}\bullet\overline{D}}
But this has NOTs and AND logic in, not NAND. I need expressions in NAND which is \overline{AB}
Any hints?
Thanks
Thomas
Last edited: