simplify the following expression with the help of XOR and XNOR:

X = ABCD+A(~B)(~C)D+(~A)(~B)

~ means not e.g. ~B is not b

2 answers

A nice calculator is here. An example is

https://www.wolframalpha.com/input/?i=((A+OR+B)+AND+(NOT+B+AND+C)+OR+C)&t=crmtb01&f=rc
thanks