Isaac C. answered 09/18/16
Tutor
4.9
(823)
Physics, Chemistry, Math, and Computer Programming Tutor
There are a number of coins nickles, dimes and quarters. This constitutes three unknowns. If we can establish three independent linear equations, then we can solve for n, d, and q, the number of nickels dimes and quarters respectively.
Since total value is $1.25 we can write (0.05)n + (0.10)d + (0.25)q = 1.25
Since there are twelve coins we write n + d + q = 12
Since the number dimes equal the number of nickels n = d
You can solve those three equations in a variety of ways using methods appropriate to what you have been taught.
Let's use n = d in the first two equations to eliminate the variable n
0.05d + 0.10d + 0.25q = 0.15d + 0.25q = 1.25
d + d + q = 2d + q = 12
No let's use elimination to remove variable d. Multiply the first equation by 2 and the bottom equation by 0.15 then subtract
2 * (0.15d + 0.25q = 1.25) => 0.12d + 0.50q = 2.50
0.15 *( 2d + q = 12) 0.30d +0.15q = 1.80
subtracting yields 0.35q = .7 q = 2
putting two back into the first equation 0.15*d + 0.25(2) = 1.25 0.15d = 0.75 d = 5
since there are 5 dimes there are also 5 nickles.