
William W. answered 09/23/19
Math and science made easy - learn from a retired engineer
Let N = the number of nickels, D = the number od dimes, and Q = the number of quarters.
Nickles, dimes, and quarters consists of 21 coins means N + D + Q = 21
A total value of $2.45 means .05N + 0.10D + 0.25Q = 2.45 or (multiplying by 40) 2N + 4D + 10Q = 98
The number of dimes equaling the number of nickles means D = N or N - D = 0
So the three equations you have are:
N + D + Q = 21
2N + 4D + 10Q = 98
N - D = 0
I like to use Elimination as my method of choice. So, I would first choose 1 variable to eliminate. I'll choose Q because I already have one equation without a Q in it. So to eliminate Q from equations 1 & 2, I would multiply equation 1 by -10 to get: -10N - 10D -10Q = -210 and add it to equation 2:
-10N - 10D -10Q = -210
2N + 4D + 10Q = 98
---------------------------------
-8N - 6D = -112
Now I have 2 equations in 2 unknowns:
-8N - 6D = -112
N - D = 0
Now multiply N - D = 0 by 8 to get 8N - 8D = 0 and add the equations:
-8N - 6D = -112
8N - 8D = 0
-------------------
-14D = -112
or D = 8
Since N = D, then N = 8
Now, plug those into one of the original equations to find Q. I'll pick N + D + Q = 21 so 8 + 8 + Q = 21 or Q = 5.
Now check by using the other equation:
.05N + 0.10D + 0.25Q = 2.45
.05(8) + 0.10(8) + 0.25(5) = 2.45
.40 + .80 + 1.25 = 2.45
2.45 = 2.45 We did it!!