CSE370 Quiz 1 Solution
1. Write down a Boolean expression corresponding to the following logic circuit. Fill in the truth table for the function.
Note that A' + B + C' is a maxterm (0 for the
case when A=1, B=0, and C=1, and 1 otherwise).
2. Prove that the following is true using
the axioms/theorems of Boolean algebra (show each step of your
proof):
(A + B) (A + BC) | (A + BC) | ||
A(A + BC) + B(A + BC) | A + BC | distributivity | |
AA + ABC + AB + BBC | A + BC | distributivity | |
A + ABC + AB + BC | A + BC | idempotency | |
A(1 + BC + B) + BC | A + BC | distributivity | |
A(1) + BC | A + BC | identity | |
A + BC | A + BC | identity | |