I have to implement a circuit following the boolean equation A XOR B XOR C, however the XOR gates I am using only have two inputs (I am using the 7486 XOR gate to be exact, in case that makes a difference)... is there a way around this?
2026-04-03 07:32:52.1775201572
3 input XOR gate
7.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
use two gates. input $A$ and $B$ to the first gate, then input the output of the first gate and $C$ to the second gate.