AND using XOR and OR?

251 Views Asked by At

Is there a way to make an AND using only XOR and OR. I know that a XOR b = ab'+ba' but I have no idea how to proceed.

1

There are 1 best solutions below

1
On BEST ANSWER

Try this: (A XOR B) XOR (A OR B)