Answer
a) ~x ~yz
b) ~x y ~z
c) ~xyz
d) ~x ~y ~z
Work Step by Step
-Boolean product of the Boolean variables x, y,
and z, or their complements,
-that has the value 1 if and
only if
a) x = y = 0, z = 1.
-- ~x~y z
b)x=0,y=1,z=0
-- ~x y ~z
c)x=0,y=z=1
-- ~x yz
d)x=y=z=0
-- ~x ~y ~z