Have a Hardware Lab to do, and I need to reduce the following function before I actually hook it up to the Logic Trainer.
(not ac) + (abc) + (a not c)
Or:
$\lnot (a \land c) \lor (a \land b \land c) \lor (a \land \lnot c)$
Thanks!
Have a Hardware Lab to do, and I need to reduce the following function before I actually hook it up to the Logic Trainer.
(not ac) + (abc) + (a not c)
Or:
$\lnot (a \land c) \lor (a \land b \land c) \lor (a \land \lnot c)$
Thanks!
I think this is a reduction: $\neg(a\wedge c)$ equals to $(a\wedge\neg c)\vee(\neg a\wedge c)\vee(\neg a\wedge\neg c)$. But $(a\wedge\neg c)$ already exists at your formula, so you can just ignore it and have $\neg(a\wedge c)\vee(a\wedge b\wedge c)$