Simplify boolean expressions



These two boolean expressions are equivalent:

1) not(a) AND not(b) AND c

2) not(b) AND c

but why??

I have tried making a karnaugh map to it does not minimze 1) to 2)

.


Quantcast