Home Identity Domination Associative Commutative Distributive Review

Commutative laws

x V y = y V x

x ^ y = y ^ x

 

These laws are quite simple. In these cases the binary numbers {0,1} can be flipped around a binary operation and it does not effect the output.

Examples

0 V 1= 1 V 0

1 ^ 0 = 1 ^ 0

Boolean Complement

Boolean Sum

Boolean Product

CS 330