I am trying to understand the simplification of the boolean expression:
AB’ + BC + C’A
I know it simplifies to
A + 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.