Boolean reduction of $AB+(B+C)BC$

46 Views Asked by At

Reduce this Boolean expression $$AB+(B+C)BC$$ Please express step by step process to understand clearly.

2

There are 2 best solutions below

2
On

\begin{align*} AB+(B+C)BC &= AB + B^2C + BC^2\\ & = AB + BC + BC\\ & = AB + BC \end{align*}

0
On

Use:

Absorption

$P(P+Q) = P$

With that:

$$AB + (B + C)BC = AB + BC$$ ($B$ absorbs $B+C$)

And if you want, you can use Distribution to make that $B(A + C)$