+2 votes
in Computer by kratos

Derive the Boolean algebra expression for a logic network that will have outputs 0 only output when X = 1, Y =1, Z = 1; X = 0, Y = 0, Z = 0; X = 1, Y = 0, Z = 0. The outputs are to be 1 for all other cases.

1 Answer

+1 vote
by kratos
 
Best answer

F = (X + Y + Z)(X’ + Y + Z)(X’ + Y’ +Z’

...