$$\overline{X}\overline{Y} + YZ + \overline{X}Y\overline{Z}$$
I'm having a lot of trouble simplifying this boolean expression.
I used commutative property and re-arranged it as my first step: $$\overline{X}Y\overline{Z} + \overline{X}\overline{Y} + YZ$$ 2nd Step: Factored out the common literal, $\overline{X}$. $$\overline{X}(\overline{Y} + Y\overline{Z}) + YZ$$ 3rd Step: ? I first used one of the identities to turn $\overline{Y} + Y$ into 1; I wasn't too sure what to do here and I believed what I did was wrong, so I then used the distributive property for the sum term in the parentheses instead. But, I don't know if this aforementioned step is correct.