01
A NOT sitting on a bracket β De Morgan swaps the connective
What you know: A negation applied to a whole expression. Pushing it inside turns AND into OR, or OR into AND, and negates each part on the way.
Law: ¬(A ∧ B) = ¬A ∨ ¬B
Worked example: !(A & B) is the same expression as !A | !B β the two output columns agree on all four rows
Open this case: De Morgan !(A & B)