A committee of 3 individuals decides on issues for an organization. Each individual votes either a YES or a NO for each proposal to pass. A proposal is passed if it receives at least two YES votes . Design a circuit that determines if the proposal will pass
Let 3 individuals will be A, B, C
1 = Yes
0 = No
Truth table:
K-Map
F= A+BC
Circuit:
Comments
Leave a comment