Boolean expression simplified

32 Views Asked by At

c. Interpret the following complex Boolean expression and produce a truth table and a logic circuit?



(x+y•x) + (x•y)

.=AND +=or

1

There are 1 best solutions below

0
On

If the dot is "and" then $(x+yx) +xy \stackrel{xy=yx}{=} x(1+y)+xy \stackrel{1+y=1}{=} x+xy = x(1+y) = x$