I'm stuck in proving $(A+B+C+D)(A’+B’+C’+D’) = AD'+A'B+C'D+B'C$ using algebraic manipulation. I tried to solve it. I expanded $(A+B+C+D)(A’+B’+C’+D’)$, and I got:
$$AD’+BD’+CD’+BA’+CA’+DA’+AC’+BC’+DC’+AB’+CB’+DB’$$
But I don't know how to proceed. How can I solve this problem?
This looks like a perfect job for the Consensus theorem:
Consensus
$PQ + Q'R + PR = PQ + Q'R$
Proof:
$$PQ + Q'R +PR = (Adjacency) $$
$$PQ +Q'R +PQR + PQ'R = (Absorption) $$
$$PQ + Q'R$$
So, notice that you have all terms of the expected answer, and so try to get rid of the others using the Consensus Theorem. For example, $BD'$ can be eliminated given that you have $BA'$ and $AD'$
p.s. I you don't have or are unfamiliar with Adjacency and Absorption:
Adjacency
$P = PQ + PQ'$
Absorption
$P + PQ = P$