Im trying to prove the boolean expression (a+bc) is the complement of (a'(b'+c')). To do that I need to prove that (a+bc) + (a'(b'+c')) = 1, however I only get as far as:
(a + bc + a')(a + bc + b' + c')
(a + a' + bc)(a + bc + b' + c')
(1 + bc)(a + bc + b' + c')
1(a + bc + b' + c')
What property can I use to reduce the RHS?