Could anyone clarify why this Boolean expression AB'+AB'AC' = AB'?

27 Views Asked by At

Could anyone clarify why this Boolean expression AB'+AB'AC' = AB'? I did not understand what happened to the C'

2

There are 2 best solutions below

2
On BEST ANSWER

If $AB'$ is true, the $+$ will not change that.

If $AB'$ is false, then $(AB')(AC')$ is also false, no matter what $C'$ is. Then the entire expression is false, which is equal to $AB'$

0
On

$$AB'+AB'AC'=AB'(1+AC')=AB'1=AB'$$