I have a boolean function, f expressed in the Product of Sum form. $$f = (A+B+C)\cdot(A+B+ \overline C)\cdot(\overline A + \overline B + \overline C) $$
On simplification I get, $$ f = ((A+B) + (C \cdot\overline C))\cdot (\overline A + \overline B + \overline C) $$ $$ = (A+B) \cdot (\overline A + \overline B + \overline C) $$
However, I do not know how to proceed after this step.
The answer is given as $ (A+B)\cdot(A+\overline C)$
Any advice on how to proceed ?