What is de Morgan’s first law?
NOT (A AND B) (A NAND B)= NOT A OR NOT B
What is the rule we use?
Split the line (not)
Change the sign (from either not to and)
What is the distributive rule?
X AND (Y OR Z) = X AND Y OR X AND Z
(X OR Y) (W OR Z) = X AND W OR X AND Z OR Y AND W AND Y OR Z
Like expanding brackets
What is the order of precedence for Boolean algebra?
Brackets
NOT
AND
OR