trying to simplify equation to fullest

43 Views Asked by At

I've got an equation down to $F=BA+BC +\bar{A}\bar{C}$ and according to Wolfram Alpha it can simplified to $(\bar{A} + \bar{C}) + B$. What's the next steps? I tried using de Morgan's law and not sure it helped.

1

There are 1 best solutions below

2
On BEST ANSWER

This is a derivation for the actual result:

$BA + BC + \bar{A}\bar{C} = (B(A+C))+\overline{A+C} = (B+\overline{A+C})((A+C)+\overline{A+C}) = \overline{A+C}+B$

I used:

  • Distributivity of "$\cdot$ over $+$" and DeMorgan (for "NOR")
  • Distributivity of "$+$ over $\cdot$"
  • $P + \bar{P} = 1$ and $P\cdot 1 = P$

and some Commutativity and Associativity.