I am working on a sample boolean algebraic question as study for my upcoming exam, my full expression is $(A\overline B(C + BD) + \overline{AB})C$
I have simplified my expression to
$A\overline BC + \overline {AB}C$
My example papers solution book says the next step uses the distributive law to reduce the expression to
$\overline BC ( A + A)$
But I do not understand this distribution, shouldn't $\overline {AB}$ become $\overline A + \overline B$ , how are we getting two positive A variables?