Implement a circuit with 3 one bit inputs A, B, and C and a singleone bit output Z. Z=1 when there are more inputs valued logic one than inputs valued logic zero. Z=0 otherwise. This circuit iscalled a majority one circuit. Show the truth table, the minimal sum of product equation and the logic diagram.