172k views
4 votes
Write the following expression with as few symbols as possible, using the notational conventions:

x+((y* (z')) +t), x*((x+(y))+z)​

1 Answer

4 votes

Answer:

The simplified expressions are (x + z' + t) and (x + y' + z) respectively.

Explanation:

The expressions provided are:


(i)\ x+((y* (z')) +t)\\\\(ii)\ x*((x+(y'))+z)

(i)

Simplify the first expression with as few symbols as possible:


x+((y* (z')) +t)=x+(yz'+t)


=x+yz'+t

(ii)

Simplify the second expression with as few symbols as possible:


x*((x+(y'))+z)=x* ((x+y')+z)


=x (x+y'+z)

Thus, the simplified expressions are (x + z' + t) and (x + y' + z) respectively.

User Ranzit
by
5.9k points