Save
Arnav
Computer Science
Boolean algebra
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Arnav Gupta
Visit profile
Cards (6)
General rules for Boolean expressions
X^0=
0
X^ 1 =
X
XxX =
X
X^ ¬X =
0
Xv0 =
X
Xv1 =
1
XvX =
X
Xv -X =
1
View source
Commutative rule
X^Y
= Y^X
XvY
= YvX
View source
Associative rules
1.
X^
(
Y^Z
) = (X^Y) ^
Z
2.
Xv
(
Yv
Z
) = (X v Y) v
Z
View source
Distributive rules
1.
X^
(
YvZ
) = (X^Y) V (X^Z)
2. (
XvY)
^
(WvZ
) = (X^ W) v (X^Z) v(Y^W)v (Y^Z)
View source
Absorption rules
1.
Xv
(X^Y) = X
2. X ^(XvY) = X
View source
Double negation
X=
~
~X
View source