Simplify the following Boolean phrases by using the Boolean basic algebra statements

35 Views Asked by At

Simplify the following Boolean phrases by using the Boolean basic algebra statements:

$(ac)+(bc)+(!ab)$ to the expression $(ac)+(!ab)$.

1

There are 1 best solutions below

0
On

From $$BC=(A+A')BC=ABC+A'BC=(AC+A'B)BC,$$ we get \begin{align} AC+BC+A'B &=AC+BC(AC+A'B)+A'B\\ &=AC(1+BC)+A'B(1+BC)\\ &=AC+A'B. \end{align}