Computer Science
Simplify a.b + a'.c + b.c using the laws of boolean algebra. At each step, state clearly the law used for simplification.
Boolean Algebra
20 Likes
Answer
a.b + a'.c + b.c
= a.b + a'.c + b.c(a + a') [Complementary Law: A+A'=1]
= a.b + a'.c + a.b.c + a'.b.c [Distributive Law]
= a.b + a.b.c + a'.c + a'.b.c [Associative Law]
= a.b + a'.c [Absorbtion Law]
Answered By
11 Likes
Related Questions
Explain the following:
- Canonical sum of product
- Canonical product of sum
Reduce the following boolean expression to its simple form:
A.[B + C.(A.B + A.C')]Reduce the following to its simplest form using laws of boolean algebra. At each step clearly state the law used for simplification.
A.B' + A'.B.C' + (A.C') + B.CSimplify the following expression using laws of boolean algebra:
(a.b + x + y + z).(a.b + x'.y'.z')