Question 178691
DeMorgan's Laws:
not (P and Q) = (not P) or (not Q) 
not (P or Q) = (not P) and (not Q)
------------------------------------------ 
not(p or q) = notp AND notq
===================================
Cheers,
Stan H.