can you help me find the dnf of this expression ? i got messy

69 Views Asked by At

I want to find the DNF of the following expression but it got all messy.

I also tried it in wolfram alpha, and of course it showed i really need the steps you need to make to get there $\dots$

This is the table I got: disjunctive normal form

$$\boxed{\begin{array}{cccc}x&y&z&f(x,y,z)\\\text{T}&\text{T}&\text{T}&\text{T}\\\text{T}&\text{T}&\text{F}&\text{T}\\\text{T}&\text{F}&\text{T}&\text{T}\\\text{T}&\text{F}&\text{F}&\text{T}\\\text{F}&\text{T}&\text{T}&\text{F}\\\text{F}&\text{T}&\text{F}&\text{T}\\\text{F}&\text{F}&\text{T}&\text{F}\\\text{F}&\text{F}&\text{F}&\text{F}\end{array}}$$

any ideas to how this could be done ?