SOLUTION: Adam has $1.14 in change made up of pennies, nickels and dimes. He has 6 more nickels than pennies and 6 fewer dimes than pennies. How many of each coin does he have.

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: Adam has $1.14 in change made up of pennies, nickels and dimes. He has 6 more nickels than pennies and 6 fewer dimes than pennies. How many of each coin does he have.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 328847: Adam has $1.14 in change made up of pennies, nickels and dimes. He has 6 more nickels than pennies and 6 fewer dimes than pennies. How many of each coin does he have.
Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
Write an equation for each statement
:
Adam has $1.14 in change made up of pennies, nickels and dimes.
.01p + .05n + .10d = 1.14
get rid of the decimals, mult by 100
1p + 5n + 10d = 114
:
He has 6 more nickels than pennies
n = p + 6
:
6 fewer dimes than pennies.
d = p - 6
:
How many of each coin does he have.
Everything in terms of p
:
Using the 1st equation replace n and d using the 2nd and 3rd equation
1p + 5(p+6) + 10(p-6) = 114
:
p + 5p + 30 + 10p - 60 = 114
:
16p - 30 = 114
:
16p = 114 + 30
:
16p = 144
p = 144%2F16
p = 9, pennies
:
I'll let you find n and d, check solution in original 1st equation