Simplifying three variables boolean algebra

124 Views Asked by At

$$F(A,B,C)= (AC+ABC')(BC+B'C')= A(C+BC')(BC+B'C')$$ What is the next step? Please help me I'm stuck

1

There are 1 best solutions below

0
On

You can go on expanding, giving $$ (C + BC')(BC + B'C') = BCC + BCC' + BBC'C + BB'CC' $$ Now $BB' = CC' = \bot$ and $CC = C$, hence we get $$ (C + BC')(BC + B'C') = BC $$ Therefore $F(A,B,C) = ABC$.