I only know how to prove that $A'+AB'+B$ is always true with a truth table, but not boolean algebra. I haven't found a suitable law to solve this.
A little guidance is much appreciated~
Edit: Thank you so much all for your answers! Really helped me understand more about how to use those laws.
I personally prefer the complement law approach, but the double-negative then De Morgan's is really useful too. Wish I could mark both of them helpful!
\begin{align} A'+AB'+B \tag{1}\label{1} \end{align}
Since
\begin{align} A+A'=B+B'&=1 \tag{2}\label{2} , \end{align}
we can rewrite \eqref{1} as
\begin{align} &A'(B+B')+AB'+B(A+A') \\ &=A'B+A'B'+AB'+AB \tag{3}\label{3} \\ &=A'(B+B')+A(B'+B) \\ &=A'+A=1 \tag{4}\label{4} . \end{align}