Question 828383: A parking meter contains $25.50 in dollar coins, quarters, and dimes. There twice as many quarters as dollar coins and as many quarters as there were dimes. Find the number of dollar coins, quarters, and dimes.
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! ---
x = dimes
y = quarters
z = dollars
---
10x + 25y + 100z = 2550
y = 2z
y = x
---
put the system of linear equations into standard form:
---
10x + 25y + 100z = 2550
y - 2z = 0
x - y = 0
---
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 = dimes = 30
y = quarters = 30
z = dollars = 15
---
system matrix
10 25 100
0 1 -2
1 -1 0
---
inverse of system matrix
0.011764706 0.58823529 0.88235294
0.011764706 0.58823529 -0.11764706
0.0058823529 -0.20588235 -0.058823529
---
determinant of system matrix = -170
---
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
|
|
|