- #1
- 14
- 0
Homework Statement
I'm studying logic gates and trying to create my first one.
Homework Equations
3. In a TV programme, the panel votes on new performers.
The panel consists of a Chairman (C) and three others (X, Y and Z) who each press a button to register their vote.
The SUCCESS light is switched on if:
Either The Chairman and at least one of the panellists vote yes
Or All three panellists vote yes
Otherwise the FAIL light is switched on.
Design a logic circuit which correctly switches each light on according to the voting of the panel.
The Attempt at a Solution
I've written all the statements our and managed to derive:
S = C AND (X OR Y OR Z) OR (X AND Y AND Z)
Which I think is correct. I'm now not sure where to go from here. I've googled but can't find any think relevant.
Regards,
Last edited: