0

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

Parcly Taxel
  • 103,344
Dhani
  • 31
  • 1

2 Answers2

4

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)$

Bram28
  • 100,612
  • 6
  • 70
  • 118
3

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

Alex Kruckman
  • 76,357