Hello, I have a Boolean expression and I want to convert it to circuit with only 2-input gates and NOTs. x'y'z + x'yz' + xy'k' + xyk Is there any different approach than: (x'y')z + (x'y)z' + (xy')k' + (xy)k Thought like this: