Could any one help me with Simplefying this boolean expression for X= (A.B'+C)'.((A.C)'+B')?
Answer:
Karnaugh maps are your friends.
(A.B'+C)'.((A.C)'+B') simplifies to:
(C+(A.B'))'
which can be transformed using deMorgan's Theorem to:
C'.(A'+B)
The answers post by the user, for information only, FunQA.com does not guarantee the right.
More Questions and Answers: