The key to solving this type of problem is to understand that we're being given two different types of numbers here: the count of coins versus the value of the coins.
Let's work with the count of coins first: there are four more quarters than dimes. (For example, if we have 4 dimes there must be 8 quarters.) To write an equation we have to add onto the smaller amount to find the larger amount. Let D represent the number of dimes and Q represent the number of quarters. D is smaller than Q so Q = D + 4.
There are 5 TIMES more nickels as quarters. This time we MULTIPLY the smaller amount to find the larger amount. (For example, if we have 3 quarters there must be 5 times 3 nickels, so that would be 15 nickels.) If we let N represent the number of nickels then we can write N = 5Q.
Now we need to work with the VALUE of the coins. A quarter is worth 25 cents, so we multiple the COUNT of quarters, Q, by 25 to get the VALUE of the quarters, 25 times Q is written 25Q. Similarly the value of nickels is 5N and the value of dimes is 10D.
Adding each of these gives us the total value of the coins in CENTS: 25Q + 5N + 10D. What is the value of $6.20 in CENTS? 620 cents! So, 25Q + 5N + 10D = 620.
We can't solve this equation yet because there are 3 different variables. We can use substitution to change Q's and N's into D's.
Q = D + 4 so we change 25Q to 25(D+4).
N = 5Q so we change 5N to 5(5Q). Multiply 5 times 5 times Q is 25Q.
Now we can substitute into the value equation 25Q + 5N + 10D = 620.
We get............................................................ 25(D+4) + 25Q + 10D = 620.
We have to substitute Q = D+4 once again: 25(D+4) + 25(D+4) + 10D = 620.
Now we can solve for D. First, expand 25(D+4) to 25(D) +25(4) = 25D + 100.
So 25D + 100 + 25D + 100 + 10D = 620
Combine like terms:
25D + 25D + 10D is 60D and 100 + 100 is 200 so 60D + 200 = 620.
Subtract 200 from both sides: 60D + 200 - 200 = 620 - 200. This gives 60D = 420.
Divide both sides by 60, so D = 420/60 = 42/6 = 7. There are 7 dimes.
Since there are 4 more quarters than dimes... Q = D + 4 = 7 + 4 = 11. There are 11 quarters.
Since there are 5 times more nickels than dimes... N = 5Q = 5(11) = 55. There are 55 nickels.
Lets make sure this works:
55 nickels is 5(55) = 275 cents
11 quarters is 25(11) = 275 cents
7 dimes is 10(7) = 70 cents
275 + 275 + 70 = 620 cents which is $6.20. It works!