Question 829803: On the first day of a recent coin drive, Mr.Li's AP class collected a total of 17.90. When he looked in the box, he found only quarters, dimes, and nickels. If there were 1/2 as many nickels as quarters, and 10 more dimes than nickels, how many of each coin did Mr. Li's class collect?
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! ---
x = nickels
y = dimes
z = quarters
---
5x + 10y + 25z = 1790
x = 0.5z
y = x + 10
---
put the system of linear equations into standard form:
---
5x + 10y + 25z = 1790
x - 0.5z = 0
x - y = -10
---
copy and paste the above linear system in standard form into this matrix-method solver:
https://sooeet.com/math/system-of-linear-equations-solver.php
---
solution:
x = nickels = 26
y = dimes = 36
z = quarters = 52
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
|
|
|