I have a boolean algebra equation that i'm not able to simplify fully.
\begin{align} &(c+ab)(d+b(a+c))\\ &(c+ab)(d+ba+bc)\\ &cd+ abc + bc^2+abd+a^2 b^2 + ab^2 c\\ &\text{using boolean laws $x^2=x$ and $x+x=x$}\\ &cd + bc + abd + ab + (abc + abc)\\ &cd + bc + abd + ab + abc \end{align} And now I get stuck. Mathematica simplifies this to $ac+bc+bd$, but I just don't see how.