I am trying to change these Boolean expressions into expressions that do not use multiplication. Bolds indicate complements.
a) abc
b) (ab +c)d
And these to ones that do not use addition.
c) a + b + c
d) (ab + c)d + e
How should I approach these problems?