Assume you have a several "ones-count" circuits that works as follows. A ones count circuit has 3 inputs A,B,C and 2-bit output YZ. YZ is 00 if none of the inputs are 1; YZ is 01 if 1 of the inputs is 1; YZ is 10 if 2 of the inputs are 1; YZ is 11 if 3 of the inputs are 1. Design a 6-input circuit that outputs a true when a majority of its inputs are TRUE by using ones count circuits as builfing blocks. Show how you would interconnect the ones circuit to build a 6-input majority count circuit.