Boolean Operators
Know
And requires both operands true; or requires at least one; not inverts. De Morgan rules let a negated compound be rewritten without the outer negation.
Apply
Build a truth table for an unfamiliar condition rather than reasoning about it in prose.
Watch out
Negating a compound condition by negating each part without swapping and with or.
Study move
Rewrite a negated compound condition using De Morgan rules and confirm both forms agree on every case.
