How to simplify this Boolean expression? $$A'BC + AB'C' + A'B'C' + AB'C + AB$$
I have solved it using Kmap and found the answer to be $$A + BC + B'C'$$
I tried simplifying it using the rules but only got to $$B'C' + C (A'B + AB') + AB$$
Seeing that I already have $B'C'$ in my answer, I assume I only need to simplify $C (A'B + AB') + AB$ to $A + BC$, but I don't know how.
I hope you can help me.
Write $AB=ABC+ABC’$ and go from there.