Answer:

not(x) y + not(xy)
= not(x) y + not(x) + not(y)    (deMorgan's)
= not(x) + not(y)    (absorption on not(x) y + not(x))
= not(xy)    (deMorgan's)


[exam] [CSC 258 additional problems] [main course page]