I'm very new to engineering/circuit design/programming and I could use some help simplifying this logic gate: z = A.B.C + A.B'.C' + A'.B'.C + A'.B'.C'.
I tried a whole bunch and came up with:
z = A.C + B'.C'
but the truth table is off.
I could use any assistance you have to offer, thanks.