A committee of three individuals decides issues for an organization. Each individual votes either yes or no for each proposal that arises. A proposal will be passed if it receives at least two yes votes. Design a combinational logic circuit that determines whether a proposal passes.
Design a combinational logic circuit for the decision system by following steps:
1. Construct a truth table for the decision system.
2. From the truth table, generate a Sum of Product equation.
3. Simplify the SOP equation using Boolean theorems or K-mapping.
4. Draw the logic circuit using AND, OR, and NOT gates.
5. Implement and test your logic circuit using MultiSim.