I am trying to understand the simplification of the boolean expression:
AB + A'C + BC
I know it simplifies to
A'C + BC
And I understand why, but I cannot figure out how to perform the simplification through the expression using the boolean algebra identities. I was wondering if someone could show me the steps needed to do this. Thank you in advance.
The two expressions are not equal. The first expression is true when A and B is true and C false but the second is false in this case.