I'm stuck at this problem:
(x and ¬y) or (¬x and y) = ¬((x and y) or (¬x and ¬y))
Basically what I have to do is to convert the right side of the equation to the left side using boolean algebra. I tried using De Morgan and other theorems, but I can not get the x and ¬y into the same brackets.