Why does (A'+ AC) = (A'+C)?

1.5k Views Asked by At

Why does (A'+ AC) = (A'+C)?

I can understand this via a truth table, but I cannot see why this works in boolean algebra. Conceptually I understand that A doesn't matter, but I can not seem to prove this. Can someone lend some advice?

enter image description here

2

There are 2 best solutions below

5
On BEST ANSWER

$$A'+AC=A'(1+C)+AC=A'+(A'+A)C=A'+C$$

0
On

In general, in boolean algebra we also have $X+YZ=(X+Y)(X+Z)$.