+3 votes
in Computer by kratos

Given that F = A’B’ + C + D’ + E’, Which of the following represents the only correct expression for F’?

(a) F’ = A + B + C + D + E

(b) F’ = ABCDE

(c) F’ = AB(C + D + E)

(d) F’ = AB + C’ + D’ + E’

(e) F’ = (A + B)CDE

1 Answer

+6 votes
by kratos
 
Best answer

F = A'B'+ C'+ D'+ E'

Taking complement on both sides:

F’ = (A'B'+ C'+ D'+ E')’ =(A’B’)’.(C’)’(D’)’(E’)’

=(A+B).C.D.E

So, (A + B)CDE represents correct expression for F’

...