Hello, How would I go about converting this boolean epression
F= xy'z+x'y'z+xyz
into a truth table? Do I need to simpify the equation first, or is their another way?
Printable View
Hello, How would I go about converting this boolean epression
F= xy'z+x'y'z+xyz
into a truth table? Do I need to simpify the equation first, or is their another way?
Since there are only three variables and the rather short expression is in disjunctive normal form, it is probably best to just substitute the values for each row of the truth table. The moment you see that a conjunctive clause evaluates to true you can enter a true value for that row and move on to the next row (i.e., use lazy or short-circuit evaluation).