Consider seven 1-bit unsigned numbers: A, B, C, D, E, F, G. Design the following operation A+B+C+D+E+F+G using minimum number of Full Adders (FA) only. Draw the resulting circuit.
Hint: First figure out the number of bits needed to represent the final answer, as discussed in class, and then proceed with the design.