You can
put this solution on YOUR website! .
Let (2n) and (2*(n+1)) are the numbers of dimes and quarters, according to the condition.
Then your "money" equation is
10*(2n) + 25*(2*(n+1)) = 750 cents.
Simplify and solve for "n".
20n + 50n + 50 = 750,
70n = 750 - 50 = 700 ====> n = 700/70 = 10.
Anser. 20 dimes and 22 quarters.
Solved. // Check the answer on your own.