Question 827554: Justin has some nickels and dimes. He has a total of 30 coins with a value of $1.45. How many of each type of coin does he have? Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! ---
x = nickels
y = dimes
---
x + y = 30
5x + 10y = 145
---
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 = 31
y = dimes = -1
---
system matrix
1 1
5 10
---
inverse of system matrix
2 -0.2
-1 0.2
---
determinant of system matrix = 5
---
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