Home Identity Domination Associative Commutative Distributive Review

Boolean Product is denoted by a " * " , " ˆ ", or by "AND". The product is in a way the opposite of boolean sum. Both x and y have to be true in order for the solution to be true. Any other form produces a false output.

Examples:

Boolean Complement

Boolean Sum

Boolean Product

 

X Y Solution
False True False
True False False
True True True
False False False
X Y Solution
0 1 0
1 0 0
1 1 1
0 0 0
CS 330