Ask Question
27 February, 07:14

Design a combinational circuit that counts the coins placed into an automatic toll coin collector (only nickels, dimes, and quarters). The toll is $0.10 and the machine gives no change. When at least $0.10 are received the go-signal is turned on and the money collected (no change is given). Otherwise the stop-light remains on.

+5
Answers (1)
  1. 27 February, 07:26
    0
    10*d+25*q=1480, where d is the number of dimes and q is the number of quarters. If she has 76 coins total, then: 76=q+d Solving for d yields d=76-q, which we substitute into the first equation: 10 * (76-q) + 25*q=1480 Simplifying and solving for q: 760-10*q+25*q=1480 15*q=720 q=48 Substituting back into the second equation: d=76-48=28 Check solution: 10*28+25*48=1480 Maribel had 28 dimes and 48 quarters.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Design a combinational circuit that counts the coins placed into an automatic toll coin collector (only nickels, dimes, and quarters). The ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers