Why is $\neg (p \land q)$ different than $(\neg p \land \neg q)$?
If we let:
p: Blair is a liar
q: Bush is a liar
Then:
¬(p & q) is "Neither Bush nor Blair are liars"
which seems to be the same as:
(¬p & ¬q) "Bush is not a liar and Blair is not a liar"
But the logic tables for them are different.