I am sorry for the paper quality.
I see i did a very silly mistake and forgot to add parentheses around B + C' and ofcourse It's a NAND gate so the expression needs a negation as a whole. I can see i did same mistake with E gate it should have been ((B+C'*D)'+D)'
This is the result i got now...
I actually did these parts beforehand but i am not sure if what i came up with is correct and i would like to validate it before i start simplifying it.
Also i have no way to check if it correct because this is for an assignment which i will not get back with feedback but only with a grade...
Homework Statement
My solution, is this correct?
This is what I came up with.
Y=A+((A*B)+B+C'+(B+C'*D)+D)
Is it safe to say that it is correct or did I make a mistake?