The expression I was given was
$$F=(a+c)(a+b')(a+b+c')$$
My first thought was to use DeMorgans so I expanded the two left parenthesis to the following:
$$(a+ac+b'c)(a+b+c')$$
Afterwards I applied DeMorgans to get the following:
$$ (\overline{a+ac+b'c}) + (\overline{a+b+c'})$$
which I brought to:
$$ 1+a'c'+bc'+a' +b' +c$$
I did the above using the following, $a+a' = 1$ and by applying the $\overline{x}$ to everything. This is the first complement I have done and I am not sure if this the correct way to do it? I was also wondering if there is a way to clean up the final answer that I got to. Than you very much.