SOLUTION: There are 18 coins in your pocket consisting of nickels and dimes. The total value of the coins is $1.25. How many of each type of coin do you have? (Hint: the number of nickels an
Algebra ->
Customizable Word Problem Solvers
-> Numbers
-> SOLUTION: There are 18 coins in your pocket consisting of nickels and dimes. The total value of the coins is $1.25. How many of each type of coin do you have? (Hint: the number of nickels an
Log On
Question 1199658: There are 18 coins in your pocket consisting of nickels and dimes. The total value of the coins is $1.25. How many of each type of coin do you have? (Hint: the number of nickels and dimes add up to 18 so if you know the number of nickels, you can subtract it from 18 to find the number of dimes).
Here's a clever way to do it. But your teacher probably won't like it:
$1.25 in all nickels would take 125/5 = 25 nickels. But since there are only
18 coins, 25-18=7 of them must be dimes. The other 18-7=11 must be nickels.
But your teacher probably wanted you to do it this way:
Let n = the number of nickels
Then 18-n = the number of dimes
The value of the n nickels is $0.05n
The value of the 18-n dimes is $0.10(18-n)
If you add those two you must get the total amount of money.
$0.05n + $0.10(18-n) = $1.25
Take away the $'s and multiply through by 100
5n + 10(18-n) = 125
Solve that for n. Then subtract from 18 to get the number of dimes.
Edwin