Mark has 45 cents in dimes and nickels. He has 3 more nickels than dimes. How many of each type of coin does Mark have? Write a system of equations, then solve.
Let the number of nickels be x
Let the number of dimes be y
Value Value
Type Number of of
of of EACH ALL
coin coins coin coins
-------------------------------------------
NICKELS x $0.05 $0.05x
DIMES y $0.10 $0.10y
-------------------------------------------
TOTAL $0.45
He has 3 more nickels than dimes.




x = y + 3
That's the first equation. To get the second equation:




x = y + 3
0.05x + 0.10y = 0.45
Get rid of decimals by multiplying every term of 2nd
equation by 100
x = y + 3
5x + 10y = 45
Substitute y + 3 for x in the second equation:
5(y + 3) + 10y = 45
5y + 15 + 10y = 45
15y + 15 = 45
15y = 30
y = 2
Substitute 2 for y in
x = 2 + 3
x = 5
So he has 5 nickels and 2 dimes.
Edwin