Question 2 Design a combinational circuit that generates a parity bit and a three-bit input number. If the number contains 0 more than 1, the parity bit must be 0. On the contrary, if the number contains 1 more than 0, the parity bit must be 1. In any input number that follows these rules will give the output as 1, and 0 otherwise.