(a + b)(b' + c')(a + b' + c)
where b' = b not and c' = c not.
I tried distributive because I'm not very good at applying the properties when multiplication is applied but I can with addition.
(a + b)(b' + c') = ab' + ac' + b'b + bc' = ab' + ac' + bc' I think it can be simplified further but I'm not sure how. It would just result in two different terms in the distributive property no matter how you look at it, and combining it with the other equation via distributive would just create a mess.
Am I missing something?
Yes your guess that it can be simplified further is right, but not so easy to see.
$ab'+ac'+bc' = ab'+bc'$ because the middle term is covered in all cases ($b$ or $b'$) by one of the other two.
That said, it's still a slight chore to multiply $(ab'+bc')(a+b'+c)$. I don't see an easy way out of this. In general, beyond a few variables it does get very difficult to minimize boolean expressions.