How to simplify the Boolean expression (A'B+C)'(C+A)?

54 Views Asked by At

I am trying to solve the following problem:

(A'B+C)'(C+A)

= (AB'+C')(C+A)

= AB'C+AB'A+C'C+C'A

= AB'C+AB'A+0+C'A

= AB'C+AB'+C'A

Than what?

2

There are 2 best solutions below

0
On BEST ANSWER

You have applied De Morgan incorrectly in the first step... $$(A'B+C)'(C+A)=((A'B)'C')(C+A)$$ $$=(A+B')C'(C+A)=(A+B')C'A=AC'$$

2
On

$(A'B+C)' = (A'B)'C' = (A+B')C'$ to begin with.