How Do I Build a Logic Gate for a Voting System?

AI Thread Summary
To build a logic gate for a voting system, the correct expression for the SUCCESS light is S = (C AND (X OR Y OR Z)) OR (X AND Y AND Z). The user is unsure about the next steps after deriving this expression, questioning whether to create a truth table or directly implement the logic gates. It is clarified that AND and OR statements can have multiple inputs. Creating a truth table may not be necessary unless specifically requested. The discussion emphasizes understanding the logic circuit design based on the voting criteria.
JosephF
Messages
14
Reaction score
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:
Physics news on Phys.org
JosephF said:

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,

I think you will want to be clear with your grouping.

S = (C Λ (X V Y V Z)) V ( X Λ Y Λ Z)
 
Ah yes, that looks better.

Whats my next step? Do I need to input it into a truth table or do I go streight to the logic gates? Also, can and AND statement have more than 2 inputs?

Thanks,
 
JosephF said:
Ah yes, that looks better.

Whats my next step? Do I need to input it into a truth table or do I go streight to the logic gates? Also, can and AND statement have more than 2 inputs?

Thanks,

Sure you can put as many inputs into an And or Or or Nand or Nor as you want.

Unless you are asked for a Truth Table ... why bother?
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top