Note that your final mark will not be saved in the system.
11. Boolean Algebra GapFill
You must fill all the gaps before clicking ‘Check Answers!’
Simplifying Boolean expressions is usually done in stages, and there are several sets of rules that can be followed at each stage of simplification.
essentially means that where there are two consecutive
operators, they can both be disregarded; for example,
. Then there's
, which is typically used for the removal of brackets, often in order to facilitate subsequent simplification. An example of this rule in application is
A∧(B∨C) =
.
allow a NOT operator, applied to a compound expression, to be applied to individual elements of that expression; for example, ¬(A∧B∧C) =
.
law deals with the order in which values or propositional letters appear around an operator. An example of this would be or . law is similar, in that it reorders rather than simplifies, except this law deals with the positioning of brackets. In mathematics, you should already be familiar with the fact that ; in Boolean algebra, according to this law, .