Boolean simplification question - $\neg A\neg B + \neg A\neg C + \neg A\neg BC$

78 Views Asked by At

My question is how do I reduce the Boolean simplification question - $\neg A\neg B + \neg A\neg C + \neg A\neg BC$ to get $\neg A+BC$. I'm so lost just been trying to get it for awhile only using the 10 boolean simplification rules.

1

There are 1 best solutions below

0
On

as @an4s has commented,

¬A¬B+¬A¬C+¬A¬BC = ¬A(¬B+¬C)

The equation cannot reduce to ¬A+BC.

Please check.