Electronic – Construct an AND gate from XOR gates

digital-logic

I was able to figure how to make a NOT gate easily enough, but I'm stumped trying to figure out how to make an AND gate. Is it even possible?

Best Answer

No. Due to the both complementary and symmetric nature of XOR's inputs and outputs there is no way to configure any number of them to generate an output that does not exhibit the same symmetry.