Question 1095300
-----------------------------------------------------------------------
The number of dimes is twice the sum of the number of quarters and 1.
-----------------------------------------------------------------------


{{{d=2(q+1)}}}



---------------------------------------------
the total value of the change is $2.00,...
---------------------------------------------


{{{10*2(q+1)+25q=200}}}

{{{2*2(q+1)+5q=40}}}

{{{4q+4+5q=40}}}

{{{9q=36}}}

{{{q=4}}}------four quarters

{{{highlight(d=10)}}}-----ten dimes