In the simplification:
$$\begin{align}A'BC + AB'C + ABC \\ BC(A' + A) + AB'C \\ BC + AB'C \\ \color{red}{C(B + AB')} \\ \color{blue}{C(B + A)} \\ AC + BC\end{align}$$
What is the rule that permits going from the red step to blue step? It doesn't immediately jump out at me as an obvious next step. Normally with these Boolean simplifications you can treat them like normal arithmetic but then I don't see which rule applies.
When you read $B+AB'$ as "$B$ or ($A$ and not $B$)" then it should become obvious that it means that it is $B$ or (it is not and) it is $A$; that is is "$B$ or $A$".
To spell it out in three simple steps: $$\begin{split}B+A\cdot B' &= (B+A)\cdot (B+B')\quad&\text{distribution} \\&= (B+A)\cdot 1&\text{complementation}\\&=B+A&\text{conjunctive identity}\end{split}$$