i have this expression to put in the XOR forms.
X'YZ + XY'Z + XYZ'
The steps i did already are these ones:
Z(X'Y + XY') + XYZ'
Z(X^Y) + XYZ'
But if i put the same expression on WolframAlpha it says that the final solution should be:
XY ^ XZ ^ YZ ^ XYZ
i know that AB' + A'B = A^B, but in this case i dont know how X^Y can be correlated to XY and obtain the full solution.
Can someone help me?
Thank you