Simplify the expression: $((XY+X')\oplus (Y+YZ))'$
I can go as far as: $$((XY+X')\oplus (Y+YZ))'$$ $$\text{I use the rule of absorption:}$$ $$((Y+X')\oplus Y)'$$ Now I see that if $Y=1$ than the result is one and if $Y=0$ the result is $X$, but according to Wolfram the result is $X+Y$.
Where did I go wrong?