I feel pretty confident with expanding an XOR, but when it is negated, it throws me for a loop a bit.
The problem I am trying to prove: $$\overline{x_1 \bigoplus x_2} \bigoplus x_3 = \bar{x_1}\bar{x_2}\bar{x_3} + x_1x_2\bar{x_3} + \bar{x_1}x_2x_3 + x_1\bar{x_2}x_3$$
How I tried to prove it: $$\overline{x_1 \bigoplus x_2} x_3 + x_1\bar{x_2}x_3 + \bar{x_1}x_2\bar{x_3}$$ $$\bar{x_1}x_2x_3 + x_1x_2\bar{x_3}+x_1\bar{x_2}x_3+\bar{x_1}x_2\bar{x_3}$$
However I don't believe this to be correct, and I definitely feel I made a mistake somewhere.