1

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 Answers2

1

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'$$

Parcly Taxel
  • 103,344
0

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

Wuestenfux
  • 20,964