Question 149206
Hey, you already submitted this...
.
Here's your solution:
Let n = number of nickels
and d = number of dimes
.
Because we have two unknowns we need two equations:
From: "Joe has a collection of nickels and dimes that is worth $5.65." we get
.05n + .10d = 5.65 (equation 1)
.
From: "If the number of dimes were doubled and the number of nickels were increased by 8, the value of the coins would be $10.45." we get:
.05(n+8) + .10(2d) = 10.45
.05n + .40 + .20d = 10.45
.05n + .20d = 10.05 (equation 2)
.
n = 25 (nickels)
d = 44 (dimes)
.
Below shows the details:
*[invoke linear_substitution "n", "d", .05, .10, 5.65, .05, .20, 10.05 ]
.