Ask Question
1 September, 19:08

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. 1 September, 21:53
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers