what is de morgans first law
-not(A) . not(B) = not(A+B)
what is de morgans second law
-not(A.B) = not(A) + not(B)
what are the 5 general Boolean laws
complement law
what are the 4 main Boolean laws
-commutative
x.y=y.x
x+y=y+x
-associative
x.(y.z)=(x.y).z
x+(y+z)=((x+y)+z
-absorption
x+(x.y)=x
x.(x+y)=x