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.