
Nathan B. answered 05/04/15
Tutor
5
(20)
Elementary and Algebraic skilled
This question acts as a linear pair equations. Let's first start off with IDing our variables:
d = dimes, q = quarters.
Here's what we know:
d + q = 35 (you have 35 coins in dimes and quarters together)
.1d + .25q = 5 (the change total is $5)
As a linear pair, there are two common methods to solve--we can use substitution by taking the first equation and isolating one of the variables to put into the second equation.
The other way is elimination. By multiplying the entirety of one or both equations by values so that we can get rid of one variable, we can focus on solving the other, which I'll use in this case.
-4(.1d + .25q = 5) ⇒ -.4d - q = -20
Now I can eliminate q by subtracting one equation from the other:
d + q = 35
-.4d - q = -20
-------------------
.6d = 15
Now we isolate d by dividing both sides by .6 (which is the same as multiplying both sides by 10/6):
15 * 10/6 ⇒ 15 * 5/3 ⇒ 5 * 5 = 25
(10 and 6 have a 2 in common to cancel. 15 and 3 have a 3 in common to cancel.)
d = 25
Now that we know the number of dimes, we can solve for quarters:
25 + q = 35
Subtract 25 from both sides:
q = 10
Let's check our answer:
.1 * 25 + 10 * .25 = 5
2.5 + 2.5 = 5
5 = 5