Question 931099: Lawrence has 10 coins in his pocket. One coin is a quarter, and the others are all nickels or dimes. The coins are worth 90 cents. Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! x = nickels
y = dimes
---
x + y + 1 = 10
5x + 10y + 25*1 = 90
---
put the system of linear equations into standard form
---
x + y = 9
5x + 10y = 65
---
copy and paste the above standard form linear equations in to this solver:
https://sooeet.com/math/system-of-linear-equations-solver.php
---
solution:
x = nickels = 5
y = dimes = 4
---
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
---