I am learning boolean algebra, but this is confusing me.
How does A'B'C' + ABC not equal 1? If you do the truth table for ABC then the output will not always be 1, for example 101 gives an output of 0. Why is this? Why can't we use the law X' + X = 1?
It's because $(ABC)' = A'+B'+C'$, rather than $A'B'C'$