Nathan B. answered 06/02/15
Tutor
5
(20)
Elementary and Algebraic skilled
We solve this by treating it as a pair of linear equations:
n + q = 35 (she has 35 nickels and quarters all together)
.05n + .25q = 7.15 (the total change of the coins is $7.15)
Now like any linear pair, we can use the substitution or elimination methods. I think I'll go with elimination in this case. By multiplying the second equation by -4, we'll have a negative one q:
n + q = 35
-.2n - q = -28.6
------------------
.8n = 6.4
Divide both sides by .8 to isolate n:
n = 8
Now we can solve for q:
8 + q = 35
q = 35 - 8
q = 27
Now to check:
.05 * 8 + 27 * .25 = 7.15
.40 + 6.75 = 7.15
7.15 = 7.15