Computer Science, asked by Anonymous, 8 months ago

Reduce the Boolean expression by using Boolean laws.

A+C= A+A’.C+B.C​

Answers

Answered by shrey2020
1

Answer:

a+a'c+bc

=(a+a')(a+c)+bc             (a+a'=1)

=a+c+bc                     (c+bc=1 absorption law)

=a+c hence proved.

Similar questions