We need to implement this expression using only NAND gates. The hint suggests using double complement and De Morgan's theorem.
First, let's apply double complement to the entire expression:
$$Y = \overline{\overline{((AB + \bar{C})D + EF)}}$$
Now, apply De
Show more…