Sum of products boolean algebra with 3 inputs

44 Views Asked by At

I have the following expression

A'.B.C + B'.A.C + C'.B.C + C'.A'.B'

I've tried taking out some variables and applying demorgan laws and it didnt, I also tried XOR but it would result in C.A.B instead, any suggestions or is completely simplified, I was able to get it down to C.(A XOR B) + C'(B.C + A'.B'), but I remember there being a better solution.

Note: ' means NOT, . and, + or