JPHamlett
JPHamlett

Reputation: 365

HCL truth table conversion

I was assigned to convert the following truth table to H Boolean expression and simplify the expression as much as possible.

Here is the table
Example

I got for an answer
(!x^!y^!z)V(!x^!y^x)V(x^!y^!z)V(x^!y^z)

It seems a little long, is this as simplified as I can get?

I understand how to make the drawing of the truth table, but just do not understand if there is a better option for the expression.

Upvotes: 1

Views: 157

Answers (1)

Mycroft
Mycroft

Reputation: 26

x z are not doing anything here. so !y

Upvotes: 1

Related Questions