Question: Let $B\left(+, \cdot,^{\prime}\right)$ be a Boolean algebra and $a, b, c \in B$. Prove, not using truth table, that $a b+a^{\prime} b^{\prime}+b c=a b+a^{\prime} b^{\prime}+a^{\prime} c$.
Sol: We have $a b+a^{\prime} b^{\prime}+b c=ab+a'b'+bc(a+a')$.
I stuck here.
You're on the right track. Expand to get $$ab + a'b' + abc + a'bc$$ Then group the terms again $$ab(1+c) + a'(b' + bc)\\ = ab + a'b' + a'c$$ Last step uses the property $b' + bc = b'c + b' + bc = b' + c$, which is called absorption law AFAIK.