Suppose I have this boolean expression:
W'XYZ + WX'YZ + WXY'Z + WXYZ' + WXYZ
How would I go about simplifying this without using a K-map? Using K-map, the simplified form is XYZ + WXY + WXZ + WYZ. I read about the redundancy theorem somewhere, would rather not use that as well.