T = (BD + A'BC'+A'CD)
How can i draw this by only using NOR-Gates? This is what i have done so far: https://i.stack.imgur.com/nIujl.jpg
Have I understood this right?
T = (BD + A'BC'+A'CD)
How can i draw this by only using NOR-Gates? This is what i have done so far: https://i.stack.imgur.com/nIujl.jpg
Have I understood this right?
Yes, looks like you understood the question correctly and are implementing only using NOR-gates.
I also see correct usage of DeMorgan's Theorem.
Your answer seems to be correct. Good luck!