Boolean Expression Simplification

767 Views Asked by At

enter image description here

Dear all, I need help to simplify this Boolean algebra. Please give me a answer step by step. Thanks

1

There are 1 best solutions below

2
On

The SE is not for providing answers to your homework problems. Please add what is your problem and where you got struck the next time

Coming to the solution:

$(abc + ab'c + a'bc +a'b'c+a'bc'+abc')$

$=c[ab + ab'+ a'b + a'b'] + c'[a'b+ab]$

$=c[1] + c'[b(a+a')]$

$=c + c'b$

$=c + b (absorption law).

This is what you need