Prove that
$\bar{A}B + AC + BC = \bar{A}B + AC$
with the help of boolean algebraic manipulations. I have no clue from where to start, how should I tackle these type of questions?
Or
$$ \left(\neg A \wedge B\right)\vee \left(A \wedge C\right)\vee\left(B \wedge C\right) = \left(\neg A \wedge B\right)\vee \left(A \wedge C\right)$$
HINT Since you want to get rid of the term $BC$, maybe it makes sense to do something to it : $$\begin{align}\bar{A}B + AC + BC &= \bar{A}B + AC + (A+\bar{A})BC\\&=\bar{A}B + AC + ABC+\bar{A}BC\end{align} $$
Group first and last terms
Group middle two terms