I'm trying to convert this Expression that I got from minterms given to me by my professor to use only NANDS. I swear it should be right, but the output Multisim is giving me is false.
minterms(0,1,2,3,4,5,7,14,15)
Expression: ~A~B + ~A~C + ABC + ~AD
So, converted to NANDs, it should be: ~AB nand ~AC nand ABC nand ~AD, right?