Boolean Circuits · NAND Game: Arithmetic and Switching
Lesson 3
Problem. Synthesize a full adder of size \(3\): \(\operatorname{ADD}(x_{1}, x_{2}, x_{3})=(w_{1}, w_{0})\) such that \(x_{1}+x_{2}+x_{3}=2w_{1}+w_{0}\). You may use \(\operatorname{ADD}\) of arity \(2\) in your circuit.
10 points