document.write( "Question 38578: Terry has 7 more quarters than dimes and has a total of $6.80. The number of quarters and dimes is 38. How many quarters and dimes does terry have?\r
\n" ); document.write( "\n" ); document.write( "Thanks for answering!:-)
\n" ); document.write( "

Algebra.Com's Answer #24091 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Let q = # of quarters. Thus their value is 25q.
\n" ); document.write( "Let d = # of dimes. Thus their value is 10d.
\n" ); document.write( "From the facts in the problem, we have
\n" ); document.write( "q + d = 38
\n" ); document.write( "25q + 10d = 680 ($6.80 expressed in cents)
\n" ); document.write( "We also have a third equation, not common in these problems (q = d + 7) which incidentally is impossible...
\n" ); document.write( "Let us solve the first for d and substitute into the second equation...
\n" ); document.write( "d = 38 - q
\n" ); document.write( "25q + 10(38 - q) = 680
\n" ); document.write( "25q + 380 - 10q = 680
\n" ); document.write( "15q = 300
\n" ); document.write( "q = 20 and then
\n" ); document.write( "d = 18
\n" ); document.write( "
\n" );