Computer Science

Give the dual of the following:
(A' B) + (C' 1) = (A' + C) (B + C)

Boolean Algebra

6 Likes

Answer

Dual of (A' B) + (C' 1) = (A' + C) (B + C) is:
(A' + B).(C' + 0) = (A'.C) + (B.C)

Answered By

5 Likes


Related Questions