is true if either is true or is true (but not both). ( stands for "exclusive or".)
Is it possible to make a statement equivalent to using only as an operation? (Please note: only XOR! NOT isn't allowed.)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Denote A X O R B by A ⊕ B .
Then the following hold : A ⊕ B = B ⊕ A ( A ⊕ B ) ⊕ C = A ⊕ ( B ⊕ C ) A ⊕ 0 = A A ⊕ A = 0
Hence any expression involving only A , B and ⊕ is equivalent to one of the following :
A ⊕ B A B 0
None of the above are equivalent to A A N D B .
We conclude that such an expression doesn't exist.