I am having a little trouble getting the result on the right-hand side. I keep on evaluating down to $abc$, instead of $bc$. Here is my work below:
$(a'b' + c)(a + b)(b' + a'c')'$
$=(aa'b' + ac + bc + a'bb')(b' + a'c')'$ [as $aa' = 0$]
$=(ac + bc)(b' + a'c')'$
$=(ac + bc)(abc)$ [by DeMorgan's Law s.t. $(a + b)' = a'b'$]
$=aabcc + abbcc$
$=abc$ [by Idempotency s.t. $aa = a$, and $a + a = a$]
Could someone help me to correct my mistake as I should be getting $bc$, instead of $abc$?
Thanks
** Edit: Nevermind. I have found the solution out by using some more principle Boolean algebra identities (as shown below) **
= (ac + bc)(b' + a'c')'
= (ac + bc)(b' + (a + c)')' [using DeMorgan's Law s.t. (a + b)' =a'b']
= (ac + bc)(b' + x')' [using Substitution s.t. x = A + c]
= (ac + bc)((bx)')' [using DeMorgan's Law s.t. a' + b' = (ab)']
= (ac + bc)(bx) [using Involution s.t. (a')' = a]
= (ac + bc)(b(a + c))
= (ac + bc)(ab + bc)
= (aabc + abbc + abcc + bbcc)
= (abc + abc + abc + bc) [using Idempotency s.t. aa = a]
= (abc + bc) [using Idempotency s.t. a + a = a]
= (ay + y) = (y + ya) [using Substitution s.t. y = bc]
= y [using Absorption s.t. a + ab = a]
= bc