document.write( "Question 467323: I have eight more quarters than dimes. If the coins are worth $6.20, how many dimes are there? \n" ); document.write( "
Algebra.Com's Answer #320621 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
10d+25q=620
\n" ); document.write( "q=d+8
\n" ); document.write( "10d+25(d+8)=620
\n" ); document.write( "35d+200=620
\n" ); document.write( "35d=420
\n" ); document.write( "d=12
\n" ); document.write( "q=20
\n" ); document.write( "You have 12 dimes..
\n" ); document.write( "
\n" );