I need to write the following Boolean expression in the form of sum of products
$F(A,B,C,D)= (A+B+C+D)(A'+B'+C+D')(A'+C)(A+D)(B+C+D)$
I just want to know how to deal with the missing letters.
Is $ (A'+C) = (A'+B+C+D) $ or is it $(A'+B'+C+D')$
In both the ways, a term already in the expression is created.
The "trick" to add the missing letters is that, e.g.
and in turn :
Thus we can substitute for $(A' + C)$
and this is, by Distributivity :