
Andy C. answered 07/11/18
Tutor
4.9
(27)
Math/Physics Tutor
The 2-to-1 multiplexer is not necessary, complicates things, and is a WASTE.
Doubling the A as input into the multiplexer will satisfy this pesky
requirement. That is, input A into both inputs of the multiplexer so that A is the output
regardless of the selector.
You will need an AND gate followed by the NOT gate in one branch.
The second branch shall be an OR gate
then send the output of these into another AND gate and the problem is solved.
You may need 2 TEEs or duplicators
The expression is:
NOT (A and B) and ( A or B)
Here's the truth table, which shows this expression is logically equivalent to the XOR
A b A and B not (A and B) A or B FINAL AND XOR
0 0 0 1 0 0 0
0 1 0 1 1 1 1
1 0 0 1 1 1 1
1 1 1 0 1 0 0
0 0 0 1 0 0 0
0 1 0 1 1 1 1
1 0 0 1 1 1 1
1 1 1 0 1 0 0
I have uploaded the circuit diagram for you in the RESOURCES section. The file name is XOR CIRCUIT.jpeg

Andy C.
Please verify this with the professor.
I strongly suspect something is missing.
For example, it doesn't say that you can't use MULTIPLE mux and not gates.
Report
07/11/18
Jamie C.
07/11/18